summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/src/XPCJSContext.cpp
Commit message (Collapse)AuthorAgeLines
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23-0/+4
| | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned.
* Unhook Unboxed Objects optionwolfbeast2019-05-13-4/+0
|
* Pref the use of unboxed plain objects in JS and disable by default.wolfbeast2019-03-21-0/+4
| | | | | This should be all that's needed for #1017, but verification of impact is definitely desired.
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-21/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-98/+1
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Remove SPS profiler.wolfbeast2018-05-24-10/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-16/+0
|
* Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-9/+0
|
* JS - support for Array.prototype.values()janekptacijarabaci2018-02-20-1/+4
|
* Remove remaining conditional GCZeal code.wolfbeast2018-02-03-10/+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/+3771