servo/components/script/dom/servoparser
bors-servo 854cc79386
Auto merge of #26926 - MDeiml:referrer-26570, r=jdm
Make url for "client" referrer mandatory

<!-- Please describe your changes on the following line: -->
I added a url attribute to `Referrer::Client` so that the referrer header can be set accordingly when fetching.

`Referrer::Client` has to be kept separate from `Referrer::ReferrerUrl` as they differ in this method
6b0d9afd6f/components/script/dom/request.rs (L566-L576)

---
<!-- 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 #26570 (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. -->
2020-06-19 11:57:05 -04:00
..
async_html.rs inserting an element from normal parser uses a CE reaction queue 2020-02-13 10:35:36 -05:00
html.rs Attr is a Node, with consequences for many Node methods 2019-12-23 19:10:16 -05:00
mod.rs do not trace pending parsers 2020-06-17 22:49:19 +08:00
prefetch.rs Fix invalid use of ReferrerUrl 2020-06-17 19:07:15 +02:00
xml.rs Use #![register_tool] instead of #![register_attr] 2019-11-15 17:24:42 +01:00