Confirmed users
3,314
edits
(RELEASE_BUILD was renamed RELEASE_OR_BETA in bug 1304829 (Firefox 52)) |
(Fix milestone.txt links) |
||
Line 2: | Line 2: | ||
==NIGHTLY_BUILD== | ==NIGHTLY_BUILD== | ||
This is defined when [ | This is defined when [https://hg.mozilla.org/mozilla-central/file/tip/config/milestone.txt milestone.txt] contains "a1", i.e. for Nightly builds only. | ||
This define was added in the Firefox 23 cycle. | This define was added in the Firefox 23 cycle. | ||
==RELEASE_OR_BETA== | ==RELEASE_OR_BETA== | ||
This is defined when [ | This is defined when [https://hg.mozilla.org/mozilla-central/file/tip/config/milestone.txt milestone.txt] does not contain "a", i.e. for Beta and Release builds (and ''not'' Nightly or Aurora/DevEdition). | ||
This define was originally added in the Firefox 19 cycle, but was initially only defined in preference files. As of Firefox 23 it is defined globally. | This define was originally added in the Firefox 19 cycle, but was initially only defined in preference files. As of Firefox 23 it is defined globally. RELEASE_OR_BETA was originally named RELEASE_BUILD, but was changed in Firefox 52. | ||
==EARLY_BETA_OR_EARLIER== | ==EARLY_BETA_OR_EARLIER== |