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

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

Issue 2124203002: DevTools: copy protocol files to front-end to fix hosted mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 5 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 {
pfeldman 2016/07/07 04:13:34 move further into sdk/protocol, add readme explain
lushnikov 2016/07/07 21:26:22 Done.
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"] 11 "handlers": ["browser"]
(...skipping 4214 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 "description": "Dispatches protocol message from the target with given id.", 4226 "description": "Dispatches protocol message from the target with given id.",
4227 "parameters": [ 4227 "parameters": [
4228 { "name": "targetId", "$ref": "TargetID" }, 4228 { "name": "targetId", "$ref": "TargetID" },
4229 { "name": "message", "type": "string" } 4229 { "name": "message", "type": "string" }
4230 ], 4230 ],
4231 "handlers": ["browser"] 4231 "handlers": ["browser"]
4232 } 4232 }
4233 ] 4233 ]
4234 }] 4234 }]
4235 } 4235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698