Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove the option to build without INTL/ICU | wolfbeast | 2018-05-04 | -25/+6 |
| | | | | This resolves #324. | |||
* | Move --enable-tests out of Python configure and flip the default. | wolfbeast | 2018-04-29 | -0/+1 |
| | ||||
* | Remove jemalloc 4 from our tree. | wolfbeast | 2018-04-27 | -81/+0 |
| | ||||
* | Remove support for making jemalloc4 the default memory allocator. | wolfbeast | 2018-04-27 | -60/+17 |
| | ||||
* | Remove support for system jemalloc. | wolfbeast | 2018-04-26 | -1/+1 |
| | ||||
* | Fix preprocessor conditional precedence in application.ini | Matt A. Tobin | 2018-04-22 | -3/+7 |
| | ||||
* | Resolve issues with application.ini not allowing non-mcp applications to be ↵ | Matt A. Tobin | 2018-04-22 | -4/+9 |
| | | | | | | official and have their own vendor Also add BinOC cause two words breaks the build system | |||
* | Style fix | trav90 | 2018-04-20 | -3/+1 |
| | ||||
* | Force use of level 1 Liftetime DSE optimization on modern GCC | trav90 | 2018-04-19 | -7/+6 |
| | | | | Instead of completely disabling it. | |||
* | 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. | |||
* | Merge pull request #136 from trav90/gtk-work | New Tobin Paradigm | 2018-04-13 | -1/+0 |
|\ | | | | | Improve GTK3 support | |||
| * | [GTK3] Get styles for menu label, button text and combobox text colors from ↵ | trav90 | 2018-04-06 | -1/+0 |
| | | | | | | | | WidgetCache | |||
* | | Rebase on master | wolfbeast | 2018-04-11 | -0/+1 |
|\ \ | ||||
| * | | Update configure variable verification | Matt A. Tobin | 2018-04-07 | -0/+1 |
| |/ | ||||
* | | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing | wolfbeast | 2018-03-30 | -13/+2 |
| | | ||||
* | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -42/+3 |
|/ | ||||
* | Remove Rust from the tree. | wolfbeast | 2018-03-13 | -185/+0 |
| | | | | Part 4 for #58 | |||
* | Update configure variable verification | Matt A. Tobin | 2018-02-28 | -20/+12 |
| | ||||
* | Move --enable-eme out of mozconfigure | wolfbeast | 2018-02-24 | -0/+1 |
| | ||||
* | Stop shipping d3dcompiler_43.dll | wolfbeast | 2018-02-18 | -1/+0 |
| | ||||
* | Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵ | Matt A. Tobin | 2018-02-17 | -0/+3 |
| | | | | (backend) and make both optional | |||
* | Merge branch 'ext-work'FF_Checkpoint_1 | Matt A. Tobin | 2018-02-11 | -0/+3 |
|\ | ||||
| * | Hook up the Tycho Add-on Manager to the build system | Matt A. Tobin | 2018-02-10 | -0/+3 |
| | | ||||
* | | Don't bust when addon-sdk dir exists but is empty (e.g. after pull) | wolfbeast | 2018-02-11 | -1/+1 |
|/ | ||||
* | Move Add-on SDK source to toolkit/jetpack | Matt A. Tobin | 2018-02-09 | -1/+2 |
| | ||||
* | Add configure variable verification | Matt A. Tobin | 2018-02-07 | -0/+73 |
| | ||||
* | Official Vendor and Pale Moon special case | Matt A. Tobin | 2018-02-05 | -0/+19 |
| | ||||
* | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-04 | -2/+2 |
|\ | ||||
| * | Require at least GCC 4.9 to build | trav90 | 2018-02-04 | -2/+2 |
| | | ||||
* | | Allow moz.configure to build projects at / or application/ without having to ↵ | Matt A. Tobin | 2018-02-03 | -4/+15 |
| | | | | | | | | fully qualify the path in --enable-application | |||
* | | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -2/+2 |
|/ | ||||
* | Use UTC where appropriate in python files | Matt A. Tobin | 2018-02-02 | -6/+6 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+54866 |