make UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey...
[mandelbrot.git] / xulapp / defaults / preferences / prefs.js
CommitLineData
37b05b56
RK
1pref("toolkit.defaultChromeURI", "chrome://mandelbrot/content/mandelbrot.xul");
2
3/* debugging prefs */
4pref("browser.dom.window.dump.enabled", true);
6e98af87 5pref("javascript.options.jit.chrome", true);
37b05b56
RK
6pref("javascript.options.showInConsole", true);
7pref("javascript.options.strict", true);
8pref("nglayout.debug.disable_xul_cache", true);
9pref("nglayout.debug.disable_xul_fastload", true);