Remove JIT prefs from automation.py, bug 693815. r=dmandelin

This commit is contained in:
Brian Hackett 2011-10-19 08:28:50 -07:00
parent 73a6a54955
commit 11b3903454

View File

@ -418,10 +418,6 @@ user_pref("javascript.options.showInConsole", true);
user_pref("devtools.errorconsole.enabled", true);
user_pref("layout.debug.enable_data_xbl", true);
user_pref("browser.EULA.override", true);
user_pref("javascript.options.tracejit.content", true);
user_pref("javascript.options.methodjit.content", true);
user_pref("javascript.options.jitprofiling.content", true);
user_pref("javascript.options.methodjit_always", false);
user_pref("gfx.color_management.force_srgb", true);
user_pref("network.manage-offline-status", false);
user_pref("test.mousescroll", true);