Enable within-session XUL caching, since there is no reason not to
[conkeror.git] / defaults / preferences / debug.js
blobfc93beff8abc0b565d3f0cc9d8e590ca8a0b75fe
2 /* debugging prefs */
4 // enable output for dump()
5 pref("browser.dom.window.dump.enabled", true);
7 pref("javascript.options.showInConsole", true);
8 pref("javascript.options.strict", true);
10 // There is no reason not to use the cache within a session, though
11 //pref("nglayout.debug.disable_xul_cache", true);
13 // This prevents cached versions of XUL and JavaScript files from being saved to disk
14 pref("nglayout.debug.disable_xul_fastload", true);