diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 15:55:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-23 16:05:22 -0400 |
commit | c081393f0fc13740eb76e13f6652b19ce8a5bc93 (patch) | |
tree | eba8d0667b37e32ba7fbfe25fee406fee665f475 /libre | |
parent | 4416ae855de5139964c9fb09257eea9906adac1b (diff) | |
download | abslibre-c081393f0fc13740eb76e13f6652b19ce8a5bc93.tar.gz abslibre-c081393f0fc13740eb76e13f6652b19ce8a5bc93.tar.bz2 abslibre-c081393f0fc13740eb76e13f6652b19ce8a5bc93.zip |
libre/iceweasel: From ff 61.0-1: Drop e10s opt-in
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index 2a02d557b..3df3438dd 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -206,9 +206,6 @@ pref("browser.shell.checkDefaultBrowser", false); pref("extensions.autoDisableScopes", 11); pref("extensions.shownSelectionUI", true); -// Opt all of us into e10s, instead of just 50% -pref("browser.tabs.remote.autostart", true); - // Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier pref("ui.key.menuAccessKeyFocuses", false); |