mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1654325 - disable the parent process slow script dialog, r=esmyth
Differential Revision: https://phabricator.services.mozilla.com/D84396
This commit is contained in:
parent
f36309192d
commit
5d84e2b8f0
@ -2426,7 +2426,7 @@ pref("editor.resizing.preserve_ratio", true);
|
||||
pref("editor.positioning.offset", 0);
|
||||
|
||||
pref("dom.use_watchdog", true);
|
||||
pref("dom.max_chrome_script_run_time", 20);
|
||||
pref("dom.max_chrome_script_run_time", 0);
|
||||
pref("dom.max_script_run_time", 10);
|
||||
pref("dom.max_ext_content_script_run_time", 5);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user