summaryrefslogtreecommitdiffstats
path: root/js/src/old-configure.in
Commit message (Collapse)AuthorAgeLines
* Issue #316 - Make sure MOZ_DEVTOOLS_SERVER is passed down to js.wolfbeast2020-02-21-0/+15
|
* Issue #1342 - Remove support for system NSPR/NSSwolfbeast2020-01-30-1/+0
|
* MoonchildProductions#1251 - Part 25: Fix link paths.athenian2002019-10-21-0/+8
| | | | 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.
* Use C++11 thread-safe statics with MSVC. (js)wolfbeast2019-02-14-4/+0
|
* Fix regex escaping in old-configure and js/src/old-configureJustOff2018-05-04-1/+3
|
* Move --enable-tests out of Python configure and flip the default.wolfbeast2018-04-29-0/+10
|
* Remove jemalloc 4 from our tree.wolfbeast2018-04-27-2/+0
|
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-0/+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.
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-2/+1
| | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* Part 2Matt A. Tobin2018-02-18-6/+1
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-11/+0
| | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2276