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

Side by Side Diff: Source/WebCore/inspector/Inspector-1.0.json

Issue 9430040: Merge 106352 - Web Inspector: boost protocol version to 1.0 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 | « Source/WebCore/inspector/Inspector.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 "domains": [{ 2 "domains": [{
3 "domain": "Inspector", 3 "domain": "Inspector",
4 "hidden": true, 4 "hidden": true,
5 "types": [], 5 "types": [],
6 "commands": [ 6 "commands": [
7 { 7 {
8 "name": "enable", 8 "name": "enable",
9 "description": "Enables inspector domain notifications." 9 "description": "Enables inspector domain notifications."
10 }, 10 },
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 { "name": "workerId", "type": "integer" }, 2494 { "name": "workerId", "type": "integer" },
2495 { "name": "message", "type": "object" } 2495 { "name": "message", "type": "object" }
2496 ] 2496 ]
2497 }, 2497 },
2498 { 2498 {
2499 "name": "disconnectedFromWorker" 2499 "name": "disconnectedFromWorker"
2500 } 2500 }
2501 ] 2501 ]
2502 }] 2502 }]
2503 } 2503 }
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/Inspector.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698