aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/headers.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix various clippy problems in `components/scripts/dom` (#31910)Rosemary Ajayi2024-03-311-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-12/+3
* Clippy: Fixed some clippy warnings (#31818)Aarya Khandelwal2024-03-231-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+9
* Update steps comment to match latest (2023-04-14) speccybai2023-04-141-4/+0
* Fix return value of concept-header-list-get to Option<Vec<u8>>2shiori172023-03-261-7/+6
* Fix concept-headers-append2shiori172023-03-261-1/+1
* Add comments for concept-headers-append2shiori172023-03-211-9/+32
* Remove net from dependencies2shiori172023-03-201-2/+3
* Fix dom-headers-get2shiori172023-03-111-5/+4
* Fix header ordering2shiori172023-03-111-5/+8
* Fix concept-headers-append2shiori172023-03-111-38/+22
* Implement concept-header-list-sort-and-combine2shiori172023-03-061-11/+21
* Implement Headers.prototype.getSetCookie2shiori172023-03-051-0/+10
* Use data_url::Mime to parse the MIME TypesVincent Ricard2020-11-181-5/+72
* Fix the webidl for HeadersBastien Orivel2020-05-301-11/+10
* Separate values in Headers with ", ", not ","Bastien Orivel2020-05-061-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-3/+4
* Headers no longer have to be ASCII or UTF-8, though there is some disagreemen...Patrick Shaughnessy2019-12-241-74/+56
* Now just one is_cors_safelisted_request_header, with closer spec alignmentPatrick Shaughnessy2019-12-161-32/+12
* Support WebIDL `record<>`Kagami Sascha Rosylight2019-10-151-4/+2
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+5
* Format remaining filesPyfisch2018-11-061-20/+29
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Update hyper to 0.12Bastien Orivel2018-11-011-34/+29
* Format script componentchansuke2018-09-191-42/+69
* copy headers from script request to net requestGregory Terzian2017-11-151-0/+6
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-5/+5
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Untry scriptSimon Sapin2017-06-181-11/+11
* Update the WebIDL parserAnthony Ramine2017-06-091-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-4/+5
* Implement the Fetch methodJeena Lee2016-09-291-0/+4
* Enable OpenEndedDictionary in HeadersJeena Lee2016-09-221-9/+13