Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove some HPUX leftovers. | wolfbeast | 2019-04-01 | -10/+1 |
| | | | | Resolves #185 | |||
* | Issue #187: Remove solaris conditional code. | wolfbeast | 2019-03-30 | -2/+0 |
| | ||||
* | Pref the use of unboxed plain objects in JS and disable by default. | wolfbeast | 2019-03-21 | -0/+4 |
| | | | | | This should be all that's needed for #1017, but verification of impact is definitely desired. | |||
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -2/+0 |
| | ||||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -24/+0 |
| | ||||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-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. | wolfbeast | 2018-05-24 | -10/+0 |
| | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | Remove unused XREShellData | wolfbeast | 2018-05-03 | -4/+1 |
| | ||||
* | Remove sandbox ductwork conditional code. | wolfbeast | 2018-05-03 | -13/+0 |
| | ||||
* | Bug 1411415. | wolfbeast | 2018-04-29 | -2/+5 |
| | ||||
* | Remove support for making jemalloc4 the default memory allocator. | wolfbeast | 2018-04-27 | -16/+0 |
| | ||||
* | moebius#242: XPCOM: exportFunction() - fix wrong .length attribute | janekptacijarabaci | 2018-04-14 | -1/+10 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/243 | |||
* | Rebase on master | wolfbeast | 2018-04-11 | -4/+4 |
|\ | ||||
| * | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -4/+4 |
| | | ||||
* | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -32/+0 |
|/ | ||||
* | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 | -1/+4 |
| | ||||
* | Stop bypassing the Xray layer when walking the prototype chain. | wolfbeast | 2018-02-08 | -15/+14 |
| | ||||
* | Remove SetGCZeal() stub and its callers. | wolfbeast | 2018-02-03 | -6/+0 |
| | ||||
* | Remove remaining conditional GCZeal code. | wolfbeast | 2018-02-03 | -31/+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.0 | Matt A. Tobin | 2018-02-02 | -0/+32617 |