# HG changeset patch # User Wolfgang Rosenauer # Date 1281596147 -7200 # Node ID 4c86470ed7968053d50885b6d1dad2f955ba4e46 # Parent 7b356805729c6889b29895082ef6746175ab4f0e Reenabling KDE integration patches (part 1: rebase and reenable; might need post-fixes) diff -r 7b356805729c -r 4c86470ed796 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Aug 11 12:17:17 2010 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Aug 12 08:55:47 2010 +0200 @@ -164,9 +164,9 @@ %patch6 -p1 %patch8 -p1 %if %suse_version >= 1110 -#%patch9 -p1 +%patch9 -p1 # install kde.js -#install -m 644 %{SOURCE6} browser/app/profile/kde.js +install -m 644 %{SOURCE6} browser/app/profile/kde.js %endif #%patch10 -p1 %patch11 -p1 diff -r 7b356805729c -r 4c86470ed796 firefox-kde.patch --- a/firefox-kde.patch Wed Aug 11 12:17:17 2010 +0200 +++ b/firefox-kde.patch Thu Aug 12 08:55:47 2010 +0200 @@ -17,13 +17,13 @@ # hardcode en-US for the moment AB_CD = en-US - DEFINES += \ - -DAB_CD=$(AB_CD) \ + DEFINES += -DAB_CD=$(AB_CD) + 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,643 @@ +@@ -0,0 +1,1094 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -59,6 +59,8 @@ +# Dão Gottwald +# Ehsan Akhgari +# Robert Strong ++# Rob Campbell ++# Patrick Walton +# +# 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 @@ -111,19 +113,18 @@ + windowtype="navigator:browser" + screenX="4" screenY="4" + browsingmode="normal" -+ toggletoolbar="true" + persist="screenX screenY width height sizemode"> + +# All JS files which are not content (only) dependent that browser.xul +# wishes to include *must* go into the global-scripts.inc file +# so that they can be shared by macBrowserOverlay.xul. +#include global-scripts.inc -+