Index: third_party/WebKit/Source/core/inspector/protocol-1.1/Inspector.json |
diff --git a/third_party/WebKit/Source/core/inspector/protocol-1.1/Inspector.json b/third_party/WebKit/Source/core/inspector/protocol-1.1/Inspector.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2f60d0964693ec3e1c7fa8f02530ca9b0c693681 |
--- /dev/null |
+++ b/third_party/WebKit/Source/core/inspector/protocol-1.1/Inspector.json |
@@ -0,0 +1,66 @@ |
+{ |
+ "domain": "Inspector", |
+ "version": { |
+ "major": "1", |
+ "minor": "1" |
+ }, |
+ "hidden": true, |
+ "types": [], |
+ "commands": [ |
+ { |
+ "name": "enable", |
+ "description": "Enables inspector domain notifications." |
+ }, |
+ { |
+ "name": "disable", |
+ "description": "Disables inspector domain notifications." |
+ }, |
+ { |
+ "name": "reset", |
+ "description": "Resets all domains." |
+ } |
+ ], |
+ "events": [ |
+ { |
+ "name": "evaluateForTestInFrontend", |
+ "parameters": [ |
+ { |
+ "name": "testCallId", |
+ "type": "integer" |
+ }, |
+ { |
+ "name": "script", |
+ "type": "string" |
+ } |
+ ] |
+ }, |
+ { |
+ "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": [ |
+ { |
+ "name": "reason", |
+ "type": "string", |
+ "description": "The reason why connection has been terminated." |
+ } |
+ ] |
+ }, |
+ { |
+ "name": "targetCrashed", |
+ "description": "Fired when debugging target has crashed" |
+ } |
+ ] |
+} |