summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAge
* [Pale Moon] Add a configure flag to functionally disable personas at build timeMatt A. Tobin2019-06-29
|
* Issue #1053 - Drop support Android and remove Fennec - Part 1a: Remove ↵Matt A. Tobin2019-04-23
| | | | mobile/android
* Issue #187: Remove solaris 1st party code OS checks.wolfbeast2019-03-30
|
* Remove OMX related options from configuretrav902018-12-16
|
* [PALEMOON] Complete making Sync optional at build timeMatt A. Tobin2018-12-01
|
* Issue #795 - Make nsIUserInfo component optionalGaming4JC2018-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.
* [GCC] Add -Wno-noexcept-type to the js build flagstrav902018-09-06
|
* Disable -Werror on -Wmultistatement-macrostrav902018-08-10
| | | | Silences compiler warning spam with GCC 8.
* Issue #303 Part 2: Update build files for the new locationwolfbeast2018-06-04
|
* Always build with SSE2 support when using GCCtrav902018-06-03
|
* Teach moz.configure about --enable-precompiled-startupcachewolfbeast2018-06-01
|
* Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28
|
* Remove extraneous SSE flagtrav902018-05-27
|
* Tweak SSE/SSE2 GCC flagstrav902018-05-27
|
* Always build with SSE2 support when using GCCtrav902018-05-27
|
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23
| | | | This resolves #376.
* Remove moz_widget_toolkit_gonkwolfbeast2018-05-14
| | | | Tag #288
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* Use application specific application.iniMatt A. Tobin2018-05-05
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04
|\
| * Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags.wolfbeast2018-05-04
| |
| * Remove the option to build without INTL/ICUwolfbeast2018-05-04
| | | | | | | | This resolves #324.
* | Remove sandbox ductwork conditional code.wolfbeast2018-05-03
|/
* Move --enable-tests out of Python configure and flip the default.wolfbeast2018-04-29
|
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27
|
* Remove support for system jemalloc.wolfbeast2018-04-26
|
* Fix preprocessor conditional precedence in application.iniMatt A. Tobin2018-04-22
|
* Resolve issues with application.ini not allowing non-mcp applications to be ↵Matt A. Tobin2018-04-22
| | | | | | official and have their own vendor Also add BinOC cause two words breaks the build system
* Style fixtrav902018-04-20
|
* Force use of level 1 Liftetime DSE optimization on modern GCCtrav902018-04-19
| | | | Instead of completely disabling it.
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-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.
* Merge pull request #136 from trav90/gtk-workNew Tobin Paradigm2018-04-13
|\ | | | | Improve GTK3 support
| * [GTK3] Get styles for menu label, button text and combobox text colors from ↵trav902018-04-06
| | | | | | | | WidgetCache
* | Rebase on masterwolfbeast2018-04-11
|\ \
| * | Update configure variable verificationMatt A. Tobin2018-04-07
| |/
* | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testingwolfbeast2018-03-30
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30
|/
* Remove Rust from the tree.wolfbeast2018-03-13
| | | | Part 4 for #58
* Update configure variable verificationMatt A. Tobin2018-02-28
|
* Move --enable-eme out of mozconfigurewolfbeast2018-02-24
|
* Stop shipping d3dcompiler_43.dllwolfbeast2018-02-18
|
* Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER ↵Matt A. Tobin2018-02-17
| | | | (backend) and make both optional
* Merge branch 'ext-work'FF_Checkpoint_1Matt A. Tobin2018-02-11
|\
| * Hook up the Tycho Add-on Manager to the build systemMatt A. Tobin2018-02-10
| |
* | Don't bust when addon-sdk dir exists but is empty (e.g. after pull)wolfbeast2018-02-11
|/
* Move Add-on SDK source to toolkit/jetpackMatt A. Tobin2018-02-09
|
* Add configure variable verificationMatt A. Tobin2018-02-07
|
* Official Vendor and Pale Moon special caseMatt A. Tobin2018-02-05
|
* Merge branch 'master' into configurebuild-workMatt A. Tobin2018-02-04
|\