wok-current
annotate firefox/stuff/firefox-branding.js @ rev 10349
kbd-busybox: loadkmap workaround
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Sun May 22 22:08:19 2011 +0200 (2011-05-22) |
parents |
|
children |
|
rev |
line source |
pankso@197
|
1 pref("startup.homepage_override_url","http://www.mozilla.com/%APP%/%VERSION%/whatsnew/");
|
pankso@197
|
2 pref("startup.homepage_welcome_url","http://www.mozilla.com/%APP%/%VERSION%/firstrun/");
|
pankso@197
|
3 // URL user can browse to manually if for some reason all update installation
|
pankso@197
|
4 // attempts fail.
|
pankso@197
|
5 pref("app.update.url.manual", "http://www.mozilla.org/products/%APP%/");
|
pankso@197
|
6 // A default value for the "More information about this update" link
|
pankso@197
|
7 // supplied in the "An update is available" page of the update wizard.
|
pankso@197
|
8 pref("app.update.url.details", "http://www.mozilla.org/projects/%APP%/");
|
pankso@197
|
9
|
pankso@197
|
10 // Release notes URL
|
pankso@197
|
11 pref("app.releaseNotesURL", "http://www.mozilla.org/%APP%/%VERSION%/releasenotes/");
|
pankso@197
|
12
|
pankso@197
|
13 // Search codes belong only in builds with official branding
|
pankso@197
|
14 pref("browser.search.param.yahoo-fr", "");
|
pankso@197
|
15 pref("browser.search.param.yahoo-fr-cjkt", "");
|
pankso@197
|
16 pref("browser.search.param.yahoo-f-CN", "");
|