summaryrefslogtreecommitdiff
path: root/CLOBBER
Commit message (Collapse)AuthorAge
* Issue #2281 - Force clobberMoonchild2023-11-05
| | | | | Without a clobber, mozconfigure doesn't properly pick up the /std:c++17 or -std=gnu++17 compiler switches needed to put them into C++17 mode.
* Clobber and goanna version bump.Moonchild2023-09-22
|
* Issue #2165 - Build ICU as a shared library if we're building Spidermonkey ↵Job Bautista2023-03-19
| | | | | | | | | | | | | | | | | | | | shared. It seems that if we're going to enable JS_SHARED_LIBRARY, we need ICU to be a shared library too in order to prevent code duplication in mozjs.dll bloating it to a whopping 21 MB. This unfortunately means we have to fold icudata back to icu itself. But since icudata is still separated from libxul (which is what really matters for #1451), I think this is a fair compromise. Building ICU as shared is offered as an option via --enable-shared-icu. But technically you really need --enable-shared-icu if you're going to use --enable-shared-js. Unfortunately I can't make configure exit with an error if MOZ_SHARED_ICU is not defined when JS_SHARED_LIBRARY is enabled, because options are controlled by different configure scripts (icu is based on bash, while js is based on python), and I have no idea how to pass MOZ_SHARED_ICU to js's moz.configure. Tag #62
* Issue #1693 - Update old-configure and force clobberJob Bautista2023-03-04
| | | | NSS 3.79.4 and NSPR 4.35 upgrades require a clobber.
* Force clobberMoonchild2023-02-19
|
* Issue #2065 - Part 2: Expand pattern when track file is created rather than readFranklinDM2022-12-24
| | | | | | This fixes build bustage on Windows when using `mach build faster`. Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1416465
* Issue #1971 - Part 6: Updating ICU requires a clobber.Job Bautista2022-07-24
|
* [NSS] check for missing signedData field and bump versionMoonchild2022-04-08
|
* Clobber for NSS updateMoonchild2021-03-15
|
* Clobber for NSS update.Moonchild2020-12-23
|
* Clobber for NSS update.Moonchild2020-12-01
|
* Clobber for CSS flow-root implementationMoonchild2020-09-04
|
* Clobber for NSS updateMoonchild2020-08-29
|
* Force clobberMoonchild2020-07-09
|
* Force CLOBBERMatt A. Tobin2020-01-26
|
* Issue #1338 - Part 5: Clobber for NSS updatewolfbeast2020-01-02
| | | | We usually need this, so just in case.
* Force clobber.wolfbeast2019-10-24
|
* Update platform version and force clobber.wolfbeast2019-07-20
|
* Update CLOBBERNew Tobin Paradigm2019-06-26
|
* Force clobber for ICU updatewolfbeast2019-06-16
|
* Clobber for maintenance service removalwolfbeast2019-02-20
| | | | Tag #145
* Clobber for NSPR+NSS updatewolfbeast2018-12-15
|
* Clobber for ffvpx updatetrav902018-10-01
|
* Revert "Update ffvpx code to 4.0.2"Moonchild2018-10-01
|
* Clobber for ffvpx updatetrav902018-09-30
|
* Update NSS to 3.38wolfbeast2018-08-14
| | | | | | | | | | | | | - Added HACL*Poly1305 32-bit (INRIA/Microsoft) - Updated to final TLS 1.3 draft version (28) - Removed TLS 1.3 prerelease draft limit check - Removed NPN code - Enabled dev/urandom-only RNG on Linux with NSS_SEED_ONLY_DEV_URANDOM for non-standard environments - Fixed several bugs with TLS 1.3 negotiation - Updated internal certificate store - Added support for the TLS Record Size Limit Extension. - Fixed CVE-2018-0495 - Various security fixes in the ASN.1 code.
* Belated clobber for PR #477wolfbeast2018-06-12
|
* Update CLOBBER after ffvpx updatetrav902018-04-27
|
* Un-fold browsercomps.* from libxulwolfbeast2018-02-11
| | | | This resolves #16.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02