|
Attach mixed content status to resource requests when sent to devtools
This CL computes the mixed content status (blockable, optionally
blockable, or not mixed) of resource requests before they are sent to
DevTools via the InspectorResourceAgent. The ResourceRequests's mixed
content status gets sent to DevTools as part of the Request parameter to
the requestWillBeSent event. The mixed content status will be used to
display mixed resources in the Security panel.
BUG= 518065
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200936
Total comments: 4
Total comments: 1
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+180 lines, -22 lines) |
Patch |
 |
A |
LayoutTests/http/tests/inspector-protocol/request-mixed-content-status.html
|
View
|
1
2
3
4
5
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector-protocol/resources/active-mixed-content-iframe.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector-protocol/resources/blank.js
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector-protocol/resources/no-mixed-content-iframe.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector-protocol/resources/passive-mixed-content-iframe.html
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentation.idl
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorResourceAgent.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorResourceAgent.cpp
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameFetchContext.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/MixedContentChecker.h
|
View
|
1
2
3
|
3 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/MixedContentChecker.cpp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/MixedContentCheckerTest.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/protocol.json
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 45 (7 generated)
|