2007-10-24 Laszlo (Laca) Peter <[email protected]>
authorlaca
Thu, 25 Oct 2007 01:06:45 +0000
changeset 10707 f6616532f42c
parent 10706 6b53f18b8145
child 10708 037a5bab5bbe
2007-10-24 Laszlo (Laca) Peter <[email protected]> * patches/firefox-11-developer-guide-bookmark.diff: only open one tab when first launched * patches/firefox-11-getting-started-bookmark.diff: same change
ChangeLog
patches/firefox-11-developer-guide-bookmark.diff
patches/firefox-11-getting-started-bookmark.diff
--- a/ChangeLog	Wed Oct 24 23:11:21 2007 +0000
+++ b/ChangeLog	Thu Oct 25 01:06:45 2007 +0000
@@ -1,34 +1,40 @@
+2007-10-24  Laszlo (Laca) Peter  <[email protected]>
+
+	* patches/firefox-11-developer-guide-bookmark.diff: only open one
+	  tab when first launched
+	* patches/firefox-11-getting-started-bookmark.diff: same change
+
 2007-10-25  Glynn Foster  <[email protected]>
 
 	* base-specs/gnome-menus.spec: Avoid changing the menu
-        for Indiana - make it look just like the community version
-        for now, which should bring back the control center into    
-        the System menu.
+          for Indiana - make it look just like the community version
+          for now, which should bring back the control center into    
+          the System menu.
 
 2007-10-25  Glynn Foster  <[email protected]>
 
 	* SUNWgnome-desktop-prefs.spec: Remove the Solaris printmgr
-        on Indiana for the moment - we don't have Java there, and
-        thus no capability for it to run properly.
+          on Indiana for the moment - we don't have Java there, and
+          thus no capability for it to run properly.
 
 2007-10-25  Glynn Foster  <[email protected]>
 
 	* SUNWgnome-themes.spec: More gross hacks for Indiana. This
-        removes the branded Java and world icons and S curve on the
-        main menu. It also removes the Tango '2 feet' icons that would
-        replace the original GNOME foot.
+          removes the branded Java and world icons and S curve on the
+          main menu. It also removes the Tango '2 feet' icons that would
+          replace the original GNOME foot.
 
 2007-10-25  Glynn Foster  <[email protected]>
 
 	* SUNWavahi-bridge-dsd.spec: Remove the avahi menu items for
-        now for Indiana.
+          now for Indiana.
  
 2007-10-25  Glynn Foster  <[email protected]>
 
-	* base-specs/libgnome.spec, 
-        base-specs/metacity.spec: Use Clearlooks for default Indiana    
-        theme for the moment. Things will probably be changing, but it
-        looks a lot fresher.
+	* base-specs/libgnome.spec, base-specs/metacity.spec: Use
+	  Clearlooks for default Indiana    
+          theme for the moment. Things will probably be changing, but it
+          looks a lot fresher.
 
 2007-10-24  Laszlo (Laca) Peter  <[email protected]>
 
@@ -38,7 +44,7 @@
 
         * base-specs/gnome-volume-manager.spec: add patch
         * patches/gnome-volume-manager-07-trusted-extensions.diff:
-        exit if TRUSTED_SESSION env var is set. Fixes 6569996.
+          exit if TRUSTED_SESSION env var is set. Fixes 6569996.
 
 2007-10-24  Dave Lin  <[email protected]>
 
@@ -53,7 +59,7 @@
 	  locations rather than the .la files since configure fails when using
 	  the .la files in a compilation test.
 
-2007-10-24  Stephen Browne  <set EMAIL_ADDRESS environment variable>
+2007-10-24  Stephen Browne  <[email protected]>
 
 	* base-specs/nautilus.spec: swap tx.diff and acl.diff
 	* patches/nautilus-08-acl.diff: add
--- a/patches/firefox-11-developer-guide-bookmark.diff	Wed Oct 24 23:11:21 2007 +0000
+++ b/patches/firefox-11-developer-guide-bookmark.diff	Thu Oct 25 01:06:45 2007 +0000
@@ -42,3 +42,13 @@
  // URL user can browse to manually if for some reason all update installation
  // attempts fail.
  pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/");
+--- firefox/browser/components/nsBrowserContentHandler.js.orig	2007-10-25 01:56:06.337070000 +0100
++++ firefox/browser/components/nsBrowserContentHandler.js	2007-10-25 01:58:39.076486000 +0100
+@@ -120,6 +120,7 @@
+  *  OVERRIDE_NONE otherwise.
+  */
+ function needHomepageOverride(prefb) {
++  return OVERRIDE_NONE;
+   var savedmstone = null;
+   try {
+     savedmstone = prefb.getCharPref("browser.startup.homepage_override.mstone");
--- a/patches/firefox-11-getting-started-bookmark.diff	Wed Oct 24 23:11:21 2007 +0000
+++ b/patches/firefox-11-getting-started-bookmark.diff	Thu Oct 25 01:06:45 2007 +0000
@@ -42,3 +42,13 @@
  // URL user can browse to manually if for some reason all update installation
  // attempts fail.
  pref("app.update.url.manual", "http://%LOCALE%.www.mozilla.com/%LOCALE%/%APP%/");
+--- firefox/browser/components/nsBrowserContentHandler.js.orig	2007-10-25 01:56:06.337070000 +0100
++++ firefox/browser/components/nsBrowserContentHandler.js	2007-10-25 01:58:39.076486000 +0100
+@@ -120,6 +120,7 @@
+  *  OVERRIDE_NONE otherwise.
+  */
+ function needHomepageOverride(prefb) {
++  return OVERRIDE_NONE;
+   var savedmstone = null;
+   try {
+     savedmstone = prefb.getCharPref("browser.startup.homepage_override.mstone");