summarylogtreecommitdiffstats
path: root/firefox-45-prefs.patch
diff options
context:
space:
mode:
authorw2016-03-26 10:22:46 +0100
committerw2016-03-26 10:22:46 +0100
commita0a7eb837d836b8e17eddadb668e81353143043d (patch)
tree8949ebae558357099ab0749fb490ec14834700fe /firefox-45-prefs.patch
parent8ad9f2719abf04936135c55474e8c3b0277b1eb6 (diff)
downloadaur-a0a7eb837d836b8e17eddadb668e81353143043d.tar.gz
Updated to FF 45.0.1. Added patch to disable sharing notification, disable reader view and disable first time download window popup
Diffstat (limited to 'firefox-45-prefs.patch')
-rw-r--r--firefox-45-prefs.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/firefox-45-prefs.patch b/firefox-45-prefs.patch
index 4b123253b0d5..eb1c0d1ea39b 100644
--- a/firefox-45-prefs.patch
+++ b/firefox-45-prefs.patch
@@ -28,6 +28,15 @@ diff -Naur firefox-45.0esr.bak/browser/app/profile/firefox.js firefox-45.0esr/br
// Limit the number of characters sent to the current search engine to fetch
// suggestions.
+@@ -346,7 +346,7 @@
+ pref("browser.download.animateNotifications", true);
+
+ // This records whether or not the panel has been shown at least once.
+-pref("browser.download.panel.shown", false);
++pref("browser.download.panel.shown", true);
+
+ #ifndef XP_MACOSX
+ pref("browser.helperApps.deleteTempFileOnExit", true);
@@ -426,7 +426,7 @@
// Tabbed browser
pref("browser.tabs.closeWindowWithLastTab", true);