|
Share link header parsing code between blink and content.
Introduces a new components/link_header_util with the shared parsing
logic. Moves blinks LinkHeader code from core/loader to platform/network
to be able to depend on this and use std::string.
BUG= 605258
Committed: https://crrev.com/9b28f42062acbf9241543d48b9479b449c95fc7b
Cr-Commit-Position: refs/heads/master@{#393650}
Total comments: 17
Total comments: 16
Total comments: 13
Total comments: 27
Total comments: 1
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+925 lines, -1057 lines) |
Patch |
 |
M |
components/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/gcm_driver/crypto/encryption_header_parsers.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/link_header_util/BUILD.gn
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/link_header_util.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/link_header_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+195 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/link_header_util.gyp
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/link_header_util/link_header_util_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+224 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/link_header_support.cc
|
View
|
1
2
3
4
|
6 chunks |
+14 lines, -169 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/link_header_support_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -195 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_security_headers.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/http/http_util.h
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+48 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+99 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/http/http_util_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+113 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/http/tests/preload/resources/media-link-headers.php
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/loader/LinkHeader.h
|
View
|
1
|
1 chunk |
+0 lines, -74 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/loader/LinkHeader.cpp
|
View
|
1
|
1 chunk |
+0 lines, -328 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/loader/LinkHeaderTest.cpp
|
View
|
1
|
1 chunk |
+0 lines, -213 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/LinkLoader.cpp
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/platform/network/LinkHeader.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/LinkHeader.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+89 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/platform/network/LinkHeaderTest.cpp
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+27 lines, -23 lines |
0 comments
|
Download
|
Total messages: 49 (14 generated)
|