| commit | 5588c741ac6256115b545d29a4d4a7e87b68dddd | [log] [tgz] |
|---|---|---|
| author | estark <estark@chromium.org> | Thu Jun 30 19:21:54 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 19:25:37 2016 |
| tree | a923f58949cad44a9fd7fcdc6de470e664bd0a23 | |
| parent | b9b95345eb1f8a788ac3992bdec7ebd8bdccef65 [diff] |
Reland of Apply Referrer-Policy header when following redirects (patchset #1 id:1 of https://codereview.chromium.org/2108423002/ ) Reason for revert: Relanding after fixing uninitialized |read_handler| field in MockTransaction Original issue's description: > Revert of Apply Referrer-Policy header when following redirects (patchset #17 id:320001 of https://codereview.chromium.org/2100583002/ ) > > Reason for revert: > Broke msan tests https://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Tests/builds/17218/steps/net_unittests%20on%20Ubuntu-12.04/logs/URLRequestJob.RedirectTransactionWithReferrerPolicyHeader > > Original issue's description: > > Apply Referrer-Policy header when following redirects > > > > When a Referrer-Policy header is received during a redirect, > > URLRequestJob parses it and updates the referrer and referrer policy on > > the request, if necessary. > > > > The Referrer-Policy header is being implemented as an experimental web > > platform feature. The experimental web platform feature flag is plumbed > > to URLRequestJob via a boolean on URLRequestContext. This flag should be > > temporary and only live until the Referrer-Policy feature ships. > > > > Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Umj9iVRJM70 > > Implementation plan: https://docs.google.com/document/d/1SyQhP6Y7BHIQXWL8S1saWqMuar4hoWLGigQuHmizg3g/edit > > > > BUG=619228 > > > > Committed: https://crrev.com/550ba7f9533922cfeac9709d99815cec9b2ad52a > > Cr-Commit-Position: refs/heads/master@{#403017} > > TBR=jochen@chromium.org,eugenebut@chromium.org,mmenke@chromium.org,palmer@chromium.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=619228 > > Committed: https://crrev.com/ede2091f3f4a3a836e3e2efb13bd8c691a60f6d8 > Cr-Commit-Position: refs/heads/master@{#403075} TBR=jochen@chromium.org,eugenebut@chromium.org,mmenke@chromium.org,palmer@chromium.org BUG=619228 Review-Url: https://codereview.chromium.org/2111623003 Cr-Commit-Position: refs/heads/master@{#403245}