whitespace
[conkeror.git] / defaults / preferences / debug.js
blobf95b3f59c161f9bff0c009b236dcbcf05cd1cc8d
1 /**
2  * (C) Copyright 2004-2007 Shawn Betts
3  * (C) Copyright 2007-2008 John J. Foerch
4  * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
5  *
6  * Use, modification, and distribution are subject to the terms specified in the
7  * COPYING file.
8 **/
10 /* debugging prefs */
12 // enable output for dump()
13 pref("browser.dom.window.dump.enabled", true);
15 pref("javascript.options.showInConsole", true);
16 pref("javascript.options.strict", true);
18 // There is no reason not to use the cache within a session, though
19 //pref("nglayout.debug.disable_xul_cache", true);
21 // This prevents cached versions of XUL and JavaScript files from being saved to disk
22 pref("nglayout.debug.disable_xul_fastload", true);