From 8638732ef86344fa92562d5eb880abb9d85c4ceb Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 26 Mar 2009 16:55:17 +0100 Subject: [PATCH] work with 1.9.2 XULRunner, always set instantApply and comment our default prefs --- xulapp/application.ini | 2 +- xulapp/defaults/preferences/prefs.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 */ -- 2.35.3