aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Store the NetworkError in network error Responses.Ms2ger2016-11-021-42/+47
* Make the status handling in http_fetch more robust.Ms2ger2016-11-021-5/+8
* Implement blob url support in the fetch stack.Ms2ger2016-10-141-1/+24
* Add a FileManager to FetchContext.Ms2ger2016-10-141-34/+53
* Migrate user agent string to `Cow<'static, str>`.Corey Farwell2016-10-101-2/+4
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-22/+18
* Avoid a possible deadlock in main_fetch's synchronous code.Ms2ger2016-09-231-8/+11
* Avoid deadlock in main_fetchKeith Yeung2016-09-211-2/+3
* Add FetchMetadata and update corresponding methodsKeith Yeung2016-09-211-2/+5
* Auto merge of #13294 - 6112:referrer-typo-fix, r=jdmbors-servo2016-09-161-15/+15
|\
| * Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-15/+15
* | updated basic auth cache to key off of url originBryan Gilbert2016-09-151-1/+1
|/
* 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 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-271-29/+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-021-24/+6
* Implement fetching file URL'sRamana Venkata2016-04-291-1/+26
* Cleanup CORSCacheDaniel Robertson2016-04-271-8/+8
* Fix logic for cors cache matchDaniel Robertson2016-04-271-21/+20
* 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
* | 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-081-1/+0