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

Side by Side Diff: Source/WebCore/inspector/Inspector.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 | « no previous file | Source/WebCore/inspector/Inspector-1.0.json » ('j') | 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": "0", "minor": "1" }, 2 "version": { "major": "1", "minor": "0" },
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 }, 11 },
12 { 12 {
(...skipping 2482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2495 { "name": "workerId", "type": "integer" }, 2495 { "name": "workerId", "type": "integer" },
2496 { "name": "message", "type": "object" } 2496 { "name": "message", "type": "object" }
2497 ] 2497 ]
2498 }, 2498 },
2499 { 2499 {
2500 "name": "disconnectedFromWorker" 2500 "name": "disconnectedFromWorker"
2501 } 2501 }
2502 ] 2502 ]
2503 }] 2503 }]
2504 } 2504 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/inspector/Inspector-1.0.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698