patches/firefox3-14-getting-started.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17361 b53110e36af1
child 20118 b87a3a7e0631
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17060
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     1
--- mozilla/other-licenses/branding/firefox/locales/browserconfig.properties.old	2008-05-21 11:38:22.743492000 +0800
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     2
+++ mozilla/other-licenses/branding/firefox/locales/browserconfig.properties	2008-05-21 11:38:47.665715000 +0800
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     3
@@ -1,3 +1,3 @@
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     4
 # Do NOT localize or otherwise change these values
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     5
-#expand browser.startup.homepage=http://__AB_CD__.start3.mozilla.com/firefox?client=firefox-a&rls=__MOZ_DISTRIBUTION_ID_UNQUOTED__:__AB_CD__:official
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     6
-#expand browser.startup.homepage_reset=http://__AB_CD__.start3.mozilla.com/firefox?client=firefox-a&rls=__MOZ_DISTRIBUTION_ID_UNQUOTED__:__AB_CD__:official
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     7
+#expand browser.startup.homepage=file:///usr/share/doc/opensolaris-welcome/html/index.html
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     8
+#expand browser.startup.homepage_reset=file:///usr/share/doc/opensolaris-welcome/html/index.html
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
     9
--- mozilla/browser/components/nsBrowserContentHandler.js.old	2008-05-21 11:40:31.973367000 +0800
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    10
+++ mozilla/browser/components/nsBrowserContentHandler.js	2008-05-21 11:41:01.889129000 +0800
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    11
@@ -123,6 +123,7 @@
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    12
  *  OVERRIDE_NONE otherwise.
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    13
  */
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    14
 function needHomepageOverride(prefb) {
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    15
+  return OVERRIDE_NONE;
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    16
   var savedmstone = null;
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    17
   try {
7620508144e5 2009-12-01 Ginn Chen <[email protected]>
ginnchen
parents:
diff changeset
    18
     savedmstone = prefb.getCharPref("browser.startup.homepage_override.mstone");
17361
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    19
diff -riuN mozilla-1.9.2.orig/other-licenses/branding/firefox/pref/firefox-branding.js mozilla-1.9.2/other-licenses/branding/firefox/pref/firefox-branding.js
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    20
--- mozilla-1.9.2.orig/other-licenses/branding/firefox/pref/firefox-branding.js	2010-01-16 20:04:28.244082872 +0000
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    21
+++ mozilla-1.9.2/other-licenses/branding/firefox/pref/firefox-branding.js	2010-01-16 20:06:21.057853386 +0000
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    22
@@ -1,5 +1,5 @@
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    23
-pref("startup.homepage_override_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/whatsnew/");
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    24
-pref("startup.homepage_welcome_url","http://www.mozilla.com/%LOCALE%/%APP%/%VERSION%/firstrun/");
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    25
+pref("startup.homepage_override_url","file:///usr/share/doc/opensolaris-welcome/html/index.html");
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    26
+pref("startup.homepage_welcome_url","file:///usr/share/doc/opensolaris-welcome/html/index.html");
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    27
 // Interval: Time between checks for a new version (in seconds)
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    28
 // nightly=6 hours, official=24 hours
b53110e36af1 2010-01-16 Christian Kelly <[email protected]>
chrisk
parents: 17060
diff changeset
    29
 pref("app.update.interval", 86400);