mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Revert one process per tab, regression in backspace handling
This commit is contained in:
parent
c8833bbb37
commit
f342f6ce12
3 changed files with 6 additions and 19 deletions
|
|
@ -924,10 +924,8 @@ pref("dom.ipc.shims.enabledWarnings", false);
|
|||
pref("browser.tabs.remote.autostart", true);
|
||||
pref("browser.tabs.remote.desktopbehavior", true);
|
||||
pref("browser.tabs.remote.ignoreBlockPolicy", true);
|
||||
// -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);
|
||||
// Number of web content processes used by e10s.
|
||||
pref("dom.ipc.processCount", 2);
|
||||
|
||||
// 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