Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-expected.txt

Issue 1299493003: Attach mixed content status to resource requests when sent to devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: change to MixedContentChecker::contextTypeForInspector() Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/inspector-pr otocol/resources/active-mixed-content-iframe.html' was loaded over HTTPS, but re quested an insecure script 'http://127.0.0.1:8000/inspector-protocol/resources/b lank.js?check-mixed-content-status'. This content should also be served over HTT PS.
2 CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/inspector-pr otocol/resources/passive-mixed-content-iframe.html' was loaded over HTTPS, but r equested an insecure image 'http://127.0.0.1:8000/resources/square.png?check-mix ed-content-status'. This content should also be served over HTTPS.
3 Tests that willSendRequest contains the correct mixed content status.
4
5 Network agent enabled
6 https://127.0.0.1:8443/inspector-protocol/resources/no-mixed-content-iframe.html
7 https://127.0.0.1:8443/inspector-protocol/resources/blank.js?check-mixed-content -status
8 https://127.0.0.1:8443/inspector-protocol/resources/active-mixed-content-iframe. html
9 http://127.0.0.1:8000/inspector-protocol/resources/blank.js?check-mixed-content- status
10 https://127.0.0.1:8443/inspector-protocol/resources/passive-mixed-content-iframe .html
11 http://127.0.0.1:8000/resources/square.png?check-mixed-content-status
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698