wok-current
annotate firefox/stuff/firefox-branding.js @ rev 6205
Up: libgcrypt, libgcrypt-dev to 1.4.6.
author |
Christopher Rogers <slaxemulator@gmail.com> |
date |
Sat Sep 11 01:06:10 2010 +0000 (2010-09-11) |
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", "");
|