# HG changeset patch # User Wolfgang Rosenauer # Date 1259567450 -3600 # Node ID 19a8c8d533495586f8a64b4a2338ce5d86e4bd1b # Parent 18af63e8795356bf25047dfd97746cc12b7c9773 Fixed patch comments diff -r 18af63e87953 -r 19a8c8d53349 firefox-appname.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 +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 diff -r 18af63e87953 -r 19a8c8d53349 firefox-browser-css.patch --- 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 +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 diff -r 18af63e87953 -r 19a8c8d53349 firefox-linkorder --- 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 - diff -r 18af63e87953 -r 19a8c8d53349 firefox-linkorder.patch --- 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 diff -r 18af63e87953 -r 19a8c8d53349 firefox-no-gnomevfs.patch --- 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 +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 diff -r 18af63e87953 -r 19a8c8d53349 idldir.patch --- 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 Subject: fix IDL installation dir - This is only needed to get the correct path in xulrunner-config Index: config/autoconf.mk.in diff -r 18af63e87953 -r 19a8c8d53349 mozilla-helper-app.patch --- 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 diff -r 18af63e87953 -r 19a8c8d53349 mozilla-nongnome-proxies.patch --- 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 diff -r 18af63e87953 -r 19a8c8d53349 mozilla-pkgconfig.patch --- 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 diff -r 18af63e87953 -r 19a8c8d53349 mozilla-prefer_plugin_pref.patch --- 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 diff -r 18af63e87953 -r 19a8c8d53349 mozilla-startup-notification.patch --- 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 +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