1
0
Fork 1

Compare commits

..

No commits in common. "48082e3b5ae6cae23e94338c3146465ccaa5f356" and "4b78d21e9a5fe8e541e7c3aa2287186ab725a7d0" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,9 @@ lockPref("xpinstall.signatures.required", false);
pref("browser.urlbar.update2.engineAliasRefresh", true); // No clue why this needs both pref and lockPref but here we are
lockPref("browser.urlbar.update2.engineAliasRefresh", true);
// Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1420777
lockPref("network.http.http2.coalesce-hostnames", false);
// ads & annoyances
pref("extensions.getAddons.showPane", false); // No clue why this needs both pref and lockPref but here we are
lockPref("extensions.getAddons.showPane", false);

View file

@ -83,7 +83,7 @@ index d08984b796330..3b32785b3b3cc 100644
<command id="cmd_toggleMute" oncommand="gBrowser.toggleMuteAudioOnMultiSelectedTabs(gBrowser.selectedTab)"/>
<command id="cmd_CustomizeToolbars" oncommand="gCustomizeMode.enter()"/>
@@ -75,8 +75,8 @@
<command id="Browser:ReloadSkipCache" oncommand="BrowserCommands.reloadSkipCache()" disabled="true">
<command id="Browser:ReloadSkipCache" oncommand="BrowserReloadSkipCache()" disabled="true">
<observes element="Browser:Reload" attribute="disabled"/>
</command>
- <command id="Browser:NextTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(1, true);"/>