|
|
Cross origin requests to same origin should match
Preloaded CORS mode requests (e.g. preloaded fonts) to same-origin should match regardless of their 'crossorigin' attribute.
This CL makes sure they do.
Spec discussion: https://github.com/w3c/preload/issues/32
BUG= 595148
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -51 lines) |
Patch |
 |
M |
third_party/WebKit/LayoutTests/http/tests/preload/download_resources.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/preload/onerror_event.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/preload/onload_event.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/preload/single_download_preload.html
|
View
|
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/CSSImageSetValue.cpp
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/CSSImageValue.cpp
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/ScriptLoader.cpp
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/FetchRequest.cpp
|
View
|
1
2
|
1 chunk |
+12 lines, -11 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.h
|
View
|
1
|
7 chunks |
+13 lines, -13 lines |
2 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/fetch/ResourceLoaderOptions.cpp
|
View
|
1
2
|
1 chunk |
+21 lines, -0 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/ImageLoader.cpp
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/LinkLoader.cpp
|
View
|
1
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/TextTrackLoader.cpp
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (3 generated)
|