[open-ils-commits] r12188 - branches/staff-client-experiment/Open-ILS/xul/staff_client/defaults/preferences (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 15 16:32:21 EST 2009


Author: phasefx
Date: 2009-02-15 16:32:17 -0500 (Sun, 15 Feb 2009)
New Revision: 12188

Modified:
   branches/staff-client-experiment/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
tracemonkey

Modified: branches/staff-client-experiment/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- branches/staff-client-experiment/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2009-02-15 18:53:56 UTC (rev 12187)
+++ branches/staff-client-experiment/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2009-02-15 21:32:17 UTC (rev 12188)
@@ -5,6 +5,10 @@
 // This one is required for XUL Runner
 pref("toolkit.defaultChromeURI", "chrome://open_ils_staff_client/content/main/main.xul");
 
+// Let's try to enable tracemonkey
+pref("javascript.options.jit.chrome", true);
+pref("javascript.options.jit.content", true);
+
 // We'll use this one to help brand some build information into the client, and rely on subversion keywords
 pref("open-ils.repository.headURL","$HeadURL$");
 pref("open-ils.repository.author","$Author$");



More information about the open-ils-commits mailing list