mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Initial effort to add e10s
This commit is contained in:
parent
abd690a26f
commit
0d1c6220b3
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -4247,9 +4247,6 @@ MultiprocessBlockPolicy() {
|
|||
}
|
||||
#endif
|
||||
|
||||
// We do not support E10S, block by policy.
|
||||
gMultiprocessBlockPolicy = kE10sForceDisabled;
|
||||
|
||||
return gMultiprocessBlockPolicy;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue