servo/components/net
bors-servo 291f393723 Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanut
Make test-tidy check for alphabetical ordering of #![feature(...)] statements

<!-- 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
- [x] These changes fix #13954  (github issue number if applicable).

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

<!-- 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/13986)

<!-- Reviewable:end -->
2016-11-01 01:13:35 -05:00
..
fetch Remove extra spaces in function calls and declarations 2016-10-31 18:11:37 +01:00
about_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00
blob_loader.rs Implement blob url support in the fetch stack. 2016-10-14 14:18:03 +02:00
bluetooth_thread.rs Remove extra spaces in function calls and declarations 2016-10-31 18:11:37 +01:00
Cargo.toml Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) 2016-10-09 18:53:47 +02:00
chrome_loader.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
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 Moved pub_domains to net_traits and did a spring clean. 2016-09-29 17:28:47 -05:00
cookie_storage.rs Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
data_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00
file_loader.rs Don't require PathBuf ownership if we don't need it. 2016-09-16 23:11:04 -04: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 Avoid some unnecessary clones when handling cookies. 2016-10-20 09:38:47 +02:00
image_cache_thread.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
lib.rs Fix tidy issues 2016-11-01 11:35:40 +05:30
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Add a FileManager to FetchContext. 2016-10-14 11:30:09 +02:00
storage_thread.rs Remove use of util::opts from storage_thread 2016-07-27 10:25:48 +02:00
websocket_loader.rs Reorder use statements 2016-09-09 04:55:19 +02:00