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

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

Issue 472273002: DevTools: mark setTouchEmulationEnabled as handled in browser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "description": "Clears the overridden Device Orientation.", 465 "description": "Clears the overridden Device Orientation.",
466 "redirect": "DeviceOrientation", 466 "redirect": "DeviceOrientation",
467 "hidden": true 467 "hidden": true
468 }, 468 },
469 { 469 {
470 "name": "setTouchEmulationEnabled", 470 "name": "setTouchEmulationEnabled",
471 "parameters": [ 471 "parameters": [
472 { "name": "enabled", "type": "boolean", "description": "Whet her the touch event emulation should be enabled." } 472 { "name": "enabled", "type": "boolean", "description": "Whet her the touch event emulation should be enabled." }
473 ], 473 ],
474 "description": "Toggles mouse event-based touch event emulation. ", 474 "description": "Toggles mouse event-based touch event emulation. ",
475 "hidden": true 475 "hidden": true,
476 "handlers": ["browser", "renderer"]
476 }, 477 },
477 { 478 {
478 "name": "setEmulatedMedia", 479 "name": "setEmulatedMedia",
479 "parameters": [ 480 "parameters": [
480 { "name": "media", "type": "string", "description": "Media t ype to emulate. Empty string disables the override." } 481 { "name": "media", "type": "string", "description": "Media t ype to emulate. Empty string disables the override." }
481 ], 482 ],
482 "description": "Emulates the given media for CSS media queries." , 483 "description": "Emulates the given media for CSS media queries." ,
483 "hidden": true 484 "hidden": true
484 }, 485 },
485 { 486 {
(...skipping 3809 matching lines...) Expand 10 before | Expand all | Expand 10 after
4295 { 4296 {
4296 "name": "dataAvailable", 4297 "name": "dataAvailable",
4297 "parameters": [ 4298 "parameters": [
4298 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." } 4299 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." }
4299 ], 4300 ],
4300 "handlers": ["browser", "frontend"] 4301 "handlers": ["browser", "frontend"]
4301 } 4302 }
4302 ] 4303 ]
4303 }] 4304 }]
4304 } 4305 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698