Bug 1654325 - disable the parent process slow script dialog, r=esmyth

Differential Revision: https://phabricator.services.mozilla.com/D84396
This commit is contained in:
Gijs Kruitbosch 2020-07-21 19:23:19 +00:00
Родитель f36309192d
Коммит 5d84e2b8f0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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