зеркало из https://github.com/mozilla/pjs.git
Bug 686571 - Expose new javascript.options.pccounts.(content|chrome) prefs defaults; r=dmandelin
This commit is contained in:
Родитель
135296e5bd
Коммит
f22f83ea83
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче