Bug 734314 - "Unwrapped getBoolPref call causes dbg-server.jsm to fail to load in B2G" [r=past]

This commit is contained in:
Jonathan Griffin 2012-03-09 19:34:00 +02:00
parent 0825d4d797
commit bf1360834c
2 changed files with 3 additions and 3 deletions

View File

@ -1042,9 +1042,6 @@ pref("devtools.debugger.enabled", false);
// The default Debugger UI height
pref("devtools.debugger.ui.height", 250);
// Disable remote debugging protocol logging
pref("devtools.debugger.log", false);
// Enable the style inspector
pref("devtools.styleinspector.enabled", true);

View File

@ -312,6 +312,9 @@ pref("toolkit.telemetry.server_owner", "Mozilla");
// Information page about telemetry (temporary ; will be about:telemetry in the end)
pref("toolkit.telemetry.infoURL", "http://www.mozilla.com/legal/privacy/firefox.html#telemetry");
// Disable remote debugging protocol logging
pref("devtools.debugger.log", false);
// view source
pref("view_source.syntax_highlight", true);
pref("view_source.wrap_long_lines", false);