Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1639 - Implement object.fromEntries() | Moonchild | 2020-09-06 | -2/+2 |
| | | | | | Adds a self-hosted implementation of this map->object conversion. This resolves #1639. | |||
* | Issue #1283 - Implement Promise.prototype.finally() | André Bargull | 2019-11-12 | -1/+1 |
| | | | | This resolves #1283. | |||
* | Issue #1257 - Part 3: Remove/update tests. | wolfbeast | 2019-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. | Gaming4JC | 2019-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.flatMap | wolfbeast | 2019-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 attribute | janekptacijarabaci | 2018-04-14 | -0/+3 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/243 | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-27 | -10/+14 |
|\ | | | | | | | js_array_values_1 | |||
| * | Update RegExp Xray code | janekptacijarabaci | 2018-03-19 | -2/+11 |
| | | | | | | | | Issue #77 | |||
| * | Simplify Error Xray code | janekptacijarabaci | 2018-03-17 | -8/+3 |
| | | ||||
* | | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 | -2/+2 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+16705 |