Bug 113196

Summary: Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main view
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

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>