summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeLines
* Fix preprocessor conditional precedence in application.iniMatt A. Tobin2018-04-22-3/+7
|
* Resolve issues with application.ini not allowing non-mcp applications to be ↵Matt A. Tobin2018-04-22-4/+9
| | | | | | official and have their own vendor Also add BinOC cause two words breaks the build system
* Style fixtrav902018-04-20-3/+1
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19-7/+6
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-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-workNew Tobin Paradigm2018-04-13-1/+0
|\ | | | | Improve GTK3 support
| * [GTK3] Get styles for menu label, button text and combobox text colors from ↵trav902018-04-06-1/+0
| | | | | | | | WidgetCache
* | Rebase on masterwolfbeast2018-04-11-0/+1
|\ \
| * | Update configure variable verificationMatt A. Tobin2018-04-07-0/+1
| |/
* | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testingwolfbeast2018-03-30-13/+2
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-42/+3
|/
* Remove Rust from the tree.wolfbeast2018-03-13-185/+0
| | | | Part 4 for #58
* Update configure variable verificationMatt A. Tobin2018-02-28-20/+12
|
* Move --enable-eme out of mozconfigurewolfbeast2018-02-24-0/+1
|
* Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18-1/+0
|
* Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵Matt A. Tobin2018-02-17-0/+3
| | | | (backend) and make both optional
* Merge branch 'ext-work'FF_Checkpoint_1Matt A. Tobin2018-02-11-0/+3
|\
| * Hook up the Tycho Add-on Manager to the build systemMatt A. Tobin2018-02-10-0/+3
| |
* | Don't bust when addon-sdk dir exists but is empty (e.g. after pull)wolfbeast2018-02-11-1/+1
|/
* Move Add-on SDK source to toolkit/jetpackMatt A. Tobin2018-02-09-1/+2
|
* Add configure variable verificationMatt A. Tobin2018-02-07-0/+73
|
* Official Vendor and Pale Moon special caseMatt A. Tobin2018-02-05-0/+19
|
* Merge branch 'master' into configurebuild-workMatt A. Tobin2018-02-04-2/+2
|\
| * Require at least GCC 4.9 to buildtrav902018-02-04-2/+2
| |
* | Allow moz.configure to build projects at / or application/ without having to ↵Matt A. Tobin2018-02-03-4/+15
| | | | | | | | fully qualify the path in --enable-application
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-2/+2
|/
* Use UTC where appropriate in python filesMatt A. Tobin2018-02-02-6/+6
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+54866