Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Update build system files for NSS 3.35" | wolfbeast | 2018-04-25 | -1/+1 |
| | | | | This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6. | |||
* | Import XULRunner and make it produce the generic stub | Matt A. Tobin | 2018-04-20 | -10/+0 |
| | ||||
* | Set default MOZ_OPTIMIZE_FLAGS to -O2 when using GCC | trav90 | 2018-04-17 | -2/+2 |
| | ||||
* | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-04-13 | -9/+9 |
| | | | | | | | | | - `--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. | |||
* | Rebase on master | wolfbeast | 2018-04-11 | -1/+44 |
|\ | ||||
| * | Update configure variable verification | Matt A. Tobin | 2018-04-07 | -0/+1 |
| | | ||||
| * | Take the following project_flags out of moz.configure: and put them back ↵ | Matt A. Tobin | 2018-04-05 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | into old-configure MOZ_PLACES MOZ_SOCIAL MOZ_SERVICES_HEALTHREPORT MOZ_SERVICES_SYNC MOZ_SERVICES_CLOUDSYNC | |||
| * | Ensure WebRTC is off by default in old-configure | Matt A. Tobin | 2018-04-04 | -1/+1 |
| | | ||||
* | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -65/+1 |
|/ | ||||
* | Update SQLite lib to 3.21.0. | wolfbeast | 2018-03-29 | -1/+1 |
| | ||||
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -1/+0 |
| | | | | Part 4 for #58 | |||
* | Remove Rust URL parser CAPI | wolfbeast | 2018-03-13 | -7/+0 |
| | | | | Part 2 for #58 | |||
* | Remove Rust MP4 parser | wolfbeast | 2018-03-13 | -3/+0 |
| | | | | Part 1 for #58 | |||
* | Fix line endings on old-configure | trav90 | 2018-03-03 | -29/+29 |
| | | | | Fixes Linux build bustage. | |||
* | Remove MOZ_MULET | Matt A. Tobin | 2018-03-01 | -5/+0 |
| | ||||
* | Update configure variable verification | Matt A. Tobin | 2018-02-28 | -2/+23 |
| | ||||
* | Merge branch 'master' into EME-work | Matt A. Tobin | 2018-02-24 | -10/+10 |
|\ | ||||
| * | WebRTC should be an enable bool in ac configure but enabled in Basilisk | Matt A. Tobin | 2018-02-24 | -5/+5 |
| | | ||||
| * | Developer Tools client should be a disable bool in ac configure | Matt A. Tobin | 2018-02-24 | -5/+5 |
| | | ||||
* | | Move --enable-eme out of mozconfigure | wolfbeast | 2018-02-24 | -1/+31 |
|/ | ||||
* | Update build system files for NSS 3.35 | wolfbeast | 2018-02-23 | -1/+1 |
| | ||||
* | Enable ALSA support by default on Linux. | wolfbeast | 2018-02-22 | -3/+8 |
| | | | | | | | This will enable PulseAudio by default with a run-time fallback to ALSA (like Firefox <52). This resolves #115. PulseAudio will remain enabled by default -- if at runtime it's not available, it will fall back to ALSA. Building the tree will still require libpulse to be installed, unless using --disable-pulseaudio. | |||
* | Update UA construction. | wolfbeast | 2018-02-21 | -0/+3 |
| | ||||
* | Make the proper Windows APIs natively available to our tree. | wolfbeast | 2018-02-19 | -1/+1 |
| | | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7. | |||
* | Stop shipping d3dcompiler_43.dll | wolfbeast | 2018-02-18 | -81/+0 |
| | ||||
* | Adjust requirements | Matt A. Tobin | 2018-02-17 | -6/+1 |
| | ||||
* | Make MOZ_SANBOX an enable bool in configure | Matt A. Tobin | 2018-02-17 | -6/+6 |
| | ||||
* | Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵ | Matt A. Tobin | 2018-02-17 | -2/+40 |
| | | | | (backend) and make both optional | |||
* | Add a configure option to disable including jetpack | Matt A. Tobin | 2018-02-17 | -0/+15 |
| | ||||
* | Reduce redundencies in Basilisk branding | Matt A. Tobin | 2018-02-17 | -0/+3 |
| | ||||
* | Remove stub installer - Part 1: Toolkit | Matt A. Tobin | 2018-02-17 | -1/+0 |
| | ||||
* | Add configure variable verification | Matt A. Tobin | 2018-02-07 | -0/+29 |
| | ||||
* | Official Vendor and Pale Moon special case | Matt A. Tobin | 2018-02-05 | -0/+16 |
| | ||||
* | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-04 | -1/+1 |
|\ | ||||
| * | Update SQLite to 3.19.3. | wolfbeast | 2018-02-04 | -1/+1 |
| | | ||||
* | | Move MOZ_PHOENIX to application configure and set MC_BASILISK | Matt A. Tobin | 2018-02-03 | -5/+0 |
|/ | ||||
* | End FIREFOX_VERSION and use preprocessed values in bundled install.rdf files | Matt A. Tobin | 2018-02-02 | -14/+0 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+5981 |