servo/components/script
bors-servo 34900814fc Auto merge of #10696 - rebstar6:referrerPolicy, r=jdm
Referer header

PR1 for https://github.com/servo/servo/issues/10311

This puts the code and data structures in place to set the Referer header based on the Referrer Policy for a given document. Note that document:: get_referrer_policy() always returns the 'No Referrer' option, so for now, this should have no impact on production code, and that policy requires that the Referer header is not added.

Later PRs will determine the policy and edit that get_referrer_policy() accordingly.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10696)
<!-- Reviewable:end -->
2016-04-25 13:52:01 -07:00
..
docs
dom Auto merge of #10696 - rebstar6:referrerPolicy, r=jdm 2016-04-25 13:52:01 -07:00
parse Store a pointer to the browsing context in the Document. 2016-02-11 13:08:11 +01:00
task_source refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
build.rs
Cargo.toml Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
clipboard_provider.rs Remove unused imports in script 2016-01-17 12:41:28 +05:30
cors.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
devtools.rs Auto merge of #10327 - frewsxcv:get-prefix, r=ms2ger 2016-04-02 14:19:39 +05:30
document_loader.rs Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
layout_interface.rs Auto merge of #9968 - izgzhen:scroll, r=asajeffrey 2016-04-20 18:40:26 +05:30
lib.rs Auto merge of #10706 - zwn:unused-extern-crates, r=nox 2016-04-22 13:40:38 -07:00
makefile.cargo
mem.rs Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
network_listener.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
origin.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
page.rs
reporter.rs Report CSS errors to script task for further processing. 2016-02-11 14:48:47 -05:00
script_runtime.rs Update js. 2016-04-20 11:44:32 +02:00
script_thread.rs Add referrer policy pass-through and referrer header logic 2016-04-25 16:41:06 -04:00
textinput.rs Implement HTMLTextArea.setSelectionRange 2016-04-17 17:27:26 +02:00
timers.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
unpremultiplytable.rs
webdriver_handlers.rs Remove get_* on getters as per RFC 0344. 2016-04-10 22:49:35 -04:00