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

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

Issue 1836943002: DevTools: request app banner from DevTools without #enable-add-to-shelf flag while emulating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/screencast/module.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.",
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 { 448 {
449 "name": "setOverlayMessage", 449 "name": "setOverlayMessage",
450 "parameters": [ 450 "parameters": [
451 { "name": "message", "type": "string", "optional": true, "de scription": "Overlay message to display when paused in debugger." } 451 { "name": "message", "type": "string", "optional": true, "de scription": "Overlay message to display when paused in debugger." }
452 ], 452 ],
453 "hidden": true, 453 "hidden": true,
454 "description": "Sets overlay message." 454 "description": "Sets overlay message."
455 }, 455 },
456 { 456 {
457 "name": "requestAppBanner", 457 "name": "requestAppBanner",
458 "returns": [
459 { "name": "result", "type": "boolean" }
460 ],
461 "hidden": true, 458 "hidden": true,
462 "handlers": ["browser"] 459 "handlers": ["browser"]
463 } 460 }
464 ], 461 ],
465 "events": [ 462 "events": [
466 { 463 {
467 "name": "domContentEventFired", 464 "name": "domContentEventFired",
468 "parameters": [ 465 "parameters": [
469 { "name": "timestamp", "type": "number" } 466 { "name": "timestamp", "type": "number" }
470 ] 467 ]
(...skipping 4712 matching lines...) Expand 10 before | Expand all | Expand 10 after
5183 ], 5180 ],
5184 "returns": [ 5181 "returns": [
5185 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } 5182 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true }
5186 ], 5183 ],
5187 "description": "Fetches the accessibility node for this DOM node , if it exists.", 5184 "description": "Fetches the accessibility node for this DOM node , if it exists.",
5188 "hidden": true 5185 "hidden": true
5189 } 5186 }
5190 ] 5187 ]
5191 }] 5188 }]
5192 } 5189 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/screencast/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698