mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Re-introduce one process per tab
This commit is contained in:
parent
32e0f7f621
commit
b603a2061a
1 changed files with 4 additions and 1 deletions
|
|
@ -923,7 +923,10 @@ pref("browser.tabs.remote.force-disable", false);
|
|||
pref("browser.tabs.remote.desktopbehavior", true);
|
||||
pref("browser.tabs.remote.ignoreBlockPolicy", true);
|
||||
// Number of web content processes used by e10s.
|
||||
pref("dom.ipc.processCount", 2);
|
||||
// -1 means automatic tab-isolation mode: try one process per tab.
|
||||
pref("dom.ipc.processCount", -1);
|
||||
// Safety ceiling used by automatic tab-isolation mode.
|
||||
pref("dom.ipc.processCount.webIsolatedMax", 64);
|
||||
|
||||
// This pref governs whether we attempt to work around problems caused by
|
||||
// plugins using OS calls to manipulate the cursor while running out-of-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue