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

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

Issue 2296953004: Send certificates to devtools when it's open instead of using certId (Closed)
Patch Set: self review Created 4 years, 3 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-1.2.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
index 486f0aed545251a1dd160ea37b1d4584b91c3cd2..0923f3176ad9a30c13ae798f33370934596022fd 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json
@@ -1333,7 +1333,8 @@
"returns": [
{ "name": "result", "$ref": "CertificateDetails", "description": "Certificate details." }
],
- "handlers": ["browser"]
+ "handlers": ["browser"],
+ "experimental": true
},
{
"name": "showCertificateViewer",
@@ -1341,7 +1342,8 @@
"parameters": [
{ "name": "certificateId", "$ref": "Security.CertificateId", "description": "Certificate id." }
],
- "handlers": ["browser"]
+ "handlers": ["browser"],
+ "experimental": true
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698