author | Matt Brubeck <mbrubeck@mozilla.com> |
Wed, 27 Apr 2011 09:10:52 -0700 | |
changeset 68679 | 08af492270916f7e9e0c12b3b0e88150df4d088f |
parent 68678 | 1ed62cc2e2171d4c22f0aa07f7cfde808e798b29 |
child 68680 | da816b446ffaee6268595a23debbac6267bcc9c0 |
push id | 19701 |
push user | mbrubeck@mozilla.com |
push date | Wed, 27 Apr 2011 16:11:36 +0000 |
treeherder | mozilla-central@08af49227091 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mfinkle |
bugs | 652989 |
milestone | 6.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -381,17 +381,16 @@ pref("geo.enabled", true); // see https://bugzilla.mozilla.org/show_bug.cgi?id=481566#c9 pref("content.sink.enable_perf_mode", 2); // 0 - switch, 1 - interactive, 2 - perf pref("content.sink.pending_event_mode", 0); pref("content.sink.perf_deflect_count", 1000000); pref("content.sink.perf_parse_time", 50000000); pref("javascript.options.mem.gc_frequency", 300); pref("javascript.options.mem.high_water_mark", 32); -pref("javascript.options.methodjit.chrome", false); pref("dom.max_chrome_script_run_time", 0); // disable slow script dialog for chrome pref("dom.max_script_run_time", 20); // JS error console pref("devtools.errorconsole.enabled", false); // kinetic tweakables