wok diff firefox/stuff/firefox-branding.js @ rev 5990

uclibc-cross-compiler-i486: add run time support for host
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 14 16:57:26 2010 +0200 (2010-08-14)
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 Aug 14 16:57:26 2010 +0200
     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", "");