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

Commit

Permalink
Commented out a number of debug-related js prefs that could possibly …
Browse files Browse the repository at this point in the history
…cause issues with web apps.
  • Loading branch information
Dan Walkowski committed Jan 6, 2012
1 parent dc85ec4 commit 295af1d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pref("browser.chromeURL","chrome://webapp/content/window.xul");
pref("browser.hiddenWindowChromeURL", "chrome://webapp/content/main.xul");
pref("toolkit.defaultChromeURI", "chrome://webapp/content/window.xul");
pref("toolkit.singletonWindowType", true);
pref("extensions.logging.enabled", "true");
pref("dom.report_all_js_exceptions", "true");
pref("browser.dom.window.dump.enabled", true);
pref("javascript.options.showInConsole", true);
pref("javascript.options.strict", true);
pref("nglayout.debug.disable_xul_cache", true);
pref("nglayout.debug.disable_xul_fastload", true);
// pref("extensions.logging.enabled", "true");
// pref("dom.report_all_js_exceptions", "true");
// pref("browser.dom.window.dump.enabled", true);
// pref("javascript.options.showInConsole", true);
// pref("javascript.options.strict", true);
// pref("nglayout.debug.disable_xul_cache", true);
// pref("nglayout.debug.disable_xul_fastload", true);

0 comments on commit 295af1d

Please sign in to comment.