Firefox 39.0 release firefox39
authorWolfgang Rosenauer <wr@rosenauer.org>
Tue, 23 Jun 2015 08:15:06 +0200
branchfirefox39
changeset 863 d5a1c8dec7ed
parent 862 390088186660
child 866 28eb9d3ab7e8
Firefox 39.0 release
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
firefox-kde.patch
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Jun 19 08:18:57 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Tue Jun 23 08:15:06 2015 +0200
@@ -1,11 +1,19 @@
 -------------------------------------------------------------------
-Wed Jun 19 10:48:49 UTC 2015 - wr@rosenauer.org
-
-- update to Firefox 39.0b6
+Tue Jun 23 06:12:45 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 39.0
+  * Share Hello URLs with social networks
+  * Support for 'switch' role in ARIA 1.1 (web accessibility)
+  * SafeBrowsing malware detection lookups enabled for downloads
+    (Mac OS X and Linux)
+  * Support for new Unicode 8.0 skin tone emoji
+  * Removed support for insecure SSLv3 for network communications
+  * Disable use of RC4 except for temporarily whitelisted hosts
+  * NPAPI Plug-in performance improved via asynchronous initialization
 - dropped mozilla-prefer_plugin_pref.patch as this feature is
   likely not worth maintaining further
 - rebased patches
-- require NSS 3.19.1
+- require NSS 3.19.2
 
 -------------------------------------------------------------------
 Thu Jun 18 10:30:18 UTC 2015 - schwab@suse.de
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Jun 19 08:18:57 2015 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Tue Jun 23 08:15:06 2015 +0200
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 38
-%define mainver %major.99
-%define update_channel beta
-%define releasedate 2015060700
+%define major 39
+%define mainver %major.0
+%define update_channel release
+%define releasedate 2015062300
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
@@ -77,7 +77,7 @@
 BuildRequires:  libproxy-devel
 BuildRequires:  makeinfo
 BuildRequires:  mozilla-nspr-devel >= 4.10.8
-BuildRequires:  mozilla-nss-devel >= 3.19.1
+BuildRequires:  mozilla-nss-devel >= 3.19.2
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python-devel
 BuildRequires:  startup-notification-devel
--- a/MozillaFirefox/create-tar.sh	Fri Jun 19 08:18:57 2015 +0200
+++ b/MozillaFirefox/create-tar.sh	Tue Jun 23 08:15:06 2015 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="beta"
+CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_39_0b6_RELEASE"
-VERSION="38.99"
+RELEASE_TAG="FIREFOX_39_0_RELEASE"
+VERSION="39.0"
 
 # mozilla
 if [ -d mozilla ]; then
--- a/firefox-kde.patch	Fri Jun 19 08:18:57 2015 +0200
+++ b/firefox-kde.patch	Tue Jun 23 08:15:06 2015 +0200
@@ -1,11 +1,11 @@
 # HG changeset patch
-# Parent  14be97741eabce611c291418a4c1774cae8b29ff
+# Parent  cd94ee18bd0cdda7f5eb5503d8d072efe02a8033
 
 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,1311 @@
+@@ -0,0 +1,1308 @@
 +#filter substitution
 +<?xml version="1.0"?>
 +# -*- Mode: HTML -*-
@@ -669,7 +669,7 @@
 +            setfocus="false"
 +            tooltip="tabbrowser-tab-tooltip"
 +            stopwatchid="FX_TAB_CLICK_MS">
-+        <tab class="tabbrowser-tab" selected="true" fadein="true"/>
++        <tab class="tabbrowser-tab" selected="true" visuallyselected="true" fadein="true"/>
 +      </tabs>
 +
 +      <toolbarbutton id="new-tab-button"
@@ -1313,9 +1313,6 @@
 +#     starting with an empty iframe here in browser.xul from a Ts standpoint.
 +</deck>
 +
-+<script type="application/javascript" src="chrome://browser/content/pocket/pktApi.js"/>
-+<script type="application/javascript" src="chrome://browser/content/pocket/main.js"/>
-+
 +</window>
 diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
 --- a/browser/base/content/browser.xul