aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-10/+10
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Reorder `use` statementsUK9922016-09-091-4/+4
* Auto merge of #12851 - jeenalee:request, r=noxbors-servo2016-08-131-15/+3
|\
| * Fix step 31 of the Request constructor.Jeena Lee2016-08-131-15/+3
* | Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)Anthony Ramine2016-08-131-2/+2
|/
* Implement the Request API for the Fetch API.Jeena Lee2016-08-121-0/+820