aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/response.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-2/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-17/+17
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Untry scriptSimon Sapin2017-06-181-5/+5
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use the API base URL in Fetch APIs.Ms2ger2016-12-191-2/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Implement range index with the Position enum on ServoUrlPu Xingyu2016-11-181-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+7
* Implement response API Clone step 1Atte Lautanala2016-10-231-1/+3
* Make Response's `Clone()` method to clone headers.Jeena Lee2016-10-211-1/+2
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-2/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-9/+7
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-2/+3
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-6/+7
* Provide the fetched data to fetch() consumers.Ms2ger2016-10-061-5/+24
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-1/+1
* Implement the Fetch methodJeena Lee2016-09-291-0/+23
* impl Body mixin for dom::Response and dom::RequestMalisa Smith2016-09-281-14/+70
* dom::Response implementationMalisa Smith2016-09-061-0/+290