aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/fetch.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge net and net_testsAnthony Ramine2018-01-201-982/+0
* tests/net: Update testing cert.Emilio Cobos Álvarez2017-12-241-0/+7
* Fetch cancellation: Add CancellationListenerManish Goregaokar2017-11-201-2/+2
* Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-0/+1
* Merge request type and destinationKeith Yeung2017-10-231-8/+8
* Fix unit tests for updated CORS preflight fetchKeith Yeung2017-08-181-3/+3
* Introduce service-worker modeKeith Yeung2017-06-221-26/+26
* Move the HTTP connector in HttpStateAnthony Ramine2017-04-061-3/+1
* Move the SSL client in HttpStateAnthony Ramine2017-04-061-2/+2
* Add command-line argument to use a custom SSL certificate database.Josh Matthews2017-04-061-1/+2
* Move Arc out of HttpStateAnthony Ramine2017-04-031-1/+1
* Move the HTTP connector to FetchContextAnthony Ramine2017-04-031-1/+6
* Make Response::url_list be a bare Vec<ServoUrl>Anthony Ramine2017-04-031-1/+1
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-76/+76
* Make fetch take a &RequestAnthony Ramine2017-04-031-32/+31
* Update Hyper and OpenSSLddh2017-03-311-2/+3
* Implemented nosniff for fetch algorithmSumant Manne2017-03-031-1/+46
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-8/+7
* Implement Subresource Integritymrnayak2017-01-081-2/+47
* Implement HSTS fetch stepRaghav2016-12-291-1/+51
* Implement port-based blockingNick Price2016-12-211-0/+13
* Introduce fetch_with_cors_cache() API for tests.Ms2ger2016-12-151-5/+3
* Use the asynchronous fetching code in unit tests.Ms2ger2016-12-151-17/+17
* Replace fetch_async() by a new fetch() function.Ms2ger2016-12-151-19/+4
* Introduce fetch_with_context() to reduce repetition.Ms2ger2016-12-151-2/+3
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Translate a test for ftp URLs to fetch.Ms2ger2016-11-231-0/+10
* Translate a unit test for bogus schemes to fetch.Ms2ger2016-11-231-0/+10
* Factor out FileManager::promote_memory().Ms2ger2016-11-211-3/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-7/+8
* Auto merge of #14156 - frewsxcv:cors-capitalization, r=KiChjangbors-servo2016-11-101-8/+8
|\
| * Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-8/+8
* | Make Response::url private.Ms2ger2016-11-101-1/+1
|/
* Pass a borrowed fetch context to fetch().Ms2ger2016-11-081-3/+3
* Use set_default_accept_language in fetch_with_cors_cache.Ms2ger2016-11-071-2/+7
* Move make_server to the root of the net unit tests crate.Ms2ger2016-11-071-12/+1
* Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+2
* Move the test_fetch_data test.Ms2ger2016-11-031-25/+0
* Move some helper functions to the root of the net tests crate.Ms2ger2016-11-031-41/+2
* Store the NetworkError in network error Responses.Ms2ger2016-11-021-1/+1
* Implement blob url support in the fetch stack.Ms2ger2016-10-141-0/+42
* Add a FileManager to FetchContext.Ms2ger2016-10-141-1/+4
* IFrame elements now manage FrameIds rather than the constellation.Alan Jeffrey2016-10-071-5/+4
* Remove same-origin-data-url flag from fetch implementationJan Zerebecki2016-10-011-2/+0
* Fix most typoes for: "referer" -> "referrer"Nicolas2016-09-161-18/+18
* 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