RESOLVED INVALID 67428
Web Inspector: [Timeline] DOM mutations should get into InspectorInstrumentation regardless of the event listeners presence.
https://bugs.webkit.org/show_bug.cgi?id=67428
Summary Web Inspector: [Timeline] DOM mutations should get into InspectorInstrumentat...
Pavel Feldman
Reported 2011-09-01 13:12:40 PDT
We came across an interesting case where Layout event was not glued to any of the JS operations and it was hard to tell what was going on in the Timeline. It turned out that JavaScript was mutating DOM heavily and that was causing the layout. However, due to historical reasons, we only show DOM operations that the page is listening to (i.e. we primarily assess event listeners timing on Timeline). This should be fixed.
Attachments
Brian Burg
Comment 1 2014-12-12 14:11:15 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.