servo/components/net
bors-servo 67370b37d3
Auto merge of #20718 - paulrouget:res2, r=emilio
Automatically provide a resource reader for tests

Fix #20710

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [ ] `./mach build-geckolib` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #20710 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20718)
<!-- Reviewable:end -->
2018-05-18 15:25:54 -04:00
..
fetch Use specific assertion for net fetch methods 2018-01-26 01:30:31 +08:00
tests Automatically provide a resource reader for tests 2018-04-30 22:19:33 +08:00
blob_loader.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Auto merge of #20718 - paulrouget:res2, r=emilio 2018-05-18 15:25:54 -04:00
connector.rs delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
cookie.rs Implement secure and host cookie prefixes 2017-11-21 19:15:58 -08:00
cookie_storage.rs Replace a boxed iterator with impl Trait 2018-05-11 09:12:11 -07:00
data_loader.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
filemanager_thread.rs refactor(embedder): rename file select message 2018-04-27 12:23:26 -07:00
hosts.rs Replace parse-hosts crate with 10 lines of code. 2017-11-28 16:19:29 +01:00
hsts.rs delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
http_cache.rs Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
http_loader.rs Implement history state 2018-04-16 10:21:15 -05:00
image_cache.rs delegate resource reading to embedder 2018-04-27 15:34:52 +08:00
lib.rs refactor(filemanager): uses embedderproxy directly 2018-04-27 12:23:25 -07:00
mime_classifier.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
resource_thread.rs refactor(filemanager): uses embedderproxy directly 2018-04-27 12:23:25 -07:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
websocket_loader.rs Update servo-websocket to 0.21 2018-03-15 02:05:00 +01:00