Bug 870043 - Disable the watchdog on b2g. r=mrbkap

This commit is contained in:
Bobby Holley 2013-07-24 15:33:32 -07:00
parent 7f34ef8467
commit d6a635938c

View File

@ -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);