# HG changeset patch # User Wolfgang Rosenauer # Date 1329992306 -3600 # Node ID 6a1811ef3174fe1f99e8531180ef005418a29e47 # Parent 20f8b5f0aea6213841c9a481f08911a79044f2fd update for 11.0b4 - removed obsolete NSS compat patch - updated KDE patches diff -r 20f8b5f0aea6 -r 6a1811ef3174 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Feb 21 21:10:03 2012 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Feb 23 11:18:26 2012 +0100 @@ -48,7 +48,7 @@ BuildRequires: nss-shared-helper-devel Version: %{mainver} Release: 0 -%define releasedate 2012021500 +%define releasedate 2012022200 Provides: web_browser Provides: firefox = %{version}-%{release} Provides: firefox = %{mainver} @@ -89,7 +89,6 @@ Patch12: mozilla-linux3.patch Patch14: mozilla-disable-neon-option.patch Patch15: mozilla-yarr-pcre.patch -Patch16: mozilla-nss-compat.patch # Firefox/browser Patch31: firefox-browser-css.patch Patch32: firefox-cross-desktop.patch @@ -218,7 +217,6 @@ %patch12 -p1 %patch14 -p1 #%patch15 -p1 -%patch16 -p1 # %patch31 -p1 %patch32 -p1 diff -r 20f8b5f0aea6 -r 6a1811ef3174 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Tue Feb 21 21:10:03 2012 +0100 +++ b/MozillaFirefox/create-tar.sh Thu Feb 23 11:18:26 2012 +0100 @@ -2,7 +2,7 @@ CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_11_0b3_RELEASE" +RELEASE_TAG="FIREFOX_11_0b4_RELEASE" VERSION="10.99" # mozilla diff -r 20f8b5f0aea6 -r 6a1811ef3174 MozillaFirefox/mozilla-nss-compat.patch --- a/MozillaFirefox/mozilla-nss-compat.patch Tue Feb 21 21:10:03 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-nss-compat.patch \ No newline at end of file diff -r 20f8b5f0aea6 -r 6a1811ef3174 firefox-kde.patch --- a/firefox-kde.patch Tue Feb 21 21:10:03 2012 +0100 +++ b/firefox-kde.patch Thu Feb 23 11:18:26 2012 +0100 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1111 @@ +@@ -0,0 +1,1125 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -42,6 +42,7 @@ +# Patrick Walton +# David Dahl +# Frank Yan ++# Victor Porof +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 2 or later (the "GPL"), or @@ -59,7 +60,8 @@ + + + -+ ++ ++ + + + @@ -284,7 +286,11 @@ + if (gContextMenu.shouldDisplay) + updateEditUIVisibility(); + return gContextMenu.shouldDisplay;" -+ onpopuphiding="if (event.target == this) { gContextMenu = null; updateEditUIVisibility(); }"> ++ onpopuphiding="if (event.target != this) ++ return; ++ gContextMenu.hiding(); ++ gContextMenu = null; ++ updateEditUIVisibility();"> +#include browser-context.inc + + @@ -517,8 +523,6 @@ + ontextentered="this.handleCommand(param);" + ontextreverted="return this.handleRevert();" + pageproxystate="invalid" -+ onsearchbegin="LocationBarHelpers._searchBegin();" -+ onsearchcomplete="LocationBarHelpers._searchComplete();" + onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'" + onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);"> +