servo/tests/unit/net
bors-servo 8ccfffaa77 Auto merge of #13294 - 6112:referrer-typo-fix, r=jdm
Fix most typoes for: "referer" -> "referrer"

Replace most uses of the word "referer" with "referrer", except for `hyper::header::Referer`. Also update the unit tests to compile & pass after those changes.

---
<!-- 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 #13286

<!-- Either: -->
- [ ]  There are tests for these changes OR
- [X] These changes do not require tests because they're only typo fixes.

<!-- 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/13294)
<!-- Reviewable:end -->
2016-09-16 15:43:54 -05:00
..
parsable_mime Fix off-by-one error in MIME pattern matching 2016-02-23 11:53:32 +00:00
Cargo.toml Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
chrome_loader.rs More chrome URL hardenning and tests. 2016-04-23 20:28:03 +02:00
cookie.rs Remove the url! plugin. 2016-04-14 15:35:28 +02:00
cookie_http_state.rs Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
cookie_http_state_utils.py 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
fetch.rs Fix most typoes for: "referer" -> "referrer" 2016-09-16 12:40:17 -04:00
file_loader.rs added test for https://github.com/servo/servo/issues/10548 2016-04-18 03:34:25 +03:00
filemanager_thread.rs Add cancellability to file manager load and related refactoring 2016-08-02 23:51:51 +02:00
hsts.rs Reorder use statements 2016-09-09 04:55:19 +02:00
http_loader.rs Auto merge of #13294 - 6112:referrer-typo-fix, r=jdm 2016-09-16 15:43:54 -05:00
lib.rs Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
mime_classifier.rs Reorder use statements 2016-09-09 04:55:19 +02:00
pub_domains.rs Add mach command to update public domain list and use a HashSet instead of a Vec to lookup public domains 2016-06-09 09:14:01 +02:00
resource_thread.rs Reorder use statements 2016-09-09 04:55:19 +02:00
test.jpeg Chunked ReadFile from file manager 2016-07-25 19:39:16 +02:00