wok diff firefox/stuff/firefox-branding.js @ rev 9128
Up: gdb-pyton to 7.2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Mar 05 16:29:18 2011 +0000 (2011-03-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/firefox/stuff/firefox-branding.js Sat Mar 05 16:29:18 2011 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/"); 1.5 +pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/"); 1.6 +// URL user can browse to manually if for some reason all update installation 1.7 +// attempts fail. 1.8 +pref("app.update.url.manual", "http://www.mozilla.org/products/%APP%/"); 1.9 +// A default value for the "More information about this update" link 1.10 +// supplied in the "An update is available" page of the update wizard. 1.11 +pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/"); 1.12 + 1.13 +// Release notes URL 1.14 +pref("app.releaseNotesURL", "http://www.mozilla.org/%APP%/%VERSION%/releasenotes/"); 1.15 + 1.16 +// Search codes belong only in builds with official branding 1.17 +pref("browser.search.param.yahoo-fr", ""); 1.18 +pref("browser.search.param.yahoo-fr-cjkt", ""); 1.19 +pref("browser.search.param.yahoo-f-CN", "");