mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
[Basilisk] restore erroneously removed dom.ipc.reportProcessHangs pref ifdef
This commit is contained in:
parent
36ca1ce479
commit
0be9ef65f6
1 changed files with 6 additions and 0 deletions
|
|
@ -1242,7 +1242,13 @@ pref("dom.ipc.cpows.allow-cpows-in-compat-addons", "{b9db16a4-6edc-47ec-a1f4-b86
|
|||
// detection).
|
||||
pref("dom.ipc.processHangMonitor", true);
|
||||
|
||||
#ifdef DEBUG
|
||||
// Don't report hangs in DEBUG builds. They're too slow and often a
|
||||
// debugger is attached.
|
||||
pref("dom.ipc.reportProcessHangs", false);
|
||||
#else
|
||||
pref("dom.ipc.reportProcessHangs", true);
|
||||
#endif
|
||||
|
||||
pref("browser.reader.detectedFirstArticle", false);
|
||||
// Don't limit how many nodes we care about on desktop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue