2 * (C) Copyright 2004-2007 Shawn Betts
3 * (C) Copyright 2007-2008 John J. Foerch
4 * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
6 * Use, modification, and distribution are subject to the terms specified in the
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);