summaryrefslogtreecommitdiff
path: root/libre/iceweasel/libre.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-26 01:55:02 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-26 01:55:02 -0200
commit72136c3fcebb86707830eeced7efc903ac30c2a1 (patch)
tree723aa68e1c0f05ac649ba4f574390fba852b4612 /libre/iceweasel/libre.patch
parent9e27b0d0eb8bcff8e08e50b2c37bd03b13bfea18 (diff)
iceweasel-1:36.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r--libre/iceweasel/libre.patch34
1 files changed, 18 insertions, 16 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch
index 7025151ad..ef6c885bb 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-01-16 15:01:27.964161422 -0200
-+++ mozilla-release/browser/app/profile/firefox.js 2015-01-16 15:03:50.325327243 -0200
-@@ -290,11 +290,6 @@
+--- 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 @@
pref("browser.slowStartup.timeThreshold", 40000);
pref("browser.slowStartup.maxSamples", 5);
@@ -158,9 +158,9 @@ 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-01-09 02:38:12.000000000 -0200
-+++ mozilla-release/browser/base/content/abouthome/aboutHome.js 2015-01-16 15:03:01.408257268 -0200
-@@ -5,154 +5,44 @@
+--- 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
+@@ -5,155 +5,44 @@
"use strict";
const SEARCH_ENGINES = {
@@ -345,12 +345,13 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozil
-// IndexedDB storage constants.
-const DATABASE_NAME = "abouthome";
-const DATABASE_VERSION = 1;
+-const DATABASE_STORAGE = "persistent";
-const SNIPPETS_OBJECTSTORE_NAME = "snippets";
-
// This global tracks if the page has been set up before, to prevent double inits
let gInitialized = false;
let gObserver = new MutationObserver(function (mutations) {
-@@ -160,7 +50,6 @@
+@@ -161,7 +50,6 @@
if (mutation.attributeName == "searchEngineName") {
setupSearchEngine();
if (!gInitialized) {
@@ -358,7 +359,7 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozil
gInitialized = true;
}
return;
-@@ -185,117 +74,6 @@
+@@ -186,118 +74,6 @@
window.removeEventListener("resize", fitToWidth);
});
@@ -401,7 +402,8 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozil
- gSnippetsMapCallbacks.length = 0;
- }
-
-- let openRequest = indexedDB.open(DATABASE_NAME, DATABASE_VERSION);
+- let openRequest = indexedDB.open(DATABASE_NAME, {version: DATABASE_VERSION,
+- storage: DATABASE_STORAGE});
-
- openRequest.onerror = function (event) {
- // Try to delete the old database so that we can start this process over
@@ -476,7 +478,7 @@ diff -Nur mozilla-release.orig/browser/base/content/abouthome/aboutHome.js mozil
function onSearchSubmit(aEvent)
{
let searchText = document.getElementById("searchText");
-@@ -378,144 +156,6 @@
+@@ -380,144 +156,6 @@
document.dispatchEvent(event);
}
@@ -735,8 +737,8 @@ diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/too
<!-- LOCALIZATION NOTE (options.selectAdditionalTools.label): This is the label for
- the heading of group of checkboxes corresponding to the developer tools
diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.dtd mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.dtd
---- mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.dtd 2015-01-09 02:38:16.000000000 -0200
-+++ mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.dtd 2015-01-31 12:34:39.361629855 -0200
+--- mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.dtd 2015-02-23 05:39:34.000000000 -0200
++++ mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.dtd 2015-02-25 21:33:17.993024651 -0200
@@ -2,7 +2,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
@@ -746,7 +748,7 @@ diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/web
<!ENTITY projectMenu_label "Project">
<!ENTITY projectMenu_accesskey "P">
-@@ -48,7 +48,7 @@
+@@ -56,7 +56,7 @@
<!ENTITY projectButton_label "Open App">
<!ENTITY runtimeButton_label "Select Runtime">
@@ -756,8 +758,8 @@ diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/web
<!ENTITY key_quit "W">
<!-- open menu -->
diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.properties mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.properties
---- mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.properties 2015-01-09 02:38:16.000000000 -0200
-+++ mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.properties 2015-01-31 12:35:03.848498325 -0200
+--- mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/webide.properties 2015-02-23 05:39:34.000000000 -0200
++++ mozilla-release/browser/locales/en-US/chrome/browser/devtools/webide.properties 2015-02-25 21:33:17.993024651 -0200
@@ -2,8 +2,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
@@ -769,7 +771,7 @@ diff -Nur mozilla-release.orig/browser/locales/en-US/chrome/browser/devtools/web
runtimeButton_label=Select Runtime
projectButton_label=Open App
-@@ -45,10 +45,10 @@
+@@ -47,10 +47,10 @@
addons_stable=stable
addons_unstable=unstable
# LOCALIZATION NOTE (addons_simulator_label): This label is shown as the name of