summaryrefslogtreecommitdiffstats
path: root/python/mozbuild
Commit message (Collapse)AuthorAgeLines
* Flush some more buildlog output to screen when prudent.wolfbeast2018-09-12-0/+2
|
* Shell quote environment variable values when dumping them in dump_env.pytrav902018-08-11-1/+7
| | | | The mozconfig output parsing code already (mostly) handles shell quoted strings, because that's what `set` outputs. By quoting environment variable values, we avoid a bunch of problems with "weird" values.
* Make sure the waiting message is actually displayed.wolfbeast2018-06-08-1/+2
|
* Don't search for directives that are never used aloneJustOff2018-06-02-1/+2
|
* Refine the file extensions even moreJustOff2018-06-01-1/+1
|
* Update the list of directives and file extensions for checkJustOff2018-06-01-3/+5
|
* Check if there are any unpreprocessed filesJustOff2018-06-01-0/+7
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-35/+9
| | | | Tag #288.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-1/+1
| | | | | | | | | - `--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.
* Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-2/+0
|
* Get rid of link to irrelevant information after build.wolfbeast2018-03-29-4/+0
|
* Remove Rust from the tree.wolfbeast2018-03-13-552/+4
| | | | Part 4 for #58
* Remove MOZ_MULETMatt A. Tobin2018-03-01-3/+1
|
* Pick up major+minor milestone version from GRE milestone file.wolfbeast2018-02-21-3/+9
|
* Add mach installer and mach mar for Windows Installer and MAR file generationMatt A. Tobin2018-02-17-0/+18
|
* Merge branch 'master' into configurebuild-workMatt A. Tobin2018-02-04-1/+1
|\
| * Require at least GCC 4.9 to buildtrav902018-02-04-1/+1
| |
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-1/+1
|/
* Use UTC where appropriate in python filesMatt A. Tobin2018-02-02-1/+1
|
* Preprocessor warnings should not be fatal errorsMatt A. Tobin2018-02-02-13/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+57244