Fixed patch comments
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 30 Nov 2009 08:50:50 +0100
changeset 8 19a8c8d53349
parent 7 18af63e87953
child 9 bc5dfe5b853a
Fixed patch comments
firefox-appname.patch
firefox-browser-css.patch
firefox-linkorder
firefox-linkorder.patch
firefox-no-gnomevfs.patch
idldir.patch
mozilla-helper-app.patch
mozilla-nongnome-proxies.patch
mozilla-pkgconfig.patch
mozilla-prefer_plugin_pref.patch
mozilla-startup-notification.patch
--- a/firefox-appname.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/firefox-appname.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,6 @@
+From: Wolfgang Rosenauer <wr@rosenauer.org>
+Subject: Hardcode app starter for default check
+
 diff --git a/browser/components/shell/src/nsGNOMEShellService.cpp b/browser/components/shell/src/nsGNOMEShellService.cpp
 --- a/browser/components/shell/src/nsGNOMEShellService.cpp
 +++ b/browser/components/shell/src/nsGNOMEShellService.cpp
--- a/firefox-browser-css.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/firefox-browser-css.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,8 @@
+From: Jakub Steiner <jimmac@novell.com>
+Subject: make style compatible with dark themes
+References:
+https://bugzilla.novell.com/show_bug.cgi?id=503351
+
 diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
 --- a/browser/base/content/browser.css
 +++ b/browser/base/content/browser.css
--- a/firefox-linkorder	Sun Nov 29 19:57:00 2009 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-diff --git a/browser/components/build/Makefile.in b/browser/components/build/Makefile.in
---- a/browser/components/build/Makefile.in
-+++ b/browser/components/build/Makefile.in
-@@ -78,19 +78,21 @@ LOCAL_INCLUDES += -I$(srcdir)/../migrati
- SHARED_LIBRARY_LIBS += ../migration/src/$(LIB_PREFIX)migration_s.$(LIB_SUFFIX)
- EXTRA_DSO_LDOPTS += $(LIBXUL_DIST)/lib/$(LIB_PREFIX)mozreg_s.$(LIB_SUFFIX)
- endif
- 
- # This has to come after the above chunk, because mozreg_s has dependencies on
- # stuff in MOZ_COMPONENT_LIBS.
- EXTRA_DSO_LDOPTS += \
- 	$(LIBXUL_DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
--	$(MOZ_COMPONENT_LIBS) \
- 	$(NULL)
- 
-+# if built with --as-needed the NSPR libs need to be linked after mozreg_s
-+EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
-+
- # Mac: Need to link with CoreFoundation for Mac Migrators (PList reading code)
- # GTK2: Need to link with glib for GNOME shell service
- ifneq (,$(filter mac cocoa gtk2,$(MOZ_WIDGET_TOOLKIT)))
- EXTRA_DSO_LDOPTS += \
-   $(TK_LIBS) \
-   $(NULL)
- endif
- 
--- a/firefox-linkorder.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/firefox-linkorder.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -2,7 +2,6 @@
 Subject: Build fails with --as-needed
 References:
 
-
 diff --git a/browser/components/build/Makefile.in b/browser/components/build/Makefile.in
 --- a/browser/components/build/Makefile.in
 +++ b/browser/components/build/Makefile.in
--- a/firefox-no-gnomevfs.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/firefox-no-gnomevfs.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,8 @@
+From: Wolfgang Rosenauer <wr@rosenauer.org>
+Subject: Do not build nkgnomevfs in xul app builds
+References:
+https://bugzilla.mozilla.org/show_bug.cgi?id=512671
+
 diff --git a/configure.in b/configure.in
 --- a/configure.in
 +++ b/configure.in
--- a/idldir.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/idldir.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,6 +1,5 @@
 From: Wolfgang Rosenauer <stark@suse.de>
 Subject: fix IDL installation dir 
-
 This is only needed to get the correct path in xulrunner-config
 
 Index: config/autoconf.mk.in
--- a/mozilla-helper-app.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/mozilla-helper-app.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -4,7 +4,6 @@
 https://bugzilla.novell.com/show_bug.cgi?id=406979
 https://bugzilla.mozilla.org/show_bug.cgi?id=327323
 
-
 diff --git a/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp b/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
 --- a/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
 +++ b/uriloader/exthandler/unix/nsMIMEInfoUnix.cpp
--- a/mozilla-nongnome-proxies.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/mozilla-nongnome-proxies.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,7 +1,6 @@
 From: Wolfgang Rosenauer
 Subject: Do not use gconf for proxy settings if not running within Gnome
 
-
 Index: toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp
 ===================================================================
 RCS file: /cvsroot/mozilla/toolkit/system/unixproxy/nsUnixSystemProxySettings.cpp,v
--- a/mozilla-pkgconfig.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/mozilla-pkgconfig.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,6 @@
+From: Wolfgang Rosenauer
+Subject: pkgconfig tuning
+
 diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in
 --- a/xulrunner/installer/Makefile.in
 +++ b/xulrunner/installer/Makefile.in
--- a/mozilla-prefer_plugin_pref.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/mozilla-prefer_plugin_pref.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,6 @@
+From: Ubuntu
+Subject: introduce a pref to prefer certain plugins for mime-types
+
 diff --git a/modules/plugin/base/src/nsPluginHost.cpp b/modules/plugin/base/src/nsPluginHost.cpp
 --- a/modules/plugin/base/src/nsPluginHost.cpp
 +++ b/modules/plugin/base/src/nsPluginHost.cpp
--- a/mozilla-startup-notification.patch	Sun Nov 29 19:57:00 2009 +0100
+++ b/mozilla-startup-notification.patch	Mon Nov 30 08:50:50 2009 +0100
@@ -1,3 +1,9 @@
+From: Lubos Lunak <llunak@suse.cz>
+Subject: Firefox 3.5 broken startup notification
+References:
+http://bugzilla.novell.com/show_bug.cgi?id=518603
+https://bugzilla.mozilla.org/show_bug.cgi?id=416053
+
 diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 --- a/toolkit/xre/nsAppRunner.cpp
 +++ b/toolkit/xre/nsAppRunner.cpp