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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2208803002: Remove SCT counters from DevTools security panel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index d3c667666755104a5da55d5ae0c439f0a085e2d3..d4421424d10881a3da18992ade69f5798072a1be 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -987,16 +987,6 @@
]
},
{
- "id": "CertificateValidationDetails",
- "type": "object",
- "description": "Details about the validation status of a request's certificate.",
- "properties": [
- { "name": "numUnknownScts", "type": "integer", "description": "The number of SCTs from unknown logs." },
- { "name": "numInvalidScts", "type": "integer", "description": "The number of invalid SCTs." },
- { "name": "numValidScts", "type": "integer", "description": "The number of valid SCTs." }
- ]
- },
- {
"id": "SignedCertificateTimestamp",
"type" : "object",
"description": "Details of a signed certificate timestamp (SCT).",
@@ -1021,7 +1011,6 @@
{ "name": "cipher", "type": "string", "description": "Cipher name." },
{ "name": "mac", "type": "string", "optional": true, "description": "TLS MAC. Note that AEAD ciphers do not have separate MACs." },
{ "name": "certificateId", "$ref": "Security.CertificateId", "description": "Certificate ID value." },
- { "name": "certificateValidationDetails", "$ref": "CertificateValidationDetails", "optional": true, "description": "Validation details for the request's certficate." },
{ "name": "signedCertificateTimestampList", "type": "array", "items": { "$ref": "SignedCertificateTimestamp" }, "description": "List of signed certificate timestamps (SCTs)." }
]
},

Powered by Google App Engine
This is Rietveld 408576698