Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Flush some more buildlog output to screen when prudent. | wolfbeast | 2018-09-12 | -0/+2 |
| | ||||
* | Shell quote environment variable values when dumping them in dump_env.py | trav90 | 2018-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. | wolfbeast | 2018-06-08 | -1/+2 |
| | ||||
* | Don't search for directives that are never used alone | JustOff | 2018-06-02 | -1/+2 |
| | ||||
* | Refine the file extensions even more | JustOff | 2018-06-01 | -1/+1 |
| | ||||
* | Update the list of directives and file extensions for check | JustOff | 2018-06-01 | -3/+5 |
| | ||||
* | Check if there are any unpreprocessed files | JustOff | 2018-06-01 | -0/+7 |
| | ||||
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -35/+9 |
| | | | | Tag #288. | |||
* | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-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. | wolfbeast | 2018-03-30 | -2/+0 |
| | ||||
* | Get rid of link to irrelevant information after build. | wolfbeast | 2018-03-29 | -4/+0 |
| | ||||
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -552/+4 |
| | | | | Part 4 for #58 | |||
* | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 | Moonchild | 2018-03-02 | -0/+1 |
|\ | | | | | Port across devtools enhancements | |||
| * | DevTools - network - implement the secureConnectionStart property for the ↵ | janekptacijarabaci | 2018-03-01 | -0/+1 |
| | | | | | | | | | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit) | |||
* | | Remove MOZ_MULET | Matt A. Tobin | 2018-03-01 | -3/+1 |
|/ | ||||
* | Pick up major+minor milestone version from GRE milestone file. | wolfbeast | 2018-02-21 | -3/+9 |
| | ||||
* | Add mach installer and mach mar for Windows Installer and MAR file generation | Matt A. Tobin | 2018-02-17 | -0/+18 |
| | ||||
* | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-04 | -1/+1 |
|\ | ||||
| * | Require at least GCC 4.9 to build | trav90 | 2018-02-04 | -1/+1 |
| | | ||||
* | | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -1/+1 |
|/ | ||||
* | Use UTC where appropriate in python files | Matt A. Tobin | 2018-02-02 | -6/+6 |
| | ||||
* | Preprocessor warnings should not be fatal errors | Matt A. Tobin | 2018-02-02 | -13/+6 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+306691 |