summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests
Commit message (Collapse)AuthorAgeLines
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-5/+5
| | | | Tag #1375
* Bug 1415761 - Catch the exception and rethrow it after invoking custom ↵Gaming4JC2020-01-26-3/+3
| | | | | | | | elements reactions; The spec was unclear on how CEReactions interact with thrown exceptions; see https://github.com/whatwg/html/issues/3217. The spec is now being clarified in https://github.com/whatwg/html/pull/3235. Tag UXP Issue #1344
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-1/+1
| | | | This resolves #1283.
* Issue #1257 - Part 3: Remove/update tests.wolfbeast2019-10-27-78/+2
| | | | | | | This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail.
* 1333045 - Update Location object properties to current spec.Gaming4JC2019-07-18-3/+0
| | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON.
* Implement array.flat and array.flatMapwolfbeast2019-05-19-1/+1
| | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095
* moebius#242: XPCOM: exportFunction() - fix wrong .length attributejanekptacijarabaci2018-04-14-0/+3
| | | | https://github.com/MoonchildProductions/moebius/pull/243
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-27-10/+14
|\ | | | | | | js_array_values_1
| * Update RegExp Xray codejanekptacijarabaci2018-03-19-2/+11
| | | | | | | | Issue #77
| * Simplify Error Xray codejanekptacijarabaci2018-03-17-8/+3
| |
* | JS - support for Array.prototype.values()janekptacijarabaci2018-02-20-2/+2
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+16705