aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/response.rs
Commit message (Expand)AuthorAgeFilesLines
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Reset to in-memory stream with empty byte sequence for None init bodycybai2023-04-271-0/+5
* Update steps comment to match latest (2023-04-14) speccybai2023-04-141-21/+8
* Respect MIME type from headers instead of caching itcybai2023-04-131-5/+2
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* concept-response-clone: Ensure header guard is cloned after headersNaveen Gattu2021-12-171-1/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-57/+59
* Fix the webidl for HeadersBastien Orivel2020-05-301-4/+2
* update rust toolchainKunal Mohan2020-05-211-1/+1
* Fix the redirected attribute for ResponseBastien Orivel2020-05-051-0/+6
* Strip request-body-header when redirecting from a POST to GETBastien Orivel2020-05-051-2/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+2
* Add StreamConsumer wrapper and methods to responseRidhim Rastogi2019-12-031-0/+17
* Set response mime_type based on Content-Typeglowe2019-11-141-0/+1
* Auto merge of #24379 - PeaceRebel:dom_response_check_opaque_filter, r=jdmbors-servo2019-10-111-0/+28
|\
| * Set DOM response members as per the spec for opaque, opaque-redirect and erro...peacerebel2019-10-111-0/+28
* | response: remove text from default statusCodeOtávio Pace2019-10-071-2/+2
|/
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-5/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-6/+8
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Update hyper to 0.12Bastien Orivel2018-11-011-6/+6
* Format script componentchansuke2018-09-191-23/+52
* feat(webidl): expose arraybuffer overload in body idlOJ Kwon2018-03-231-0/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* 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