[Webkit-unassigned] [Bug 191902] New: Web Inspector: Timelines: don't show event dispatches for non-JS event listeners

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 19:05:56 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191902

            Bug ID: 191902
           Summary: Web Inspector: Timelines: don't show event dispatches
                    for non-JS event listeners
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

See <https://webkit.org/b/191625#c14> for an explanation of why this is needed.

tl;dr, in the case of media events, we add event listeners to <audio> and <video> elements in C++, which are considered an event listener, meaning that the Timelines tab picks up on that and shows event dispatch records.  We should only show event dispatch records for event listeners added by the page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181122/cc99cb2e/attachment.html>


More information about the webkit-unassigned mailing list