Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bug 336705 - Part 1: Support creating and resolving Promises without ↵ | Gaming4JC | 2019-12-17 | -34/+46 |
| | | | | | | | | resolve/reject functions. Useful for internally-created Promises that'll only ever be resolved/rejected internally. Tag #1287 | |||
* | Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through ↵ | Gaming4JC | 2019-12-17 | -18/+14 |
| | | | | | | the Promise resolving fast path. Tag #1287 | |||
* | Bug 1317376 - Part 1: Remove unreachable code and remnants from the ↵ | Gaming4JC | 2019-12-17 | -52/+41 |
| | | | | | | self-hosted implementation. Tag #1287 | |||
* | Issue #1283 - Implement Promise.prototype.finally() | André Bargull | 2019-11-12 | -0/+8 |
| | | | | This resolves #1283. | |||
* | 1320408 - Part 21: Change PromiseObject::onSettled to static method. | Gaming4JC | 2019-07-18 | -4/+3 |
| | ||||
* | 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject ↵ | Gaming4JC | 2019-07-18 | -10/+10 |
| | | | | to static method. | |||
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
| | ||||
* | 1323324 - Part 1: Make Promise::unforgeable{Resolve,Reject} spec-compliant. | Gaming4JC | 2019-07-18 | -58/+42 |
| | ||||
* | Close iterator after error in Promise.{all,race} | janekptacijarabaci | 2018-03-15 | -17/+36 |
| | | | | Issue #17 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+2794 |