Bug 686571 - Expose new javascript.options.pccounts.(content|chrome) prefs defaults; r=dmandelin

This commit is contained in:
Cedric Vivier 2011-09-20 11:09:04 +01:00
parent 9dc4e22f8a
commit c53f4f1d17

View File

@ -623,6 +623,8 @@ pref("javascript.options.methodjit.content", true);
pref("javascript.options.methodjit.chrome", true);
pref("javascript.options.jitprofiling.content", true);
pref("javascript.options.jitprofiling.chrome", true);
pref("javascript.options.pccounts.content", false);
pref("javascript.options.pccounts.chrome", false);
pref("javascript.options.methodjit_always", false);
pref("javascript.options.typeinference", true);
// This preference limits the memory usage of javascript.