Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Don't build internal updater by default and set default update channel to an ↵ | wolfbeast | 2018-11-11 |
| | | | | inactive one. | ||
* | Improve handling of MOZ_GAMEPAD and NECKO_WIFI | wolfbeast | 2018-11-08 |
| | | | | | | | | - Make gamepad support disabled by default - Add switch for confvars use for NECKO_WIFI - Ensure both can be set from confvars.sh This resolves #794 (bis) | ||
* | Revert "Move MOZ_GAMEPAD* and NECKO_WIFI up" | wolfbeast | 2018-11-08 |
| | | | | This reverts commit 13ee68cbc657b6ca956717749c8afa647a8557b8. | ||
* | Move MOZ_GAMEPAD* and NECKO_WIFI up | wolfbeast | 2018-11-08 |
| | | | | This resolves #794 | ||
* | Issue #795 - Make nsIUserInfo component optional | Gaming4JC | 2018-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. | ||
* | Remove code that prevents binary extensions | Matt A. Tobin | 2018-09-23 |
| | |||
* | Don't build ffvpx on 32-bit platforms (except Windows) | trav90 | 2018-08-26 |
| | | | | | | Our in-tree FFmpeg doesn't support optimized assembly code very well on 32-bit *nix systems, which causes performance issues during video playback. Essentially, this commit restores the behavior from Pale Moon 27 on 32-bit Linux builds (for video playback rely on the system-installed FFmpeg packages or libvpx if FFmpeg packages can't be found). | ||
* | Enforce NSS 3.38 for people who still insist on using system NSS. | wolfbeast | 2018-08-14 |
| | |||
* | Make AC option for devtools (client) an enable_bool to align with the default. | wolfbeast | 2018-08-04 |
| | |||
* | Update build system files for NSRP and NSS | JustOff | 2018-06-11 |
| | |||
* | Update build system files for NSS 3.35 | wolfbeast | 2018-06-05 |
| | |||
* | Add build config option to disable startup cache precompilation. | wolfbeast | 2018-06-01 |
| | | | | This resolves #418. |