aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/headers.rs
Commit message (Expand)AuthorAgeFilesLines
* 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