Commit graph

20 commits

Author SHA1 Message Date
wolfbeast
d37246737b Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
2019-02-15 23:44:10 +08:00
trav90
618138082f [GTK3] Get styles for menu label, button text and combobox text colors from WidgetCache 2019-02-15 23:43:40 +08:00
NTD
332daa081a Update configure variable verification 2019-02-15 23:41:07 +08:00
wolfbeast
013cb18fed Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing 2019-02-15 23:39:55 +08:00
wolfbeast
434f3590e3 Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
wolfbeast
963560a1d2 Remove Rust from the tree.
Part 4 for #58
2019-02-15 23:36:42 +08:00
NTD
29b56a9e55 Update configure variable verification 2019-02-15 23:34:12 +08:00
wolfbeast
297f13362a Move --enable-eme out of mozconfigure 2019-02-15 23:33:57 +08:00
NTD
16ee2a0626 Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER (backend) and make both optional 2019-02-15 23:32:43 +08:00
NTD
fb319fb148 Hook up the Tycho Add-on Manager to the build system 2019-02-15 23:31:13 +08:00
wolfbeast
7161ba5ce9 Don't bust when addon-sdk dir exists but is empty (e.g. after pull) 2019-02-15 23:31:07 +08:00
NTD
23b67db438 Move Add-on SDK source to toolkit/jetpack 2019-02-15 23:30:56 +08:00
NTD
b92f437264 Add configure variable verification 2019-02-15 23:29:53 +08:00
NTD
ae6fe35585 Official Vendor and Pale Moon special case 2019-02-15 23:29:24 +08:00
trav90
1eecf39f2b Require at least GCC 4.9 to build 2019-02-15 23:28:57 +08:00
NTD
d8a1ba9bac Allow moz.configure to build projects at / or application/ without having to fully qualify the path in --enable-application 2019-02-14 14:35:13 +08:00
NTD
28bbfef589 Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP 2019-02-14 14:35:08 +08:00
NTD
30d5f081aa Use UTC where appropriate in python files 2019-02-14 14:28:19 +08:00
NTD
fe8028fa2e Add Pale Moon 2018-02-02 03:35:06 -05:00
Roy Tam
dcd9973243 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00