aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/request.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix Request's Headers to be cloned correctlyJeena Lee2016-10-121-3/+4
|/
* Cleanup logic, remove unnecessary allocations in Request API.Corey Farwell2016-10-101-26/+12
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-3/+3
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-8/+5
* Make Request::new take a &GlobalScopeAnthony Ramine2016-10-061-13/+15
* Introduce GlobalScope::get_urlAnthony Ramine2016-10-061-4/+5
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-8/+4
* Provide the fetched data to fetch() consumers.Ms2ger2016-10-061-10/+12
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-2/+1
* Rename hyper import and update as HttpMethodTom Huibregtse2016-10-011-15/+15
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-1/+0
* Implement the Fetch methodJeena Lee2016-09-291-0/+4
* impl Body mixin for dom::Response and dom::RequestMalisa Smith2016-09-281-2/+79
* Enable OpenEndedDictionary in HeadersJeena Lee2016-09-221-9/+11
* 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