# HG changeset patch # User Wolfgang Rosenauer # Date 1552985285 -3600 # Node ID eca1c1f2fe500e3bd439a8fa5d001d986e614b2c # Parent 5fab52cd743d73030ddef72ca8930a22936f4d05 Firefox 66.0 diff -r 5fab52cd743d -r eca1c1f2fe50 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun Mar 17 09:57:22 2019 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Tue Mar 19 09:48:05 2019 +0100 @@ -1,4 +1,36 @@ ------------------------------------------------------------------- +Sun Mar 17 10:08:51 UTC 2019 - Wolfgang Rosenauer + +- Mozilla Firefox 66.0 + * Increased content processes to 8 + * Added capability to search through open tabs from the tab overflow menu + * New backend for the storage.local WebExtensions API, providing + I/O performance improvements when the extension updates a small + subset of the stored data + * WebExtension keyboard shortcuts can now be managed or overridden + from about:addons + * Improved scrolling behavior: Firefox will now attempt to keep content + from jumping around while a page is loading by supporting scroll + anchoring + * New about:privatebrowsing with search + * A certificate error page now notifies the user of the name of the + certificate issuer that breaks HTTPs connections on intercepted + connections to help troubleshooting possible anti-virus software + issues. + * Fixed an performance issue some Linux users experienced with the + Downloads panel (bmo#1517101) + * Firefox now blocks all autoplay media with sound by default. Users + can add individual sites to an exceptions list or turn the blocking + off. + * System title bar is hidden by default to match Gnome guideline +- updated build/runtime requirements + * mozilla-nss >= 3.42.1 + * cargo/rust >= 1.31 + * rust-cbindgen >= 0.6.8 +- removed obsolete patch + * mozilla-bmo256180.patch + +------------------------------------------------------------------- Tue Mar 5 10:17:01 UTC 2019 - Stephan Kulow - Do not hardcode nodejs8 but leave the prefer to the distribution diff -r 5fab52cd743d -r eca1c1f2fe50 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun Mar 17 09:57:22 2019 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Mar 19 09:48:05 2019 +0100 @@ -18,13 +18,13 @@ # changed with every update -%define major 65 -%define mainver %major.0.1 -%define orig_version 65.0.1 +%define major 66 +%define mainver %major.0 +%define orig_version 66.0 %define orig_suffix %{nil} %define update_channel release %define branding 1 -%define releasedate 20190211233335 +%define releasedate 20190314174725 %define source_prefix firefox-%{orig_version} # always build with GCC as SUSE Security Team requires that @@ -69,7 +69,7 @@ %else BuildRequires: gcc-c++ %endif -BuildRequires: cargo >= 1.30 +BuildRequires: cargo >= 1.31 BuildRequires: libXcomposite-devel BuildRequires: libcurl-devel BuildRequires: libidl-devel @@ -78,13 +78,14 @@ BuildRequires: libproxy-devel BuildRequires: makeinfo BuildRequires: mozilla-nspr-devel >= 4.20 -BuildRequires: mozilla-nss-devel >= 3.41 +BuildRequires: mozilla-nss-devel >= 3.42.1 +BuildRequires: nasm >= 2.13 BuildRequires: nodejs >= 8.11 BuildRequires: python-devel BuildRequires: python2-xml BuildRequires: python3 >= 3.5 -BuildRequires: rust >= 1.30 -BuildRequires: rust-cbindgen >= 0.6.7 +BuildRequires: rust >= 1.31 +BuildRequires: rust-cbindgen >= 0.6.8 BuildRequires: startup-notification-devel BuildRequires: unzip BuildRequires: update-desktop-files @@ -160,7 +161,6 @@ Patch3: mozilla-ntlm-full-path.patch Patch4: mozilla-openaes-decl.patch Patch7: mozilla-aarch64-startup-crash.patch -Patch8: mozilla-bmo256180.patch Patch9: mozilla-bmo1463035.patch Patch10: mozilla-cubeb-noreturn.patch # Firefox/browser @@ -267,7 +267,6 @@ %patch3 -p1 %patch4 -p1 %patch7 -p1 -%patch8 -p1 %patch9 -p1 %patch10 -p1 # Firefox @@ -359,7 +358,8 @@ #ac_add_options --enable-chrome-format=jar ac_add_options --enable-update-channel=%{update_channel} ac_add_options --with-mozilla-api-keyfile=%{SOURCE18} -ac_add_options --with-google-api-keyfile=%{SOURCE19} +ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19} +ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19} ac_add_options --with-unsigned-addon-scopes=app %if %branding ac_add_options --enable-official-branding diff -r 5fab52cd743d -r eca1c1f2fe50 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sun Mar 17 09:57:22 2019 +0100 +++ b/MozillaFirefox/create-tar.sh Tue Mar 19 09:48:05 2019 +0100 @@ -7,8 +7,8 @@ CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="1ea7b51ef5bb91bdc34fb7406fd4d35ed7961363" -VERSION="65.0.1" +RELEASE_TAG="164a57c0cdf0088e786e6b966e34fdd3799671d1" +VERSION="66.0" VERSION_SUFFIX="" LOCALE_FILE="firefox-$VERSION/browser/locales/l10n-changesets.json" diff -r 5fab52cd743d -r eca1c1f2fe50 MozillaFirefox/mozilla-bmo256180.patch --- a/MozillaFirefox/mozilla-bmo256180.patch Sun Mar 17 09:57:22 2019 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-bmo256180.patch \ No newline at end of file diff -r 5fab52cd743d -r eca1c1f2fe50 MozillaFirefox/source-stamp.txt --- a/MozillaFirefox/source-stamp.txt Sun Mar 17 09:57:22 2019 +0100 +++ b/MozillaFirefox/source-stamp.txt Tue Mar 19 09:48:05 2019 +0100 @@ -1,2 +1,2 @@ -REV=1ea7b51ef5bb +REV=164a57c0cdf0 REPO=http://hg.mozilla.org/releases/mozilla-release diff -r 5fab52cd743d -r eca1c1f2fe50 firefox-kde.patch --- a/firefox-kde.patch Sun Mar 17 09:57:22 2019 +0100 +++ b/firefox-kde.patch Tue Mar 19 09:48:05 2019 +0100 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent 693f0baece29cc958a7d91b89fd12e3b89a502e3 +# Parent 87262204aa945e6fce864193d103a93659bf76f6 diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1395 @@ +@@ -0,0 +1,1408 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -276,6 +276,8 @@ + noautofocus="true" + hidden="true" + flip="none" ++ consumeoutsideclicks="never" ++ norolluponanchor="true" + level="parent"> + + @@ -579,6 +581,7 @@ + position="bottomcenter topright" + tabspecific="true" + noautofocus="true" ++ pocket-title="&saveToPocketCmd.label;" + copyURL-title="&pageAction.copyLink.label;" + emailLink-title="&emailPageCmd.label;" + sendToDevice-notReadyTitle="&sendToDevice.syncNotReady.label;" @@ -771,13 +774,11 @@ + aria-label="&tabsToolbar.label;" + context="toolbar-context-menu" + flex="1"> -+ -+ + ++ ++ ++ + -+ -+ + ++ ++ + -+ -+ -+ ++ + +#ifndef XP_MACOSX +