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

Side by Side Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1828983002: Revert of [DevTools] Use InspectorFrontendHost.readyForTest for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ready-for-test
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "version": { "major": "1", "minor": "1" }, 2 "version": { "major": "1", "minor": "1" },
3 "domains": [{ 3 "domains": [{
4 "domain": "Inspector", 4 "domain": "Inspector",
5 "hidden": true, 5 "hidden": true,
6 "types": [], 6 "types": [],
7 "commands": [ 7 "commands": [
8 { 8 {
9 "name": "enable", 9 "name": "enable",
10 "description": "Enables inspector domain notifications.", 10 "description": "Enables inspector domain notifications.",
11 "handlers": ["browser", "renderer"] 11 "handlers": ["browser", "renderer"]
12 }, 12 },
13 { 13 {
14 "name": "disable", 14 "name": "disable",
15 "description": "Disables inspector domain notifications." 15 "description": "Disables inspector domain notifications."
16 } 16 }
17 ], 17 ],
18 "events": [ 18 "events": [
19 { 19 {
20 "name": "evaluateForTestInFrontend",
21 "parameters": [
22 { "name": "testCallId", "type": "integer" },
23 { "name": "script", "type": "string" }
24 ]
25 },
26 {
20 "name": "inspect", 27 "name": "inspect",
21 "parameters": [ 28 "parameters": [
22 { "name": "object", "$ref": "Runtime.RemoteObject" }, 29 { "name": "object", "$ref": "Runtime.RemoteObject" },
23 { "name": "hints", "type": "object" } 30 { "name": "hints", "type": "object" }
24 ] 31 ]
25 }, 32 },
26 { 33 {
27 "name": "detached", 34 "name": "detached",
28 "description": "Fired when remote debugging connection is about to be terminated. Contains detach reason.", 35 "description": "Fired when remote debugging connection is about to be terminated. Contains detach reason.",
29 "parameters": [ 36 "parameters": [
(...skipping 5153 matching lines...) Expand 10 before | Expand all | Expand 10 after
5183 ], 5190 ],
5184 "returns": [ 5191 "returns": [
5185 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } 5192 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true }
5186 ], 5193 ],
5187 "description": "Fetches the accessibility node for this DOM node , if it exists.", 5194 "description": "Fetches the accessibility node for this DOM node , if it exists.",
5188 "hidden": true 5195 "hidden": true
5189 } 5196 }
5190 ] 5197 ]
5191 }] 5198 }]
5192 } 5199 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | third_party/WebKit/Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698