OLD | NEW |
1 { | 1 { |
2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
3 "domains": [{ | 3 "domains": [{ |
4 "domain": "Inspector", | 4 "domain": "Inspector", |
5 "hidden": true, | 5 "hidden": true, |
6 "types": [], | 6 "types": [], |
7 "commands": [ | 7 "commands": [ |
8 { | 8 { |
9 "name": "enable", | 9 "name": "enable", |
10 "description": "Enables inspector domain notifications.", | 10 "description": "Enables inspector domain notifications.", |
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 "type": "string", | 1078 "type": "string", |
1079 "enum": ["unknown", "neutral", "insecure", "warning", "secure"], | 1079 "enum": ["unknown", "neutral", "insecure", "warning", "secure"], |
1080 "description": "The security level of a page or resource." | 1080 "description": "The security level of a page or resource." |
1081 }, | 1081 }, |
1082 { | 1082 { |
1083 "id": "SecurityStateExplanation", | 1083 "id": "SecurityStateExplanation", |
1084 "type": "object", | 1084 "type": "object", |
1085 "properties": [ | 1085 "properties": [ |
1086 { "name": "securityState", "$ref": "SecurityState", "descrip
tion": "Security state representing the severity of the factor being explained."
}, | 1086 { "name": "securityState", "$ref": "SecurityState", "descrip
tion": "Security state representing the severity of the factor being explained."
}, |
1087 { "name": "summary", "type": "string", "description": "Short
phrase describing the type of factor." }, | 1087 { "name": "summary", "type": "string", "description": "Short
phrase describing the type of factor." }, |
1088 { "name": "description", "type": "string", "description": "F
ull text explanation of the factor." } | 1088 { "name": "description", "type": "string", "description": "F
ull text explanation of the factor." }, |
| 1089 { "name": "certificateId", "$ref": "Network.CertificateId",
"optional": true, "description": "Associated certificate id." } |
1089 ], | 1090 ], |
1090 "description": "An explanation of an factor contributing to the
security state." | 1091 "description": "An explanation of an factor contributing to the
security state." |
1091 }, | 1092 }, |
1092 { | 1093 { |
1093 "id": "MixedContentStatus", | 1094 "id": "MixedContentStatus", |
1094 "type": "object", | 1095 "type": "object", |
1095 "properties": [ | 1096 "properties": [ |
1096 { "name": "ranInsecureContent", "type": "boolean", "descript
ion": "True if the page ran insecure content such as scripts." }, | 1097 { "name": "ranInsecureContent", "type": "boolean", "descript
ion": "True if the page ran insecure content such as scripts." }, |
1097 { "name": "displayedInsecureContent", "type": "boolean", "de
scription": "True if the page displayed insecure content such as images." }, | 1098 { "name": "displayedInsecureContent", "type": "boolean", "de
scription": "True if the page displayed insecure content such as images." }, |
1098 { "name": "ranInsecureContentStyle", "$ref": "SecurityState"
, "description": "Security state representing a page that ran insecure content."
}, | 1099 { "name": "ranInsecureContentStyle", "$ref": "SecurityState"
, "description": "Security state representing a page that ran insecure content."
}, |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1482 { | 1483 { |
1483 "name": "getCertificateDetails", | 1484 "name": "getCertificateDetails", |
1484 "description": "Returns details for the given certificate.", | 1485 "description": "Returns details for the given certificate.", |
1485 "parameters": [ | 1486 "parameters": [ |
1486 { "name": "certificateId", "$ref": "CertificateId", "descrip
tion": "ID of the certificate to get details for." } | 1487 { "name": "certificateId", "$ref": "CertificateId", "descrip
tion": "ID of the certificate to get details for." } |
1487 ], | 1488 ], |
1488 "returns": [ | 1489 "returns": [ |
1489 { "name": "result", "$ref": "CertificateDetails", "descripti
on": "Certificate details." } | 1490 { "name": "result", "$ref": "CertificateDetails", "descripti
on": "Certificate details." } |
1490 ], | 1491 ], |
1491 "handlers": ["browser"] | 1492 "handlers": ["browser"] |
| 1493 }, |
| 1494 { |
| 1495 "name": "showCertificateViewer", |
| 1496 "description": "Displays native dialog with the certificate deta
ils.", |
| 1497 "parameters": [ |
| 1498 { "name": "certificateId", "$ref": "CertificateId", "descrip
tion": "Certificate id." } |
| 1499 ], |
| 1500 "handlers": ["browser"] |
1492 } | 1501 } |
1493 ], | 1502 ], |
1494 "events": [ | 1503 "events": [ |
1495 { | 1504 { |
1496 "name": "requestWillBeSent", | 1505 "name": "requestWillBeSent", |
1497 "description": "Fired when page is about to send HTTP request.", | 1506 "description": "Fired when page is about to send HTTP request.", |
1498 "parameters": [ | 1507 "parameters": [ |
1499 { "name": "requestId", "$ref": "RequestId", "description": "
Request identifier." }, | 1508 { "name": "requestId", "$ref": "RequestId", "description": "
Request identifier." }, |
1500 { "name": "frameId", "$ref": "Page.FrameId", "description":
"Frame identifier.", "hidden": true }, | 1509 { "name": "frameId", "$ref": "Page.FrameId", "description":
"Frame identifier.", "hidden": true }, |
1501 { "name": "loaderId", "$ref": "LoaderId", "description": "Lo
ader identifier." }, | 1510 { "name": "loaderId", "$ref": "LoaderId", "description": "Lo
ader identifier." }, |
(...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5228 ], | 5237 ], |
5229 "returns": [ | 5238 "returns": [ |
5230 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 5239 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
5231 ], | 5240 ], |
5232 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 5241 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
5233 "hidden": true | 5242 "hidden": true |
5234 } | 5243 } |
5235 ] | 5244 ] |
5236 }] | 5245 }] |
5237 } | 5246 } |
OLD | NEW |