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