Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove DirectShowReader Part 2: Build system | trav90 | 2018-12-01 |
| | |||
* | Don't build internal updater by default and set default update channel to an ↵ | wolfbeast | 2018-11-11 |
| | | | | inactive one. | ||
* | Improve handling of MOZ_GAMEPAD and NECKO_WIFI | wolfbeast | 2018-11-08 |
| | | | | | | | | - Make gamepad support disabled by default - Add switch for confvars use for NECKO_WIFI - Ensure both can be set from confvars.sh This resolves %794 (bis) | ||
* | Revert "Move MOZ_GAMEPAD* and NECKO_WIFI up" | wolfbeast | 2018-11-08 |
| | | | | This reverts commit 13ee68cbc657b6ca956717749c8afa647a8557b8. | ||
* | Move MOZ_GAMEPAD* and NECKO_WIFI up | wolfbeast | 2018-11-08 |
| | | | | This resolves %794 | ||
* | Issue mcp-graveyard/UXP%795 - Make nsIUserInfo component optional | Gaming4JC | 2018-10-25 |
| | | | | | | This allows the nsIUserinfo component to be disabled with --disable-userinfo in mozconfig at build time, but leaves it on by default to avoid any compatibility issues in existing applications. | ||
* | Remove code that prevents binary extensions | Matt A. Tobin | 2018-09-23 |
| | |||
* | Don't build ffvpx on 32-bit platforms (except Windows) | trav90 | 2018-08-26 |
| | | | | | | Our in-tree FFmpeg doesn't support optimized assembly code very well on 32-bit *nix systems, which causes performance issues during video playback. Essentially, this commit restores the behavior from Pale Moon 27 on 32-bit Linux builds (for video playback rely on the system-installed FFmpeg packages or libvpx if FFmpeg packages can't be found). | ||
* | Enforce NSS 3.38 for people who still insist on using system NSS. | wolfbeast | 2018-08-14 |
| | |||
* | Make AC option for devtools (client) an enable_bool to align with the default. | wolfbeast | 2018-08-04 |
| | |||
* | Update build system files for NSRP and NSS | JustOff | 2018-06-11 |
| | |||
* | Update build system files for NSS 3.35 | wolfbeast | 2018-06-05 |
| | |||
* | Add build config option to disable startup cache precompilation. | wolfbeast | 2018-06-01 |
| | | | | This resolves %418. | ||
* | Remove Social API. | Ascrod | 2018-05-30 |
| | |||
* | Revert "Always build with SSE2 support & display an error if not available" | Moonchild | 2018-05-28 |
| | |||
* | Display an error on Linux in the absence of SSE2 | trav90 | 2018-05-27 |
| | |||
* | Revert "Remove the Social API" | Moonchild | 2018-05-25 |
| | |||
* | Remove MOZ_SOCIAL. | Ascrod | 2018-05-24 |
| | |||
* | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 |
| | | | | This resolves %376. | ||
* | Merge pull request %364 from alaviss/crmf | Moonchild | 2018-05-16 |
|\ | | | | | Don't link against crmf while building --with-system-nss | ||
| * | Bug 1371991 - don't link against crmf when building with --with-system-nss, ↵ | Franziskus Kiefer | 2018-05-16 |
| | | | | | | | | | | | | | | | | | | | | 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-work | Moonchild | 2018-05-16 |
|\ \ | |/ |/| | Make safebrowsing optional at build time | ||
| * | Make safebrowsing optional at build time - Part 4: configure | trav90 | 2018-05-12 |
| | | |||
* | | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 |
|/ | | | | Tag mcp-graveyard/UXP%288. | ||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 |
| | |||
* | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-04 |
|\ | |||
| * | Remove the option to build without INTL/ICU | wolfbeast | 2018-05-04 |
| | | | | | | | | This resolves %324. | ||
| * | Unconditionally switch on the INTL API on all platforms. | wolfbeast | 2018-05-03 |
| | | |||
* | | Fix regex escaping in old-configure and js/src/old-configure | JustOff | 2018-05-04 |
| | | |||
* | | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 |
| | | |||
* | | Remove GMP sandbox code. | wolfbeast | 2018-05-02 |
| | | |||
* | | Remove content process sandbox code. | wolfbeast | 2018-05-02 |
|/ | |||
* | Move --enable-tests out of Python configure and flip the default. | wolfbeast | 2018-04-29 |
| | |||
* | Remove jemalloc 4 leftover conditional. | wolfbeast | 2018-04-27 |
| | |||
* | Remove support for system jemalloc. | wolfbeast | 2018-04-26 |
| | |||
* | Revert "Update build system files for NSS 3.35" | wolfbeast | 2018-04-25 |
| | | | | This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6. | ||
* | Import XULRunner and make it produce the generic stub | Matt A. Tobin | 2018-04-20 |
| | |||
* | Set default MOZ_OPTIMIZE_FLAGS to -O2 when using GCC | trav90 | 2018-04-17 |
| | |||
* | 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. | ||
* | Rebase on master | wolfbeast | 2018-04-11 |
|\ | |||
| * | Update configure variable verification | Matt A. Tobin | 2018-04-07 |
| | | |||
| * | Take the following project_flags out of moz.configure: and put them back ↵ | Matt A. Tobin | 2018-04-05 |
| | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||
* | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 |
|/ | |||
* | Update SQLite lib to 3.21.0. | wolfbeast | 2018-03-29 |
| | |||
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 |
| | | | | Part 4 for %58 | ||
* | Remove Rust URL parser CAPI | wolfbeast | 2018-03-13 |
| | | | | Part 2 for %58 | ||
* | Remove Rust MP4 parser | wolfbeast | 2018-03-13 |
| | | | | Part 1 for %58 | ||
* | Fix line endings on old-configure | trav90 | 2018-03-03 |
| | | | | Fixes Linux build bustage. | ||
* | Remove MOZ_MULET | Matt A. Tobin | 2018-03-01 |
| |