aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/headers.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto merge of #13004 - jeenalee:combine-headers, r=jdmbors-servo2016-09-121-3/+1
|\
| * Refactor combine method, and update expected wpt resultsJeena Lee2016-09-061-1/+1
| * Remove TODO from step 4 of `delete`Jeena Lee2016-08-231-2/+0
* | dom::Response implementationMalisa Smith2016-09-061-5/+11
* | Implement iterable for Headers.Jeena Lee2016-08-241-1/+38
|/
* Include "content-type" in cors safelisted request headers.Jeena Lee2016-08-221-12/+34
* Modify Headers API to correctly validate value.Jeena Lee2016-08-121-9/+14
* Implement the Request API for the Fetch API.Jeena Lee2016-08-121-52/+83
* Headers API constructor and methodsMalisa Smith2016-07-301-17/+131
* Small changes to Headers.webidl and headers.rsMalisa Smith2016-07-201-1/+4
* makes XMLHttpRequest::SetRequestHeader call dom::headers::is_forbidden_header...Malisa Smith2016-07-191-1/+1
* Add the append method for the Headers API for the Fetch APIJeena Lee2016-07-191-0/+248