|
|
Anchor element's referrer attribute implementation for Referrer Policy.
Support for the HTML referrer attribute on elements: <a>, <area>, <img>, <iframe> (and possibly others) allowing authors to set a Referrer-Policy for a single request associated with the HTML element referencing a sub-resource. More details are disclosed in the spec.
Design doc: https://goo.gl/aMFGRY
Spec: https://goo.gl/tkLkxN
BUG= 490608
Total comments: 17
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -44 lines) |
Patch |
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
2
|
1 chunk |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAnchorElement.cpp
|
View
|
1
2
|
2 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLAnchorElement.idl
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
2 comments
|
Download
|
 |
M |
Source/core/html/HTMLAttributeNames.in
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/EmptyClients.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoadRequest.h
|
View
|
1
|
7 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoader.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoader.cpp
|
View
|
1
2
3
|
3 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoaderTypes.h
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/ChromeClient.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/CreateWindow.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/CreateWindow.cpp
|
View
|
1
2
|
5 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/platform/blink_platform.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/platform/weborigin/ReferrerPolicy.h
|
View
|
1
2
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A |
Source/platform/weborigin/ReferrerPolicy.cpp
|
View
|
1
2
|
1 chunk |
+82 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
Total messages: 7 (1 generated)
|