remove any global prefs the add-on sets, remove another obsolete function, fix missin...
[mandelbrot.git] / prefs.js
index 2fbe1fe2349b7eb60edcc63e7d383ab5cc192965..fc5853eb750cff8c51173d2291ff395463a327ec 100644 (file)
--- a/prefs.js
+++ b/prefs.js
  *
  * ***** END LICENSE BLOCK ***** */
 
-pref("toolkit.defaultChromeURI", "chrome://mandelbrot/content/mandelbrot.xul");
-
 /* default prefs */
-// use TraceMonkey by default for getting fast calculations
-pref("javascript.options.jit.chrome", true);
-// instantly apply prefs to make sure the image settings dialog works
-pref("browser.preferences.instantApply", true);
 // sync image proportions in the dialog by default
 pref("mandelbrot.syncProportions", true);
-
-/* debugging prefs */
-pref("browser.dom.window.dump.enabled", true);
-pref("javascript.options.showInConsole", true);
-pref("javascript.options.strict", true);
-pref("nglayout.debug.disable_xul_cache", true);
-pref("nglayout.debug.disable_xul_fastload", true);