[Webkit-unassigned] [Bug 191902] 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 22:56:17 PST 2018


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

Devin Rousso <drousso at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |drousso at apple.com

--- Comment #1 from Devin Rousso <drousso at apple.com> ---
Looking more into this, it appears that we show all activity for the media controls (and theoretically any other evaluated scripts added by WebKit), so this might need to be expanded to more than just event listeners.

The more I've thought about it, the more I can see arguments both for and against including/showing this information.  On one hand, it provides a more "accurate" view of what's happening on the page.  On the other, there's nothing really that a developer can do (AFAIK) to disable/remove the media controls code, so showing in the timelines (it might even be confusing since it's code not written by the developer, so they may see it in the timelines and wonder where it came from).  Not sure which approach is more "reasonable"/expected.

-- 
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/d9a63dfd/attachment.html>


More information about the webkit-unassigned mailing list