Initial effort to add e10s

This commit is contained in:
ownedbywuigi 2026-03-29 21:55:25 +01:00
commit 0d1c6220b3
2 changed files with 1 additions and 4 deletions

View file

@ -921,7 +921,7 @@ pref("browser.flash-protected-mode-flip.done", false);
pref("dom.ipc.shims.enabledWarnings", false);
// Start the browser in e10s mode
pref("browser.tabs.remote.autostart", false);
pref("browser.tabs.remote.autostart", true);
pref("browser.tabs.remote.desktopbehavior", true);
// This pref governs whether we attempt to work around problems caused by

View file

@ -4247,9 +4247,6 @@ MultiprocessBlockPolicy() {
}
#endif
// We do not support E10S, block by policy.
gMultiprocessBlockPolicy = kE10sForceDisabled;
return gMultiprocessBlockPolicy;
}