servo/components/net
bors-servo ac6a2681ae Auto merge of #14274 - stshine:servo-url-index, r=emilio
Implement range index with the Position enum on ServoUrl

<!-- Please describe your changes on the following line: -->

---
<!-- 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
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

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

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

r? @emilio

<!-- 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/14274)
<!-- Reviewable:end -->
2016-11-20 12:35:14 -06:00
..
fetch Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
about_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
blob_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
Cargo.toml Use FnvHasher in http_loader::load 2016-11-19 14:10:37 +01:00
chrome_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
connector.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
content_blocker.rs Read the content blocking rules and make them available to the HTTP loader. 2016-05-30 10:54:52 +02:00
cookie.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
cookie_storage.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
data_loader.rs Implement range index with the Position enum on ServoUrl 2016-11-18 17:46:36 +08:00
file_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
filemanager_thread.rs Stop spawning threads unnecessarily in FileManager. 2016-10-14 14:12:24 +02:00
hsts.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
http_loader.rs Auto merge of #14274 - stshine:servo-url-index, r=emilio 2016-11-20 12:35:14 -06:00
image_cache_thread.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
lib.rs Use FnvHasher in http_loader::load 2016-11-19 14:10:37 +01:00
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
storage_thread.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
websocket_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00