RESOLVED FIXED 113196
Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main view
https://bugs.webkit.org/show_bug.cgi?id=113196
Summary Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main...
Andrey Kosyakov
Reported 2013-03-25 07:01:10 PDT
This happens when the event in question is generated on non-top level (e.g. within ParseHTML), so it's not picked by InspectorTimelinePanel._innerAddRecordToTimeline, which only checks top-level records.
Attachments
Patch (7.22 KB, patch)
2013-03-25 07:05 PDT, Andrey Kosyakov
no flags
Patch (9.53 KB, patch)
2013-03-27 05:52 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2013-03-25 07:05:41 PDT
Pavel Feldman
Comment 2 2013-03-26 09:41:17 PDT
Comment on attachment 194846 [details] Patch Is there a test for this?
Andrey Kosyakov
Comment 3 2013-03-27 05:52:02 PDT
Andrey Kosyakov
Comment 4 2013-03-27 05:52:20 PDT
(In reply to comment #2) > Is there a test for this? Added.
Andrey Kosyakov
Comment 5 2013-03-28 05:17:38 PDT
Note You need to log in before you can comment on or make changes to this bug.