aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch
Commit message (Expand)AuthorAgeFilesLines
* dom::Response implementationMalisa Smith2016-09-061-3/+4
* Auto merge of #13071 - wdv4758h:cors_preflight_fetch, r=jdmbors-servo2016-08-271-1/+1
|\
| * Solved wrong referrer policy in cors_preflight_fetchChiu-Hsiang Hsu2016-08-271-1/+1
* | pass request value instead of constanthsinewu2016-08-271-1/+1
|/
* Lessen pressure on the thread-local RNGAnthony Ramine2016-08-161-3/+6
* Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)Anthony Ramine2016-08-131-2/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+3
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-9/+44
* msg: Rename `ReferrerPolicy::NoRefWhenDowngrade` `NoReferrerWhenDowngrade`Aravind Gollakota2016-07-151-1/+1
* Review fixesManish Goregaokar2016-06-111-2/+8
* Test fixes; update for changes in specManish Goregaokar2016-06-101-117/+131
* Re-support gzipManish Goregaokar2016-06-101-28/+39
* Modify request headers for fetchManish Goregaokar2016-06-101-5/+20
* Re-add support for fetching chunks (and thus xhr download progress)Manish Goregaokar2016-06-101-9/+73
* Test fixes:Manish Goregaokar2016-06-101-53/+69
* Net side of XHR fetch integrationManish Goregaokar2016-06-101-0/+1
* Revamp Fetch async handling to use a fetch target and done channelsManish Goregaokar2016-06-101-68/+104
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-1/+1
* Remove empty lines following braces.Josh Matthews2016-05-272-30/+0
* Use read_block in http_network_fetchKeith Yeung2016-05-111-29/+20
* Move http_loader::Connector to a separate moduleMatt Brubeck2016-05-101-1/+2
* Remove CacheRequestDetailsJoshua Holmer2016-05-022-48/+25
* Implement fetching file URL'sRamana Venkata2016-04-291-1/+26
* Cleanup CORSCacheDaniel Robertson2016-04-272-193/+42
* Fix logic for cors cache matchDaniel Robertson2016-04-272-25/+24
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-81/+20
* Auto merge of #10189 - KiChjang:cors-preflight-fetch, r=jdmbors-servo2016-04-131-28/+134
|\
| * Implement CORS preflight fetchKeith Yeung2016-04-131-28/+134
* | Removed unused imports from methods.rsNazım Can Altınova2016-04-091-1/+1
* | Use mime! macro in fetch methodsKeith Yeung2016-04-081-14/+12
|/
* Auto merge of #10272 - creativcoder:implement-data-url-fetch, r=jdmbors-servo2016-04-011-1/+18
|\
| * implements data-url fetchingRahul Sharma2016-04-011-1/+18
* | change changes effecting verbosityfaineance2016-03-271-4/+2
* | use self.0 instead of destructing single item tuple structsfaineance2016-03-271-4/+3
* | Merge branch 'master' into fix-local-urls-only-10147Stjepan Glavina2016-03-241-0/+1
|\|
| * Fix fetching about:blankStjepan Glavina2016-03-241-0/+1
* | Address PR commentsStjepan Glavina2016-03-241-9/+5
* | Correctly handle flag local_urls_onlyStjepan Glavina2016-03-231-5/+9
|/
* Use a match rather than unwrap() in main_fetch.Ms2ger2016-03-101-35/+35
* Fix warnings in the fetch code.Ms2ger2016-03-091-40/+16
* Make Response::new() an inherent method.Ms2ger2016-03-082-37/+0
* Auto merge of #9850 - nikkisquared:2_async_2_furious, r=jdmbors-servo2016-03-082-55/+88
|\
| * set response.body asynchronously in FetchNikki2016-03-072-55/+88
* | Update to Rust 2016-03-05Anthony Ramine2016-03-061-1/+1
|/
* implementing working demonstration of calling Fetch asynchronouslyNikki2016-03-012-156/+95
* Update fetch attributes to match the new specKeith Yeung2016-02-272-69/+88
* implement http redirect fetch, and various Fetch Standard updatesNikki2016-02-171-125/+145
* working on implementing Cors Check and Origin to Ascii serialisationNikki2016-02-092-8/+90
* Partial implementation of Main Fetch step, including appropiate updates to testsNikki2016-01-293-36/+222
* tests for boundary conditions on redirect_count in fetchNikki2016-01-201-1/+1