mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
patch backspace for e10s
This commit is contained in:
parent
f342f6ce12
commit
b386e2fed1
6 changed files with 25 additions and 7 deletions
|
|
@ -682,11 +682,7 @@ pref("browser.download.hide_plugins_without_extensions", true);
|
|||
// 0 goes Back/Forward
|
||||
// 1 act like PgUp/PgDown
|
||||
// 2 and other values, nothing
|
||||
#ifdef UNIX_BUT_NOT_MAC
|
||||
pref("browser.backspace_action", 2);
|
||||
#else
|
||||
pref("browser.backspace_action", 0);
|
||||
#endif
|
||||
|
||||
// this will automatically enable inline spellchecking (if it is available) for
|
||||
// editable elements in HTML
|
||||
|
|
@ -922,6 +918,7 @@ pref("dom.ipc.shims.enabledWarnings", false);
|
|||
|
||||
// Start the browser in e10s mode
|
||||
pref("browser.tabs.remote.autostart", true);
|
||||
pref("browser.tabs.remote.force-enable", true);
|
||||
pref("browser.tabs.remote.desktopbehavior", true);
|
||||
pref("browser.tabs.remote.ignoreBlockPolicy", true);
|
||||
// Number of web content processes used by e10s.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue