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

Unified Diff: Source/devtools/protocol.json

Issue 1063653002: [DevTools] Cleanup after moving input to browser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index b2e0ea3d3eeebc4c7cee3390dd5a3ae1c02d43cf..19daf308245af5b552674af0d7c7f33f9f0295af 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4452,7 +4452,7 @@
{ "name": "isSystemKey", "type": "boolean", "optional": true, "description": "Whether the event was a system key event (default: false)." }
],
"description": "Dispatches a key event to the page.",
- "handlers": ["renderer", "browser"]
+ "handlers": ["browser"]
},
{
"name": "dispatchMouseEvent",
@@ -4466,7 +4466,7 @@
{ "name": "clickCount", "type": "integer", "optional": true, "description": "Number of times the mouse button was clicked (default: 0)." }
],
"description": "Dispatches a mouse event to the page.",
- "handlers": ["renderer", "browser"]
+ "handlers": ["browser"]
},
{
"name": "dispatchTouchEvent",
« no previous file with comments | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/web/WebDevToolsAgentImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698