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