Confirmed users
709
edits
(Fix milestone.txt links) |
(Document MOZ_DEV_EDITION) |
||
Line 5: | Line 5: | ||
This define was added in the Firefox 23 cycle. | This define was added in the Firefox 23 cycle. | ||
==MOZ_DEV_EDITION== | |||
This is defined when [https://dxr.mozilla.org/mozilla-central/source/browser/branding/aurora/configure.sh the beta/devedition] build is started. | |||
This define was added in the Firefox 35 cycle. | |||
==RELEASE_OR_BETA== | ==RELEASE_OR_BETA== | ||
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 | 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). | ||
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. | 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. |