mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1201184 - Enable OOP apps r=me
This commit is contained in:
parent
8966c64b68
commit
6945c6bf02
@ -1003,12 +1003,12 @@ pref("dom.mozTCPSocket.enabled", true);
|
||||
pref("dom.mozContacts.enabled", true);
|
||||
|
||||
// OOP apps.
|
||||
pref("dom.ipc.tabs.disabled", true);
|
||||
pref("dom.ipc.tabs.disabled", false);
|
||||
pref("dom.ipc.processCount", 100000);
|
||||
|
||||
// Enable pre-launching content processes for improved startup time
|
||||
// (hiding latency).
|
||||
pref("dom.ipc.processPrelaunch.enabled", false);
|
||||
pref("dom.ipc.processPrelaunch.enabled", true);
|
||||
// Wait this long before pre-launching a new subprocess.
|
||||
pref("dom.ipc.processPrelaunch.delayMs", 5000);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user