aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder `use` statementsUK9922016-09-091-6/+6
* dom::Response implementationMalisa Smith2016-09-061-3/+1
* Solved wrong referrer policy in cors_preflight_fetchChiu-Hsiang Hsu2016-08-271-4/+9
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-48/+134
* Use Result instead of panicking when the resource dir can't be foundManish Goregaokar2016-07-211-1/+1
* Silent warnings in fetch.rsUK9922016-06-181-12/+12
* Review fixesManish Goregaokar2016-06-111-36/+18
* Test fixes; update for changes in specManish Goregaokar2016-06-101-19/+25
* Re-add support for fetching chunks (and thus xhr download progress)Manish Goregaokar2016-06-101-1/+1
* Test fixes:Manish Goregaokar2016-06-101-33/+35
* Revamp Fetch async handling to use a fetch target and done channelsManish Goregaokar2016-06-101-21/+32
* Remove empty lines following braces.Josh Matthews2016-05-271-27/+0
* Remove CacheRequestDetailsJoshua Holmer2016-05-021-8/+5
* Implement fetching file URL'sRamana Venkata2016-04-291-0/+33
* Cleanup CORSCacheDaniel Robertson2016-04-271-2/+2
* Fix logic for cors cache matchDaniel Robertson2016-04-271-2/+59
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-10/+10
* Implement CORS preflight fetchKeith Yeung2016-04-131-4/+74
* Auto merge of #10272 - creativcoder:implement-data-url-fetch, r=jdmbors-servo2016-04-011-1/+29
|\
| * implements data-url fetchingRahul Sharma2016-04-011-1/+29
* | Merge branch 'master' into fix-local-urls-only-10147Stjepan Glavina2016-03-241-0/+14
|\|
| * Fix fetching about:blankStjepan Glavina2016-03-241-0/+14
* | Address PR commentsStjepan Glavina2016-03-241-4/+7
* | Correctly handle flag local_urls_onlyStjepan Glavina2016-03-231-0/+29
|/
* Auto merge of #9907 - nikkisquared:async_tests, r=jdmbors-servo2016-03-101-2/+71
|\
| * added two fetch_async tests involving filtered responsesNikki2016-03-091-2/+71
* | Make Response::new() an inherent method.Ms2ger2016-03-081-1/+0
|/
* set response.body asynchronously in FetchNikki2016-03-071-7/+9
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-011-4/+59
* Update fetch attributes to match the new specKeith Yeung2016-02-271-34/+34
* implement http redirect fetch, and various Fetch Standard updatesNikki2016-02-171-0/+97
* working on implementing Cors Check and Origin to Ascii serialisationNikki2016-02-091-4/+183
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-291-14/+23
* tests for boundary conditions on redirect_count in fetchNikki2016-01-201-8/+81
* Test setting response.body by fetching on a serverNikki2016-01-181-1/+22
* Rename net/fetch/request.rs to net/fetch/methods.rs and move Request to net_t...Keith Yeung2016-01-181-3/+3
* Implement a basic test for Fetch and fix errors it findsNikki2016-01-131-0/+44