summaryrefslogtreecommitdiff
path: root/libre/iceweasel/libre.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-02 15:50:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-04-02 15:50:12 -0300
commit4df1d36659d69ea78948faf78810dc7de153603a (patch)
treed6cdc8605d5494b6529208fe2172116e2ea2d660 /libre/iceweasel/libre.patch
parentabe03fc4e8c8d92e27619e75e7d920f8270217f4 (diff)
downloadabslibre-4df1d36659d69ea78948faf78810dc7de153603a.tar.gz
abslibre-4df1d36659d69ea78948faf78810dc7de153603a.tar.bz2
abslibre-4df1d36659d69ea78948faf78810dc7de153603a.zip
iceweasel-1:37.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r--libre/iceweasel/libre.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch
index 1c3abfc21..5e1f7dad4 100644
--- a/libre/iceweasel/libre.patch
+++ b/libre/iceweasel/libre.patch
@@ -1,7 +1,7 @@
diff -Nur mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/browser/app/profile/firefox.js
---- mozilla-release.orig/browser/app/profile/firefox.js 2015-02-25 21:30:45.311891359 -0200
-+++ mozilla-release/browser/app/profile/firefox.js 2015-02-25 21:33:17.983024576 -0200
-@@ -277,11 +277,6 @@
+--- mozilla-release.orig/browser/app/profile/firefox.js 2015-04-01 18:25:46.447764363 -0300
++++ mozilla-release/browser/app/profile/firefox.js 2015-04-01 18:28:05.967491230 -0300
+@@ -279,11 +279,6 @@
pref("browser.slowStartup.timeThreshold", 40000);
pref("browser.slowStartup.maxSamples", 5);
@@ -11,8 +11,8 @@ diff -Nur mozilla-release.orig/browser/app/profile/firefox.js mozilla-release/br
-pref("browser.aboutHomeSnippets.updateUrl", "https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/");
-
pref("browser.enable_automatic_image_resizing", true);
+ pref("browser.casting.enabled", false);
pref("browser.chrome.site_icons", true);
- pref("browser.chrome.favicons", true);
diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.css mozilla-release/browser/base/content/abouthome/aboutHome.css
--- mozilla-release.orig/browser/base/content/abouthome/aboutHome.css 2015-01-09 02:38:12.000000000 -0200
+++ mozilla-release/browser/base/content/abouthome/aboutHome.css 2015-01-16 15:03:01.408257268 -0200
@@ -158,8 +158,8 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.css mozi
}
diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozilla-release/browser/base/content/abouthome/aboutHome.js
---- mozilla-release.orig/browser/base/content/abouthome/aboutHome.js 2015-02-23 05:39:29.000000000 -0200
-+++ mozilla-release/browser/base/content/abouthome/aboutHome.js 2015-02-25 21:37:40.631672767 -0200
+--- mozilla-release.orig/browser/base/content/abouthome/aboutHome.js 2015-03-26 23:20:16.000000000 -0300
++++ mozilla-release/browser/base/content/abouthome/aboutHome.js 2015-04-01 18:31:13.921464580 -0300
@@ -5,155 +5,44 @@
"use strict";
@@ -340,7 +340,7 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozil
-, "https://addons.mozilla.org/firefox/?utm_source=snippet&utm_medium=snippet&utm_campaign=addons"
-];
-
--const SNIPPETS_UPDATE_INTERVAL_MS = 86400000; // 1 Day.
+-const SNIPPETS_UPDATE_INTERVAL_MS = 14400000; // 4 hours.
-
-// IndexedDB storage constants.
-const DATABASE_NAME = "abouthome";