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

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

Issue 1942523002: DevTools: render parsed manifest data in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 7 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/ui/UIUtils.js ('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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "parameters": [ 456 "parameters": [
457 { "name": "message", "type": "string", "optional": true, "de scription": "Overlay message to display when paused in debugger." } 457 { "name": "message", "type": "string", "optional": true, "de scription": "Overlay message to display when paused in debugger." }
458 ], 458 ],
459 "hidden": true, 459 "hidden": true,
460 "description": "Sets overlay message." 460 "description": "Sets overlay message."
461 }, 461 },
462 { 462 {
463 "name": "getAppManifest", 463 "name": "getAppManifest",
464 "hidden": true, 464 "hidden": true,
465 "returns": [ 465 "returns": [
466 { "name": "data", "type": "string", "optional": true, "descr iption": "Manifest content." }, 466 { "name": "url", "type": "string", "description": "Manifest location." },
467 { "name": "errors", "type": "array", "items": { "$ref": "App ManifestError" } } 467 { "name": "errors", "type": "array", "items": { "$ref": "App ManifestError" } },
468 { "name": "data", "type": "string", "optional": true, "descr iption": "Manifest content." }
468 ], 469 ],
469 "handlers": ["none"] 470 "handlers": ["none"]
470 }, 471 },
471 { 472 {
472 "name": "requestAppBanner", 473 "name": "requestAppBanner",
473 "hidden": true, 474 "hidden": true,
474 "handlers": ["browser"] 475 "handlers": ["browser"]
475 } 476 }
476 ], 477 ],
477 "events": [ 478 "events": [
(...skipping 4631 matching lines...) Expand 10 before | Expand all | Expand 10 after
5109 ], 5110 ],
5110 "returns": [ 5111 "returns": [
5111 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true } 5112 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o ptional": true }
5112 ], 5113 ],
5113 "description": "Fetches the accessibility node for this DOM node , if it exists.", 5114 "description": "Fetches the accessibility node for this DOM node , if it exists.",
5114 "hidden": true 5115 "hidden": true
5115 } 5116 }
5116 ] 5117 ]
5117 }] 5118 }]
5118 } 5119 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698