Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/protocol.json |
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json |
| index 73f43574811b96e693875de0a1c1116d9ef94dcd..fa620e1276e79be6c96725465d56cc77cd114e46 100644 |
| --- a/third_party/WebKit/Source/devtools/protocol.json |
| +++ b/third_party/WebKit/Source/devtools/protocol.json |
| @@ -8,22 +8,16 @@ |
| { |
| "name": "enable", |
| "description": "Enables inspector domain notifications.", |
| - "handlers": ["browser", "renderer"] |
| + "handlers": ["browser"] |
| }, |
| { |
| "name": "disable", |
| - "description": "Disables inspector domain notifications." |
| + "description": "Disables inspector domain notifications.", |
| + "handlers": ["browser"] |
| } |
| ], |
| "events": [ |
| { |
| - "name": "inspect", |
| - "parameters": [ |
| - { "name": "object", "$ref": "Runtime.RemoteObject" }, |
| - { "name": "hints", "type": "object" } |
| - ] |
| - }, |
| - { |
| "name": "detached", |
| "description": "Fired when remote debugging connection is about to be terminated. Contains detach reason.", |
| "parameters": [ |
| @@ -1045,6 +1039,13 @@ |
| { |
| "name": "executionContextsCleared", |
| "description": "Issued when all executionContexts were cleared in browser" |
| + }, |
| + { |
| + "name": "inspect", |
|
pfeldman
2016/04/07 01:33:01
inspectRequested
dgozman
2016/04/07 18:30:35
Done.
|
| + "parameters": [ |
| + { "name": "object", "$ref": "RemoteObject" }, |
| + { "name": "hints", "type": "object" } |
| + ] |
| } |
| ] |
| }, |