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

Unified Diff: Source/devtools/protocol.json

Issue 1218853002: [DevTools] Definitions of capabilities in protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 0e317104b254f3fcb05f368b688b7a1aa9e09bff..0ea7455e901efa3ced3bf93a956123aa20332272 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -62,6 +62,12 @@
{
"domain": "Page",
"description": "Actions and events related to the inspected page belong to the page domain.",
+ "capabilities": [
+ {
+ "name": "screencast",
+ "description": "Whether screencast is supported."
+ }
+ ],
"types": [
{
"id": "ResourceType",
@@ -622,6 +628,12 @@
{
"domain": "Emulation",
"description": "This domain emulates different environments for the page.",
+ "capabilities": [
+ {
+ "name": "deviceMetrics",
+ "description": "Whether device metrics emulation is supported."
+ }
+ ],
"hidden": true,
"types": [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698