From 6467d64f18bb7bc883f070a697d303fb20254080 Mon Sep 17 00:00:00 2001 From: phasefx Date: Sun, 22 Feb 2009 01:06:37 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/defaults/preferences/prefs.js | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.43.2