# HG changeset patch # User Wolfgang Rosenauer # Date 1415634090 -3600 # Node ID 2823515f76a2e312ddb5fb32d3f2548b6da8113d # Parent 4944f392c4d8396b207a406d8f717e6c4f89f334# Parent 6c8dd9468bcc93243f631178e9446cd7bdf0fcf3 merge from 33.1 diff -r 6c8dd9468bcc -r 2823515f76a2 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Mon Nov 10 16:34:27 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Nov 10 16:41:30 2014 +0100 @@ -19,9 +19,9 @@ # changed with every update %define major 33 -%define mainver %major.1 -%define update_channel release -%define releasedate 2014110600 +%define mainver %major.99 +%define update_channel beta +%define releasedate 2014110900 # general build definitions %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} @@ -90,7 +90,7 @@ BuildRequires: wireless-tools %endif BuildRequires: mozilla-nspr-devel >= 4.10.7 -BuildRequires: mozilla-nss-devel >= 3.17.1 +BuildRequires: mozilla-nss-devel >= 3.17.2 BuildRequires: nss-shared-helper-devel BuildRequires: pkgconfig(libpulse) %if 0%{?suse_version} > 1210 diff -r 6c8dd9468bcc -r 2823515f76a2 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Mon Nov 10 16:34:27 2014 +0100 +++ b/MozillaFirefox/create-tar.sh Mon Nov 10 16:41:30 2014 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="release" +CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_33_1_RELEASE" -VERSION="33.1" +RELEASE_TAG="FIREFOX_34_0b7_RELEASE" +VERSION="33.99" # mozilla if [ -d mozilla ]; then diff -r 6c8dd9468bcc -r 2823515f76a2 firefox-kde-114.patch --- a/firefox-kde-114.patch Mon Nov 10 16:34:27 2014 +0100 +++ b/firefox-kde-114.patch Mon Nov 10 16:41:30 2014 +0100 @@ -1,27 +1,27 @@ # HG changeset patch # User Wolfgang Rosenauer -# Parent ba2d9b1374e15e7c339a44452169d0afac2ca82e +# Parent a5921092e6fb2dc39b1426139eb8406f5fd3cfa9 With openSUSE 11.4 the desktop file name changed from MozillaFirefox to firefox -diff --git a/browser/components/preferences/advanced.js b/browser/components/preferences/advanced.js ---- a/browser/components/preferences/advanced.js -+++ b/browser/components/preferences/advanced.js -@@ -751,17 +751,17 @@ var gAdvancedPane = { - if (kde_session == 1) { - var shellObj = Components.classes["@mozilla.org/file/local;1"] - .createInstance(Components.interfaces.nsILocalFile); - shellObj.initWithPath("/usr/bin/kwriteconfig"); - var process = Components.classes["@mozilla.org/process/util;1"] - .createInstance(Components.interfaces.nsIProcess); - process.init(shellObj); - var args = ["--file", "kdeglobals", "--group", "General", "--key", -- "BrowserApplication", "MozillaFirefox"]; -+ "BrowserApplication", "firefox"]; - process.run(false, args, args.length); +diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js +--- a/browser/components/preferences/main.js ++++ b/browser/components/preferences/main.js +@@ -511,17 +511,17 @@ var gMainPane = { + if (kde_session == 1) { + var shellObj = Components.classes["@mozilla.org/file/local;1"] + .createInstance(Components.interfaces.nsILocalFile); + shellObj.initWithPath("/usr/bin/kwriteconfig"); + var process = Components.classes["@mozilla.org/process/util;1"] + .createInstance(Components.interfaces.nsIProcess); + process.init(shellObj); + var args = ["--file", "kdeglobals", "--group", "General", "--key", +- "BrowserApplication", "MozillaFirefox"]; ++ "BrowserApplication", "firefox"]; + process.run(false, args, args.length); + } + } catch (ex) { + Components.utils.reportError(ex); + return; } let selectedIndex = shellSvc.isDefaultBrowser(false, true) ? 1 : 0; - document.getElementById("setDefaultPane").selectedIndex = selectedIndex; - } - #endif - }; diff -r 6c8dd9468bcc -r 2823515f76a2 firefox-kde.patch --- a/firefox-kde.patch Mon Nov 10 16:34:27 2014 +0100 +++ b/firefox-kde.patch Mon Nov 10 16:41:30 2014 +0100 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1238 @@ +@@ -0,0 +1,1224 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -674,7 +674,7 @@ + aria-label="&navbarCmd.label;" + fullscreentoolbar="true" mode="icons" customizable="true" + iconsize="small" -+ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-call-button,social-share-button,social-toolbar-item" ++ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,social-share-button,social-toolbar-item" + customizationtarget="nav-bar-customization-target" + overflowable="true" + overflowbutton="nav-bar-overflow-button" @@ -717,7 +717,7 @@ + ontextreverted="return this.handleRevert();" + pageproxystate="invalid" + onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'" -+ onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);"> ++ onblur="setTimeout(() => { document.getElementById('identity-box').style.MozUserFocus = ''; }, 0);"> +