WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(16.79 KB, patch)
2012-01-30 22:54 PST
,
Yury Semikhatsky
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2012-01-30 10:23:38 PST
Created
attachment 124569
[details]
Patch
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
Created
attachment 124676
[details]
Patch
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
Committed
r106337
: <
http://trac.webkit.org/changeset/106337
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug