Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1751 - Remove MacOS support from configure | Moonchild | 2021-03-22 |
| | |||
* | Issue #1053 - Remove mobile-specific graphics "optimizations" (=compromises) | Moonchild | 2021-03-10 |
| | |||
* | Issue #1053 - Remove android blocks from configure. | Moonchild | 2021-03-10 |
| | |||
* | Issue #1053 - Remove build system MOZ_ANDROID_* defines and related code. | Moonchild | 2021-03-10 |
| | |||
* | Merge branch '61' | Moonchild | 2021-01-04 |
|\ | |||
| * | Issue #61 - Add configure option for non-windows platforms | Matt A. Tobin | 2021-01-03 |
| | | | | | | | | Windows will ALWAYS have this enabled but we eventually want all target operating systems to use this as well but that will require more work | ||
| * | Issue #61 - Reinstate buildability with shared gkmedias dll | Moonchild | 2021-01-02 |
| | | | | | | | | | | This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias. | ||
* | | Redundant code path cleanup (#1702) | Moonchild | 2021-01-02 |
|/ | | | | | | | | | Remove various obsolete configure options. Remove Adjust SDK install tracking filth. Remove redundant code paths in old-configure This also optimizes linker use Remove redundant conditional blocks. Rewrite span.h without constexpr use. | ||
* | Issue #251 - Move chrome packaging options to ac configure | Matt A. Tobin | 2020-11-16 |
| | | | | Also adds options for new functionality in #1683 | ||
* | Issue #1625 - Allow MailNews Oauth2 support to be configured in confvars.sh | Matt A. Tobin | 2020-08-03 |
| | | | | Baby has his bottle, you ok now? | ||
* | [AM] Clean up addon-signing build leftovers. | wolfbeast | 2020-04-21 |
| | |||
* | Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use. | wolfbeast | 2020-04-16 |
| | |||
* | Issue #1516 - Part 1: Add a global build define to determine if the client ↵ | Matt A. Tobin | 2020-04-14 |
| | | | | can draw in the titlebar and update consumers of the local define | ||
* | Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE. | wolfbeast | 2020-03-19 |
| | | | | Rename the build config option accordingly. | ||
* | Issue #1467 - Part 1b: Fix type and make moz.configure happy. | wolfbeast | 2020-03-17 |
| | |||
* | Issue #1467 - Part 1: Set up conditional NSS-SQL builds. | wolfbeast | 2020-03-16 |
| | | | | | | | - Adds buildconfig option --enable-nss-sqlstore - Prefixes NSS dbinit with either sql: or dbm: depending on config - Pre-initializes mozStorage when NSS-SQL storage is used to prevent an sqlite3_config race in NSS Init | ||
* | Issue #251 - Move --disable-dbm to ac configure | Matt A. Tobin | 2020-02-28 |
| | | | | Also Tag #1467 | ||
* | Issue #1319 - Remove EARLY_BETA_OR_EARLIER condition | Matt A. Tobin | 2020-02-28 |
| | |||
* | Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove ↵ | Matt A. Tobin | 2020-02-06 |
| | | | | MOZ_EME_MODULES | ||
* | Issue #1342 - Remove support for system libvpx | wolfbeast | 2020-01-31 |
| | |||
* | Issue #1342 - Remove support for system sqlite | wolfbeast | 2020-01-31 |
| | |||
* | Issue #1342 - Remove support for system linbpng | wolfbeast | 2020-01-31 |
| | |||
* | Issue #1342 - Remove support for system NSPR/NSS | wolfbeast | 2020-01-30 |
| | |||
* | Issue #1342 - Remove support for system libevent | wolfbeast | 2020-01-23 |
| | |||
* | Issue #1306 - Move bundled fonts to toolkit | Matt A. Tobin | 2019-11-30 |
| | |||
* | Issue #1258 - Part 8: Ifdef MailNews OAuth2 Support | Matt A. Tobin | 2019-11-05 |
| | | | | Use --disable-mailnews-oauth2 to exclude it. Confvars won't be respected. | ||
* | Issue #1258 - Part 6: Add MOZ_MOVEMAIL to MOZ_MAILNEWS configure logic | Matt A. Tobin | 2019-11-03 |
| | |||
* | Issue #1258 - Part 3: Make mailnews and friends build | Matt A. Tobin | 2019-11-03 |
| | |||
* | Issue #1265 - Expose sndio as a build option for any supporting system | Gaming4JC | 2019-11-02 |
| | |||
* | MoonchildProductions#1251 - Part 25: Fix link paths. | athenian200 | 2019-10-21 |
| | | | | This fix is a bit ugly and may need to be changed later if we switch a new GCC version, but the fact is that we use an architecture-specific path for GCC libraries on Solaris, so knowing the right prefix for GCC would only help so much, because it would still need to decide between ${gccdir}/lib and ${gccdir}/lib/amd64. The MOZ_FIX_LINK_PATHS variable puts the search paths into the right order without the need for me to use elfedit on the binaries afterwards. | ||
* | MoonchildProductions#1251 - Part 24: Remove temporary GNU M4 workaround. | athenian200 | 2019-10-21 |
| | | | | We finally found where configure was failing. Apparently they just invoked m4 without regard for TOOLCHAIN_PREFIX. Easy to fix, difficult to find. | ||
* | Fix a bunch of dumb typos and omissions. | athenian200 | 2019-10-21 |
| | |||
* | MoonchildProductions#1251 - Part 18: (Hopefully) final version of build ↵ | athenian200 | 2019-10-21 |
| | | | | | | system fixes. I hope I can just apply these nice, clean changes and have everything work without having to make a mess again. | ||
* | Issue #1124: Remove Firefox Developer Edition code. | wolfbeast | 2019-08-14 |
| | | | | Removes all occurrences of MOZ_DEV_EDITION code and some helpers. | ||
* | Issue #701 - Support spaces in Mac app name | adeshkp | 2019-07-18 |
| | |||
* | Update NSS to 3.41.1 (custom) | wolfbeast | 2019-06-27 |
| | | | | This resolves #82 | ||
* | Revert "Update NSS to 3.41.1 (custom)" | wolfbeast | 2019-06-26 |
| | | | | This reverts commit fbc2eaacd679f0c484993ffe23d786fd06da22c3. | ||
* | Update NSS to 3.41.1 (custom) | wolfbeast | 2019-06-26 |
| | | | | This resolves #82 | ||
* | Merge branch 'master' into Sync-weave | Matt A. Tobin | 2019-03-30 |
|\ | |||
| * | Update SQLite to 3.27.2 | wolfbeast | 2019-03-30 |
| | | |||
* | | Remove CloudSync | wolfbeast | 2019-03-13 |
|/ | | | | Tag #812 | ||
* | Remove conditional MOZ_MAINTENANCE_SERVICE code | wolfbeast | 2019-02-20 |
| | | | | Tag #145 | ||
* | Disable "helpful" MSVC warning about AVX instructions. | wolfbeast | 2019-02-14 |
| | | | | Tag #457. | ||
* | Use C++11 thread-safe statics with MSVC. | wolfbeast | 2019-02-14 |
| | |||
* | issue #908 - implement missing parts of CSS mask | yami | 2019-02-02 |
| | |||
* | Update SQLite lib to 3.26.0 | wolfbeast | 2018-12-18 |
| | |||
* | Remove OMX related options from configure | trav90 | 2018-12-16 |
| | |||
* | Update NSS to 3.41 | wolfbeast | 2018-12-15 |
| | |||
* | Update NSPR to 4.20 | wolfbeast | 2018-12-15 |
| | |||
* | Remove DirectShowReader Part 2: Build system | trav90 | 2018-12-01 |
| |