Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+1 |
| | |||||
* | Add way to get c_void ptr or c_char from caller | mckaymatt | 2017-04-04 | 1 | -1/+2 |
| | |||||
* | removing mutHeapJs references | SendilKumar N | 2017-03-07 | 1 | -3/+3 |
| | | | | changes as per comments | ||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 |
| | |||||
* | Use Heap in DOM object reflector implementation to ensure GC barriers are used. | Josh Matthews | 2017-01-20 | 1 | -3/+3 |
| | |||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | ||||
* | Initial work on job queues for service workers | Rahul Sharma | 2016-11-22 | 1 | -2/+11 |
| | |||||
* | Update js. | Ms2ger | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -4/+4 |
| | |||||
* | Remove Reflectable::global | Anthony Ramine | 2016-10-06 | 1 | -4/+3 |
| | |||||
* | Make Promise::Reject and Resolve take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+2 |
| | |||||
* | Make Error::to_jsval take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
| | |||||
* | Make Promise::new take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+2 |
| | |||||
* | 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 ↵ | Josh Matthews | 2016-09-22 | 1 | -0/+8 |
| | | | | TrustedPromise. | ||||
* | 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 ↵ | Mátyás Mustoha | 2016-09-22 | 1 | -15/+79 |
| | | | | | | batches. Implement native Promise APIs. Add SpiderMonkey hooks for enqueuing promise jobs. Start porting various native Promise APIs. | ||||
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -0/+71 |