Bug 88229 - Web Inspector: aggregate all events before first frame into a fake frame
Summary: Web Inspector: aggregate all events before first frame into a fake frame
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: 2012-06-04 05:28 PDT by Andrey Kosyakov
Modified: 2012-06-05 07:50 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.74 KB, patch)
2012-06-04 05:41 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-06-04 05:28:50 PDT
Timeline's frame mode currently displays all events before first didBeginFrame() call as independent events. This may appear confusing, so let's regard first event we receive as a frame start marker.
Comment 1 Andrey Kosyakov 2012-06-04 05:41:00 PDT
Created attachment 145570 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-06-04 05:48:33 PDT
Comment on attachment 145570 [details]
Patch

lgtm
Comment 3 Andrey Kosyakov 2012-06-05 07:50:16 PDT
Comment on attachment 145570 [details]
Patch

Clearing flags on attachment: 145570

Committed r119485: <http://trac.webkit.org/changeset/119485>
Comment 4 Andrey Kosyakov 2012-06-05 07:50:23 PDT
All reviewed patches have been landed.  Closing bug.