|
Added <link rel=preconnect> crossorigin attribute
In order to support preconnect for both anonymous and non-anonymous connection pools we need to add support for the crossorigin attribute in <link rel=preconnect>.
This CL implements the core functionality of this change on the Blink side.
BUG= 468005
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195184
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -20 lines) |
Patch |
 |
A |
LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin.html
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-crossorigin-expected.txt
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
LayoutTests/fast/dom/HTMLLinkElement/link-preconnect-valid-expected.txt
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/html/CrossOriginAttribute.h
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/html/CrossOriginAttribute.cpp
|
View
|
1
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/LinkHeader.h
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/LinkHeader.cpp
|
View
|
|
7 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/LinkHeaderTest.cpp
|
View
|
|
3 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/LinkLoader.cpp
|
View
|
|
4 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/platform/network/NetworkHints.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/network/NetworkHints.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
public/platform/WebCrossOriginAttribute.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/platform/WebPrescientNetworking.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|