Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6532 from EdgarChen/bug_804680
Browse files Browse the repository at this point in the history
Bug 811605 - add preference for ril debug with false value by default
  • Loading branch information
vingtetun committed Nov 20, 2012
2 parents ed71e1d + befed15 commit da8dad4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/preferences.js
Expand Up @@ -23,6 +23,9 @@ prefs.push(["dom.send_after_paint_to_content", true]);

prefs.push(["network.http.max-connections-per-server", 15]);

// for https://bugzilla.mozilla.org/show_bug.cgi?id=811605 to let user know what prefs is for ril debugging
prefs.push(["ril.debugging.enabled", false]);

if (LOCAL_DOMAINS) {
prefs.push(["network.dns.localDomains", domains.join(",")]);
}
Expand Down

0 comments on commit da8dad4

Please sign in to comment.