RESOLVED FIXED 77331
Web Inspector: should be possible to step through all event listeners when event listener breakpoint is hit
https://bugs.webkit.org/show_bug.cgi?id=77331
Summary Web Inspector: should be possible to step through all event listeners when ev...
Yury Semikhatsky
Reported 2012-01-30 04:52:42 PST
Now debugger will only pause in the first listener and stepping out will resume execution.
Attachments
Patch (8.59 KB, patch)
2012-01-30 10:23 PST, Yury Semikhatsky
no flags
Patch (16.79 KB, patch)
2012-01-30 22:54 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-01-30 10:23:38 PST
Yury Semikhatsky
Comment 2 2012-01-30 10:25:54 PST
(In reply to comment #1) > Created an attachment (id=124569) [details] > Patch I considered moving new instrumentation calls into V8AbstractEventListener/JSEventListener classes in order to have instrumentation only for JS listeners but decided to leave it in EventTarget as it has a single implementation for both engines.
Yury Semikhatsky
Comment 3 2012-01-30 22:54:03 PST
Yury Semikhatsky
Comment 4 2012-01-30 22:57:12 PST
(In reply to comment #3) > Created an attachment (id=124676) [details] > Patch Same change with a test.
Yury Semikhatsky
Comment 5 2012-01-30 23:37:55 PST
Note You need to log in before you can comment on or make changes to this bug.