summaryrefslogtreecommitdiffstats
path: root/js/xpconnect
Commit message (Collapse)AuthorAgeLines
* Remove SPS profiler.wolfbeast2018-05-24-10/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove unused XREShellDatawolfbeast2018-05-03-7/+2
|
* Remove sandbox ductwork conditional code.wolfbeast2018-05-03-36/+0
|
* Bug 1411415.wolfbeast2018-04-29-2/+5
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-16/+0
|
* moebius#242: XPCOM: exportFunction() - fix wrong .length attributejanekptacijarabaci2018-04-14-1/+13
| | | | https://github.com/MoonchildProductions/moebius/pull/243
* Rebase on masterwolfbeast2018-04-11-4/+4
|\
| * Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-4/+4
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-32/+0
|/
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-27-39/+17
|\ | | | | | | js_array_values_1
| * Update RegExp Xray codejanekptacijarabaci2018-03-19-10/+11
| | | | | | | | Issue #77
| * Prototypes should be regular objects.wolfbeast2018-03-19-20/+3
| |\ | | | | | | | | | | | | | | | This resolves #76 Merged remote-tracking branch 'janek/js_error_ordinary-object_1'
| | * Simplify Error Xray codejanekptacijarabaci2018-03-17-20/+3
| | |
| * | Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-1/+3
| |/
| * Remove MOZ_MULETMatt A. Tobin2018-03-01-8/+0
| |
* | JS - support for Array.prototype.values()janekptacijarabaci2018-02-20-3/+6
|/
* Update executable manifests.wolfbeast2018-02-18-1/+0
|
* Don't allow proxies in the proto chain.wolfbeast2018-02-08-0/+14
|
* Stop bypassing the Xray layer when walking the prototype chain.wolfbeast2018-02-08-15/+14
|
* Remove SetGCZeal() stub and its callers.wolfbeast2018-02-03-10/+1
|
* Remove remaining conditional GCZeal code.wolfbeast2018-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.0Matt A. Tobin2018-02-02-0/+86697