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

Side by Side Diff: LayoutTests/inspector/elements/event-listener-sidebar-expected.txt

Issue 1042853004: [DevTools] Event Listeners Sidebar shows window listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Extracted eventListenersTreeOutline.css 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 unified diff | Download patch
OLDNEW
1 Tests event listeners output in the Elements sidebar panel. 1 Tests event listeners output in the Elements sidebar panel.
2 2
3 Inspect Me 3 Inspect Me
4 4
5 ======== click ======== 5 ======== click ========
6 [expanded] documentevent-listener-sidebar.html:19 6 [expanded] documentevent-listener-sidebar.html:19
7 attachment: script 7 attachment: script
8 handler: function (event) { console.log("click - document - capturing"); } 8 handler: function (event) { console.log("click - document - capturing"); }
9 node: #document 9 node: #document
10 useCapture: true 10 useCapture: true
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 handler: function f() {} 50 handler: function f() {}
51 node: body 51 node: body
52 useCapture: true 52 useCapture: true
53 53
54 ======== hover ======== 54 ======== hover ========
55 [expanded] button#nodeevent-listener-sidebar.html:14 55 [expanded] button#nodeevent-listener-sidebar.html:14
56 attachment: script 56 attachment: script
57 handler: function hoverHandler(event) { console.log("hover - button - bubbli ng"); } 57 handler: function hoverHandler(event) { console.log("hover - button - bubbli ng"); }
58 node: button#node 58 node: button#node
59 useCapture: false 59 useCapture: false
60
61 ======== scroll ========
62 [expanded] Windowevent-listener-sidebar.html:34
63 handler: function (event) { console.log("scroll - window"); }
64 useCapture: false
60 Listeners for selected node only(should be no listeners): 65 Listeners for selected node only(should be no listeners):
61 66
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/event-listener-sidebar.html ('k') | Source/bindings/core/v8/ScriptEventListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698