Menu
Home
Blog
Add-ons
Forum
Wiki
Developers
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
dependencies
vendor
mozbrowser
branding
nightly
pref
firefox-branding.js
Go to the documentation of this file.
1
pref
(
"startup.homepage_override_url"
,
"http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/"
);
2
pref
(
"startup.homepage_welcome_url"
,
"http://www.mozilla.org/projects/%APP%/%VERSION%/firstrun/"
);
3
// The time interval between checks for a new version (in seconds)
4
// nightly=8 hours, official=24 hours
5
pref
(
"app.update.interval"
, 28800);
6
// The time interval between the downloading of mar file chunks in the
7
// background (in seconds)
8
pref
(
"app.update.download.backgroundInterval"
, 60);
9
// URL user can browse to manually if for some reason all update installation
10
// attempts fail.
11
pref
(
"app.update.url.manual"
,
"http://www.mozilla.org/products/%APP%/"
);
12
// A default value for the "More information about this update" link
13
// supplied in the "An update is available" page of the update wizard.
14
pref
(
"app.update.url.details"
,
"http://www.mozilla.org/projects/%APP%/"
);
15
16
// Release notes URL
17
pref
(
"app.releaseNotesURL"
,
"http://www.mozilla.org/projects/%APP%/%VERSION%/releasenotes/"
);
18
19
// Search codes belong only in builds with official branding
20
pref
(
"browser.search.param.yahoo-fr"
,
""
);
21
pref
(
"browser.search.param.yahoo-fr-cjkt"
,
""
);
// now unused
22
pref
(
"browser.search.param.yahoo-fr-ja"
,
""
);
23
pref
(
"browser.search.param.yahoo-f-CN"
,
""
);
pref
pref("startup.homepage_override_url","http://www.mozilla.org/projects/%APP%/%VERSION%/whatsnew/")