aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/fetch.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Make Fetch take a &GlobalScopeAnthony Ramine2016-10-061-9/+8
|
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-1/+1
|
* Introduce GlobalScope::networking_task_sourceAnthony Ramine2016-10-061-1/+1
|
* Introduce GlobalScope::core_resource_threadAnthony Ramine2016-10-061-2/+2
|
* Make Promise::new take a &GlobalScopeAnthony Ramine2016-10-061-2/+3
|
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
|
* Provide the fetched data to fetch() consumers.Ms2ger2016-10-061-3/+10
|
* Squash some build warnings.Ms2ger2016-10-041-2/+2
|
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-1/+0
| | | | | | | The spec removed it. Check the scheme instead, data is always same origin now, except for workers. This also updates the comments to make step numbers match the spec. Closes #13362
* Implement the Fetch methodJeena Lee2016-09-291-0/+172