Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove maybe_ prefix from Promise methods. | Josh Matthews | 2016-09-22 | 1 | -11/+9 |
* | Support an equivalent of Trusted<T> for Rc<Promise> objects named TrustedProm... | Josh Matthews | 2016-09-22 | 1 | -0/+8 |
* | Add a simple API to reject promises with DOM error values. | Josh Matthews | 2016-09-22 | 1 | -1/+10 |
* | Ensure Promise "reflector" is not GCed before the Rust object. | Josh Matthews | 2016-09-22 | 1 | -9/+57 |
* | Support native promise callbacks. | Josh Matthews | 2016-09-22 | 1 | -2/+74 |
* | Useful APIs for resolving/rejecting from native code. | Josh Matthews | 2016-09-22 | 1 | -0/+18 |
* | Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches... | Mátyás Mustoha | 2016-09-22 | 1 | -15/+79 |
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -0/+71 |