aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/net/data_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge net and net_testsAnthony Ramine2018-01-201-139/+0
* Introduce service-worker modeKeith Yeung2017-06-221-1/+1
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-2/+2
* Make fetch take a &RequestAnthony Ramine2017-04-031-1/+1
* Don't lose information in Fetch APIbd3392017-01-091-1/+1
* Use the asynchronous fetching code in unit tests.Ms2ger2016-12-151-2/+2
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Move the test_fetch_data test.Ms2ger2016-11-031-0/+9
* Rewrite the data_loader test with fetch.Ms2ger2016-11-031-45/+34
* Make the data_loader test more efficient and readable.Ms2ger2016-11-031-15/+26
* Remove unnecessary extern crates from networking unit tests.Ms2ger2016-11-031-5/+2
* Reorder `use` statementsUK9922016-09-091-3/+3
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-1/+4
* Integrate service worker manager threadRahul Sharma2016-07-161-4/+1
* Rename `MIMEClassifier` to match Rust acronym naming conventions.Corey Farwell2016-07-021-2/+2
* adding interface for custom responsesRahul Sharma2016-05-201-3/+21
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-1/+1
* Updated the unit tests to include NetworkErrorRavi Shankar2016-04-201-2/+2
* Remove unused import from tests/unit/net/data_loader.rsTim van der Meij2016-01-251-1/+0
* task -> threadrohan.prinja2016-01-101-1/+1
* Resolves #4183 - Implemementing context-based MIME type sniffingDavid Rajchenbach-Teller2015-12-311-2/+2
* Implement 'url!(..)' macroCorey Farwell2015-11-211-7/+7
* Implement cancellation listener for cancelling network requestsRavi Shankar2015-11-121-1/+4
* Consistently use content-type sniffing with all protocols.Eli Friedman2015-10-311-1/+4
* make mediatype default to text/plain in data URIsminimus2015-10-031-2/+21
* sort all usesJohann Tuffe2015-08-201-1/+1
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-1/+2
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-3/+8
* Fix some overlong lines.Ms2ger2015-05-141-2/+6
* 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi...Himaja2015-05-051-1/+1
* Replace usage of ResponseSenders by LoadConsumerMarcus Klaas2015-04-191-1/+1
* Start switching net/ to use abstractions over channels to allow introducing n...Josh Matthews2015-04-161-1/+2
* Fix content type unit testBogdan Cuza2015-04-141-5/+10
* Use the correct license header.Simon Sapin2015-04-081-8/+3
* Add license headers in tests/unitSimon Sapin2015-04-081-0/+9
* Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.Simon Sapin2015-04-081-0/+71