mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1116806: Enable dom.ipc.plugins.asyncInit on non-nightly channels by default; r=vladan
This commit is contained in:
parent
39713c4594
commit
0b14d30ce1
@ -2425,7 +2425,13 @@ pref("dom.ipc.plugins.reportCrashURL", true);
|
||||
// Defaults to 30 seconds.
|
||||
pref("dom.ipc.plugins.unloadTimeoutSecs", 30);
|
||||
|
||||
// Asynchronous plugin initialization should only be enabled on non-e10s
|
||||
// channels until some remaining bugs are resolved.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("dom.ipc.plugins.asyncInit", false);
|
||||
#else
|
||||
pref("dom.ipc.plugins.asyncInit", true);
|
||||
#endif
|
||||
|
||||
pref("dom.ipc.processCount", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user