From: phasefx Date: Sun, 22 Feb 2009 01:06:37 +0000 (+0000) Subject: backporting from staff-client-experiment: try out tracemonkey and a pref for enabling... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6467d64f18bb7bc883f070a697d303fb20254080;p=Evergreen.git backporting from staff-client-experiment: try out tracemonkey and a pref for enabling the debug buttons in the login window git-svn-id: svn://svn.open-ils.org/ILS/trunk@12253 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js index 2190199276..a7948eba24 100644 --- a/Open-ILS/xul/staff_client/defaults/preferences/prefs.js +++ b/Open-ILS/xul/staff_client/defaults/preferences/prefs.js @@ -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,6 +54,9 @@ pref("javascript.options.showInConsole",true); 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);