Bug 113196 - Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main view
Summary: Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main...
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: 2013-03-25 07:01 PDT by Andrey Kosyakov
Modified: 2013-03-28 05:17 PDT (History)
8 users (show)

See Also:


Attachments
Patch (7.22 KB, patch)
2013-03-25 07:05 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (9.53 KB, patch)
2013-03-27 05:52 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 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.
Comment 1 Andrey Kosyakov 2013-03-25 07:05:41 PDT
Created attachment 194846 [details]
Patch
Comment 2 Pavel Feldman 2013-03-26 09:41:17 PDT
Comment on attachment 194846 [details]
Patch

Is there a test for this?
Comment 3 Andrey Kosyakov 2013-03-27 05:52:02 PDT
Created attachment 195292 [details]
Patch
Comment 4 Andrey Kosyakov 2013-03-27 05:52:20 PDT
(In reply to comment #2)
> Is there a test for this?

Added.
Comment 5 Andrey Kosyakov 2013-03-28 05:17:38 PDT
Committed r147097: <http://trac.webkit.org/changeset/147097>