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

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: Added UI 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..eacbad100c3d86f3bdf259067f04a7af8ce36dd8 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3922,7 +3922,8 @@
"name": "getEventListeners",
"hidden": true,
"parameters": [
- { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to return listeners for." }
+ { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to return listeners for." },
+ { "name": "resolveFrameworkHandlers", "type": "boolean", "optional": true, "description": "If true event handlers will be resolved for supported frameworks." }
],
"returns": [
{ "name": "listeners", "type": "array", "items": { "$ref": "EventListener" }, "description": "Array of relevant listeners." }

Powered by Google App Engine
This is Rietveld 408576698