mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 686571 - Expose new javascript.options.pccounts.(content|chrome) prefs defaults; r=dmandelin
This commit is contained in:
parent
5f051a4c5b
commit
c5f13ab0d5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user