From: Robert Kaiser Date: Thu, 26 Mar 2009 15:55:17 +0000 (+0100) Subject: work with 1.9.2 XULRunner, always set instantApply and comment our default prefs X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=commitdiff_plain;h=8638732ef86344fa92562d5eb880abb9d85c4ceb;ds=sidebyside work with 1.9.2 XULRunner, always set instantApply and comment our default prefs --- diff --git a/xulapp/application.ini b/xulapp/application.ini index 2a9ccf0..5d1aa04 100644 --- a/xulapp/application.ini +++ b/xulapp/application.ini @@ -45,7 +45,7 @@ ID=mandelbrot@kairo.at [Gecko] MinVersion=1.9.0 -MaxVersion=1.9.1.* +MaxVersion=1.9.2.* [XRE] EnableExtensionManager=0 diff --git a/xulapp/defaults/preferences/prefs.js b/xulapp/defaults/preferences/prefs.js index 3ab5a34..2fbe1fe 100644 --- a/xulapp/defaults/preferences/prefs.js +++ b/xulapp/defaults/preferences/prefs.js @@ -38,7 +38,11 @@ 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 */