mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 870043 - Disable the watchdog on b2g. r=mrbkap
This commit is contained in:
parent
7f34ef8467
commit
d6a635938c
@ -177,6 +177,8 @@ pref("content.sink.perf_parse_time", 50000000);
|
||||
|
||||
// Maximum scripts runtime before showing an alert
|
||||
pref("dom.max_chrome_script_run_time", 0); // disable slow script dialog for chrome
|
||||
// Disable the watchdog thread for B2G. See bug 870043 comment 31.
|
||||
pref("dom.use_watchdog", false);
|
||||
|
||||
// plugins
|
||||
pref("plugin.disable", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user