summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeLines
* Issue #795 - Make nsIUserInfo component optionalGaming4JC2018-10-25-0/+1
| | | | | | 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.
* [GCC] Add -Wno-noexcept-type to the js build flagstrav902018-09-06-0/+8
|
* Disable -Werror on -Wmultistatement-macrostrav902018-08-10-0/+3
| | | | Silences compiler warning spam with GCC 8.
* Issue #303 Part 2: Update build files for the new locationwolfbeast2018-06-04-2/+3
|
* Always build with SSE2 support when using GCCtrav902018-06-03-2/+2
|
* Teach moz.configure about --enable-precompiled-startupcachewolfbeast2018-06-01-0/+1
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-2/+2
|
* Remove extraneous SSE flagtrav902018-05-27-1/+1
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27-1/+1
|
* Always build with SSE2 support when using GCCtrav902018-05-27-2/+2
|
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-4/+1
| | | | This resolves #376.
* Remove moz_widget_toolkit_gonkwolfbeast2018-05-14-1/+0
| | | | Tag #288
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-13/+6
| | | | Tag #288.
* Use application specific application.iniMatt A. Tobin2018-05-05-73/+15
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-37/+2
|\
| * Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags.wolfbeast2018-05-04-18/+2
| |
| * Remove the option to build without INTL/ICUwolfbeast2018-05-04-25/+6
| | | | | | | | This resolves #324.
* | Remove sandbox ductwork conditional code.wolfbeast2018-05-03-1/+0
|/
* Move --enable-tests out of Python configure and flip the default.wolfbeast2018-04-29-0/+1
|
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-81/+0
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-60/+17
|
* Remove support for system jemalloc.wolfbeast2018-04-26-1/+1
|
* 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