aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/body.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make Promise::reject_error soundAnthony Ramine2017-09-221-4/+4
* Make Promise::resolve_native actually soundAnthony Ramine2017-09-211-4/+4
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Untry scriptSimon Sapin2017-06-181-2/+2
* Remove some usage of rust-encodingSimon Sapin2017-05-271-5/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-10/+10
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-4/+4
* Remove Reflectable::globalAnthony Ramine2016-10-061-2/+2
* Make Promise::new take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-3/+4
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
* Provide the fetched data to fetch() consumers.Ms2ger2016-10-061-7/+24
* Auto merge of #13577 - servo:warnings, r=jdmbors-servo2016-10-051-2/+0
|\
| * Squash some build warnings.Ms2ger2016-10-041-2/+0
* | Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-1/+1
|/
* impl Body mixin for dom::Response and dom::RequestMalisa Smith2016-09-281-0/+164