make UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey...
[mandelbrot.git] / xulapp / defaults / preferences / prefs.js
index ae0f6288877d22e38630b526ba058e1f9a478765..430c3ae69ad197282751d017b6ded004d6aec487 100644 (file)
@@ -2,6 +2,7 @@ pref("toolkit.defaultChromeURI", "chrome://mandelbrot/content/mandelbrot.xul");
 
 /* debugging prefs */
 pref("browser.dom.window.dump.enabled", true);
+pref("javascript.options.jit.chrome", true);
 pref("javascript.options.showInConsole", true);
 pref("javascript.options.strict", true);
 pref("nglayout.debug.disable_xul_cache", true);