X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=prefs.js;h=fc5853eb750cff8c51173d2291ff395463a327ec;hp=2fbe1fe2349b7eb60edcc63e7d383ab5cc192965;hb=1b09b217b456d90777763d839d09010a4309ee78;hpb=3fd66836e6c5fbd25dd8f90dd50914cabeb7a9a7 diff --git a/prefs.js b/prefs.js index 2fbe1fe..fc5853e 100644 --- a/prefs.js +++ b/prefs.js @@ -35,19 +35,6 @@ * * ***** 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);