aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/methods.rs
Commit message (Expand)AuthorAgeFilesLines
* Fetch cancellation: Add CancellationListenerManish Goregaokar2017-11-201-2/+30
* Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-0/+2
* Auto merge of #18882 - KiChjang:fix-origin, r=jdmbors-servo2017-11-151-1/+1
|\
| * Use the correct URL when checking for bad portKeith Yeung2017-11-151-1/+1
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0
|/
* Merge request type and destinationKeith Yeung2017-10-231-22/+22
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-9/+9
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Rename basic fetch to scheme fetchKeith Yeung2017-08-081-5/+5
* Update main fetchKeith Yeung2017-08-081-17/+50
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-3/+5
* Ignore mime type parameters in nosniffFabrice Desré2017-05-151-4/+4
* Do not return an error for non-GET data: requests (fixes #13293)Anthony Ramine2017-04-081-12/+8
* Move the HTTP connector in HttpStateAnthony Ramine2017-04-061-3/+0
* Kill some commented-out codeAnthony Ramine2017-04-051-5/+0
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-9/+2
* Auto merge of #16126 - ferjm:issue-14520-block-media-csv, r=noxbors-servo2017-04-051-1/+21
|\
| * Block scripts with text/csv, audio/*, video/* and image/* mime typesFernando Jiménez Moreno2017-04-031-1/+21
* | Introduce http_loader::set_default_acceptAnthony Ramine2017-04-041-34/+4
* | Update the steps in fetch_with_cors_cacheAnthony Ramine2017-04-041-14/+17
|/
* Move Arc out of HttpStateAnthony Ramine2017-04-031-1/+1
* Move the HTTP connector to FetchContextAnthony Ramine2017-04-031-2/+5
* Make Response::url_list be a bare Vec<ServoUrl>Anthony Ramine2017-04-031-10/+14
* Update steps of main_fetch according to the Fetch specAnthony Ramine2017-04-031-82/+85
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-35/+35
* Make fetch take a &RequestAnthony Ramine2017-04-031-10/+9
* Make the WebSocket handshake ourselves to ease switching libsAnthony Ramine2017-03-291-1/+1
* Simplify should_be_blocked_due_to_nosniffAnthony Ramine2017-03-271-19/+19
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-1/+1
* Properly follow the spec in WebSocket::ConstructorAnthony Ramine2017-03-241-1/+1
* Introduce fetch::methods::should_be_blocked_due_to_bad_portAnthony Ramine2017-03-231-11/+50
* Allow for redirects after a CORS-preflightFernando Jiménez Moreno2017-03-101-2/+1
* Implemented nosniff for fetch algorithmSumant Manne2017-03-031-12/+126
* Implement Subresource Integritymrnayak2017-01-081-43/+35
* Implement HSTS fetch stepRaghav2016-12-291-1/+9
* Implement port-based blockingNick Price2016-12-211-0/+12
* Stop returning the response from fetch().Ms2ger2016-12-151-6/+4
* Make the fetch target non-optional.Ms2ger2016-12-151-37/+21
* Remove Request::done.Ms2ger2016-12-091-3/+0
* Rewrite determine_request_referrer() to explicitly limit it to the checks it ...Ms2ger2016-12-081-9/+22
* Stop handling a None referrer policy in determine_request_referrer().Ms2ger2016-12-081-4/+3
* Move the http-specific fetch code to http_loader.Ms2ger2016-11-241-865/+17
* Unify ReadResult and Data.Ms2ger2016-11-241-4/+4
* Remove unused CancellationListener argument to obtain_response.Ms2ger2016-11-241-4/+1
* Pass the UIProvider to FileManager::handle() as needed.Ms2ger2016-11-211-58/+58
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+3
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-14/+14
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-14/+14
* | Make Response::url private.Ms2ger2016-11-101-1/+1
* | Pass the URL to Response::new().Ms2ger2016-11-101-13/+5
|/