mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:02:03 -08:00
re-enable hang monitor
This commit is contained in:
parent
efa581a95b
commit
97e44ca7de
1 changed files with 1 additions and 2 deletions
|
|
@ -431,9 +431,8 @@ defaultPref("browser.tabs.warnOnOpen", false);
|
||||||
// Do not warn on quitting Firefox
|
// Do not warn on quitting Firefox
|
||||||
defaultPref("browser.warnOnQuit", false);
|
defaultPref("browser.warnOnQuit", false);
|
||||||
|
|
||||||
// Disable the ProcessHangMonitor
|
// Disable ProcessHangMonitor sending data upstream
|
||||||
defaultPref("dom.ipc.reportProcessHangs", false);
|
defaultPref("dom.ipc.reportProcessHangs", false);
|
||||||
defaultPref("hangmonitor.timeout", 0);
|
|
||||||
|
|
||||||
// Allow the application to have focus even it runs in the background
|
// Allow the application to have focus even it runs in the background
|
||||||
defaultPref("focusmanager.testmode", true);
|
defaultPref("focusmanager.testmode", true);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue