Skip to content

Commit d4f2465

Browse files
committed
bump protocol
1 parent 0ba8757 commit d4f2465

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

_data/tot/protocol.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,16 @@
21372137
"type": "integer",
21382138
"description": "An internal certificate ID value."
21392139
},
2140+
{
2141+
"id": "MixedContentType",
2142+
"type": "string",
2143+
"enum": [
2144+
"blockable",
2145+
"optionally-blockable",
2146+
"none"
2147+
],
2148+
"description": "A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories"
2149+
},
21402150
{
21412151
"id": "SecurityState",
21422152
"type": "string",
@@ -2173,6 +2183,11 @@
21732183
"name": "hasCertificate",
21742184
"type": "boolean",
21752185
"description": "True if the page has a certificate."
2186+
},
2187+
{
2188+
"name": "mixedContentType",
2189+
"$ref": "MixedContentType",
2190+
"description": "The type of mixed content described by the explanation."
21762191
}
21772192
],
21782193
"description": "An explanation of an factor contributing to the security state."
@@ -2542,14 +2557,9 @@
25422557
},
25432558
{
25442559
"name": "mixedContentType",
2560+
"$ref": "Security.MixedContentType",
25452561
"optional": true,
2546-
"type": "string",
2547-
"enum": [
2548-
"blockable",
2549-
"optionally-blockable",
2550-
"none"
2551-
],
2552-
"description": "The mixed content status of the request, as defined in http://www.w3.org/TR/mixed-content/"
2562+
"description": "The mixed content type of the request."
25532563
},
25542564
{
25552565
"name": "initialPriority",

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
88

99
<h5 browser>Latest <a
1010
href="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
11-
<code browser>Date: Wed Jul 5 18:15:34 2017 -0700
11+
<code browser>Date: Wed Jul 5 21:15:19 2017 -0700
1212
</code>
1313

1414
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)