summaryrefslogtreecommitdiffstats
path: root/old-configure.in
Commit message (Collapse)AuthorAgeLines
...
* Add build config option to disable startup cache precompilation.wolfbeast2018-06-01-0/+16
| | | | This resolves #418.
* Remove Social API.Ascrod2018-05-30-7/+0
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-6/+0
|
* Display an error on Linux in the absence of SSE2trav902018-05-27-0/+6
|
* Revert "Remove the Social API"Moonchild2018-05-25-0/+7
|
* Remove MOZ_SOCIAL.Ascrod2018-05-24-7/+0
|
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-13/+2
| | | | This resolves #376.
* Merge pull request #364 from alaviss/crmfMoonchild2018-05-16-3/+1
|\ | | | | Don't link against crmf while building --with-system-nss
| * Bug 1371991 - don't link against crmf when building with --with-system-nss, ↵Franziskus Kiefer2018-05-16-3/+1
| | | | | | | | | | | | | | | | | | | | r=ted Differential Revision: https://phabricator.services.mozilla.com/D836 --HG-- extra : rebase_source : 04127ba88296e8bd6849d227641bb0eebae2c23b extra : amend_source : dde2e35e2d12316950113e5f320d47a914783623
* | Merge pull request #368 from trav90/safebrowsing-workMoonchild2018-05-16-0/+17
|\ \ | |/ |/| Make safebrowsing optional at build time
| * Make safebrowsing optional at build time - Part 4: configuretrav902018-05-12-0/+17
| |
* | Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-120/+41
|/ | | | Tag #288.
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-15/+0
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-9/+0
|\
| * Remove the option to build without INTL/ICUwolfbeast2018-05-04-2/+0
| | | | | | | | This resolves #324.
| * Unconditionally switch on the INTL API on all platforms.wolfbeast2018-05-03-8/+1
| |
* | Fix regex escaping in old-configure and js/src/old-configureJustOff2018-05-04-0/+2
| |
* | Remove sandbox ductwork conditional code.wolfbeast2018-05-03-20/+0
| |
* | Remove GMP sandbox code.wolfbeast2018-05-02-37/+0
| |
* | Remove content process sandbox code.wolfbeast2018-05-02-41/+1
|/
* Move --enable-tests out of Python configure and flip the default.wolfbeast2018-04-29-0/+29
|
* Remove jemalloc 4 leftover conditional.wolfbeast2018-04-27-4/+0
|
* Remove support for system jemalloc.wolfbeast2018-04-26-12/+0
|
* Revert "Update build system files for NSS 3.35"wolfbeast2018-04-25-1/+1
| | | | This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6.
* Import XULRunner and make it produce the generic stubMatt A. Tobin2018-04-20-10/+0
|
* Set default MOZ_OPTIMIZE_FLAGS to -O2 when using GCCtrav902018-04-17-2/+2
|
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-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 masterwolfbeast2018-04-11-1/+44
|\
| * Update configure variable verificationMatt A. Tobin2018-04-07-0/+1
| |
| * Take the following project_flags out of moz.configure: and put them back ↵Matt A. Tobin2018-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-configureMatt A. Tobin2018-04-04-1/+1
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-65/+1
|/
* Update SQLite lib to 3.21.0.wolfbeast2018-03-29-1/+1
|
* Remove Rust from the tree.wolfbeast2018-03-13-1/+0
| | | | Part 4 for #58
* Remove Rust URL parser CAPIwolfbeast2018-03-13-7/+0
| | | | Part 2 for #58
* Remove Rust MP4 parserwolfbeast2018-03-13-3/+0
| | | | Part 1 for #58
* Fix line endings on old-configuretrav902018-03-03-29/+29
| | | | Fixes Linux build bustage.
* Remove MOZ_MULETMatt A. Tobin2018-03-01-5/+0
|
* Update configure variable verificationMatt A. Tobin2018-02-28-2/+23
|
* Merge branch 'master' into EME-workMatt A. Tobin2018-02-24-10/+10
|\
| * WebRTC should be an enable bool in ac configure but enabled in BasiliskMatt A. Tobin2018-02-24-5/+5
| |
| * Developer Tools client should be a disable bool in ac configureMatt A. Tobin2018-02-24-5/+5
| |
* | Move --enable-eme out of mozconfigurewolfbeast2018-02-24-1/+31
|/
* Update build system files for NSS 3.35wolfbeast2018-02-23-1/+1
|
* Enable ALSA support by default on Linux.wolfbeast2018-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.wolfbeast2018-02-21-0/+3
|
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-1/+1
| | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18-81/+0
|
* Adjust requirementsMatt A. Tobin2018-02-17-6/+1
|
* Make MOZ_SANBOX an enable bool in configureMatt A. Tobin2018-02-17-6/+6
|