Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove OMX related options from configure | trav90 | 2018-12-16 | -2/+0 |
| | ||||
* | [PALEMOON] Complete making Sync optional at build time | Matt A. Tobin | 2018-12-01 | -0/+4 |
| | ||||
* | Issue #795 - Make nsIUserInfo component optional | Gaming4JC | 2018-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 flags | trav90 | 2018-09-06 | -0/+8 |
| | ||||
* | Disable -Werror on -Wmultistatement-macros | trav90 | 2018-08-10 | -0/+3 |
| | | | | Silences compiler warning spam with GCC 8. | |||
* | Issue #303 Part 2: Update build files for the new location | wolfbeast | 2018-06-04 | -2/+3 |
| | ||||
* | Always build with SSE2 support when using GCC | trav90 | 2018-06-03 | -2/+2 |
| | ||||
* | Teach moz.configure about --enable-precompiled-startupcache | wolfbeast | 2018-06-01 | -0/+1 |
| | ||||
* | Revert "Always build with SSE2 support & display an error if not available" | Moonchild | 2018-05-28 | -2/+2 |
| | ||||
* | Remove extraneous SSE flag | trav90 | 2018-05-27 | -1/+1 |
| | ||||
* | Tweak SSE/SSE2 GCC flags | trav90 | 2018-05-27 | -1/+1 |
| | ||||
* | Always build with SSE2 support when using GCC | trav90 | 2018-05-27 | -2/+2 |
| | ||||
* | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 | -4/+1 |
| | | | | This resolves #376. | |||
* | Remove moz_widget_toolkit_gonk | wolfbeast | 2018-05-14 | -1/+0 |
| | | | | Tag #288 | |||
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -13/+6 |
| | | | | Tag #288. | |||
* | Use application specific application.ini | Matt A. Tobin | 2018-05-05 | -73/+15 |
| | ||||
* | Merge branch 'intl-ICU-emoji-work' | wolfbeast | 2018-05-04 | -37/+2 |
|\ | ||||
| * | Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags. | wolfbeast | 2018-05-04 | -18/+2 |
| | | ||||
| * | Remove the option to build without INTL/ICU | wolfbeast | 2018-05-04 | -25/+6 |
| | | | | | | | | This resolves #324. | |||
* | | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 | -1/+0 |
|/ | ||||
* | 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 |
|/ |