[open-ils-commits] r12253 - trunk/Open-ILS/xul/staff_client/defaults/preferences (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Feb 21 20:06:38 EST 2009


Author: phasefx
Date: 2009-02-21 20:06:37 -0500 (Sat, 21 Feb 2009)
New Revision: 12253

Modified:
   trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
backporting from staff-client-experiment: try out tracemonkey and a pref for enabling the debug buttons in the login window

Modified: trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2009-02-22 01:05:32 UTC (rev 12252)
+++ trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js	2009-02-22 01:06:37 UTC (rev 12253)
@@ -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$");
@@ -50,7 +54,10 @@
 pref("nglayout.debug.disable_xul_cache",false);
 pref("nglayout.debug.disable_xul_fastload",false);
 pref("browser.xul.error_pages.enabled",true);
+// This one is specific for Open-ILS; debug options on login window
+pref("open-ils.debug_options", true);
 
+
 pref("browser.download.useDownloadDir", true);
 pref("browser.download.folderList", 0);
 pref("browser.download.manager.showAlertOnComplete", true);



More information about the open-ils-commits mailing list