|
Send certificates to devtools when it's open instead of using serialized SSLStatus and sending certificate IDs.
This is along the earlier patchsets of stopping to send SSLStatus to the renderer. This will help network service (since currently it's what sends this data, and it shouldn't know about UI state) and PlzNavigate (since this is a precursor for removing cert_ids which depend on having a renderer process during navigate).
Since this patch has gotten large, I'll remove sending sending security_info to the renderer in a followup patch.
BUG= 598073, 504347
Committed: https://crrev.com/8b3813b7f3ac9e197305cc440b78c81773cd07af
Cr-Commit-Position: refs/heads/master@{#416700}
Total comments: 9
Total comments: 6
Total comments: 5
Total comments: 8
Total comments: 21
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+536 lines, -287 lines) |
Patch |
 |
M |
chrome/browser/devtools/devtools_ui_bindings.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+25 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/protocol/network_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/protocol/network_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/protocol/security_handler.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/devtools/protocol/security_handler.cc
|
View
|
1
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/DEPS
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_policy.h
|
View
|
1
2
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_policy.cc
|
View
|
1
2
|
3 chunks |
+2 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/child/web_url_loader_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
6 chunks |
+47 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/resource_messages.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/security_style_util.h
|
View
|
1
2
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/security_style_util.cc
|
View
|
1
2
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/resource_response_info.h
|
View
|
1
2
3
4
5
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/resource_response_info.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/x509_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/x509_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+31 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/browser_protocol.json
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+19 lines, -34 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/sdk/NetworkManager.js
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+13 lines, -45 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+92 lines, -74 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceResponse.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
4 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/ResourceResponse.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/WebURLResponse.h
|
View
|
1
2
3
4
5
|
2 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
Total messages: 127 (96 generated)
|