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