Bug 81798 - Web Inspector: only show JS event listeners in Event Listeners tab of Elements panel
Summary: Web Inspector: only show JS event listeners in Event Listeners tab of Element...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 10:17 PDT by Andrey Kosyakov
Modified: 2012-03-21 10:50 PDT (History)
14 users (show)

See Also:


Attachments
Patch (5.56 KB, patch)
2012-03-21 10:24 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-03-21 10:17:28 PDT
Currently, we display listeners of all types, including those added internally by a browser.
Comment 1 Andrey Kosyakov 2012-03-21 10:24:06 PDT
Created attachment 133068 [details]
Patch
Comment 2 Andrey Kosyakov 2012-03-21 10:50:13 PDT
Committed r111574: <http://trac.webkit.org/changeset/111574>