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

Unified Diff: Source/devtools/protocol.json

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 444ec30ba411e0038cd8c64aa96c4add8679666f..4df5a1474019f22742948b5fa0ebe1dd62fa33fd 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3850,7 +3850,8 @@
{ "name": "type", "type": "string", "description": "<code>EventListener</code>'s type." },
{ "name": "useCapture", "type": "boolean", "description": "<code>EventListener</code>'s useCapture." },
{ "name": "location", "$ref": "Debugger.Location", "description": "Handler code location." },
- { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." }
+ { "name": "handler", "$ref": "Runtime.RemoteObject", "optional": true, "description": "Event handler function value." },
+ { "name": "handlerType", "type": "string", "enum": ["general", "frameworksResolved", "frameworksInternal"], "optional": true, "description": "Type of event listener handler."}
yurys 2015/08/13 23:49:07 hidden: true Normal, FrameworkInternal, CalledByF
kozy 2015/08/14 17:07:03 Done.
],
"hidden": true
}

Powered by Google App Engine
This is Rietveld 408576698