Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Issue 1328183002: Implement referrerpolicy attr for iframes (Closed)

Created:
5 years, 3 months ago by estark
Modified:
5 years, 3 months ago
Reviewers:
Yoav Weiss
CC:
blink-reviews, vivekg, dglazkov+blink, blink-reviews-html_chromium.org, Inactive, vivekg_samsung, jochen (gone - plz use gerrit), Mike West
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement referrerpolicy attr for iframes BUG=490608 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201921

Patch Set 1 #

Patch Set 2 : move referrerpolicy retrieval to subclass #

Total comments: 6

Patch Set 3 : yoav comments #

Patch Set 4 : small cleanup #

Patch Set 5 : update webexposed tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -1 line) Patch
A LayoutTests/http/tests/security/referrer-policy-attribute-iframe.html View 1 chunk +64 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/security/referrer-policy-attribute-iframe-no-referrer-when-downgrade.html View 1 chunk +27 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/security/resources/referrer-attr-iframe-target.html View 1 chunk +12 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/element-instance-property-listing-expected.txt View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.cpp View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M Source/core/html/HTMLIFrameElement.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.cpp View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M Source/core/html/HTMLIFrameElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
estark
Yoav: do you think you might be able to review this, since you reviewed the ...
5 years, 3 months ago (2015-09-08 03:05:17 UTC) #2
Yoav Weiss
Sure! :) A few comments below. Also - can you `git cl try` so that ...
5 years, 3 months ago (2015-09-08 09:55:08 UTC) #3
estark
https://codereview.chromium.org/1328183002/diff/20001/Source/core/html/HTMLFrameOwnerElement.cpp File Source/core/html/HTMLFrameOwnerElement.cpp (right): https://codereview.chromium.org/1328183002/diff/20001/Source/core/html/HTMLFrameOwnerElement.cpp#newcode268 Source/core/html/HTMLFrameOwnerElement.cpp:268: if (referrerPolicyAttribute(&policy)) { On 2015/09/08 09:55:08, Yoav Weiss wrote: ...
5 years, 3 months ago (2015-09-08 14:40:35 UTC) #4
Yoav Weiss
On 2015/09/08 14:40:35, estark wrote: > https://codereview.chromium.org/1328183002/diff/20001/Source/core/html/HTMLFrameOwnerElement.cpp > File Source/core/html/HTMLFrameOwnerElement.cpp (right): > > https://codereview.chromium.org/1328183002/diff/20001/Source/core/html/HTMLFrameOwnerElement.cpp#newcode268 > ...
5 years, 3 months ago (2015-09-08 15:24:30 UTC) #5
estark
On 2015/09/08 15:24:30, Yoav Weiss wrote: > On 2015/09/08 14:40:35, estark wrote: > > > ...
5 years, 3 months ago (2015-09-08 16:48:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1328183002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1328183002/80001
5 years, 3 months ago (2015-09-08 16:48:24 UTC) #8
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 17:26:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201921

Powered by Google App Engine
This is Rietveld 408576698