Bug 86852 - Web Inspector: put paint and compositing timeline events in a new category of their own
Summary: Web Inspector: put paint and compositing timeline events in a new category of...
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-05-18 06:53 PDT by Andrey Kosyakov
Modified: 2012-05-25 08:17 PDT (History)
10 users (show)

See Also:


Attachments
Patch (7.59 KB, patch)
2012-05-18 07:00 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
screenshot (52.31 KB, image/png)
2012-05-18 07:00 PDT, Andrey Kosyakov
no flags Details
Patch (8.75 KB, patch)
2012-05-24 09:24 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 2012-05-18 06:53:16 PDT
This introduces a new timeline event category named "Painting" and assigned changes paint and compositing events to this category. The rationale behind this is that while style recalculation and rendering times are defined by DOM and CSS structure, comopsiting and painting is mostly defined by the visual appearance of the elements.
Comment 1 Andrey Kosyakov 2012-05-18 07:00:01 PDT
Created attachment 142709 [details]
Patch
Comment 2 Andrey Kosyakov 2012-05-18 07:00:56 PDT
Created attachment 142710 [details]
screenshot
Comment 3 Pavel Feldman 2012-05-18 08:31:46 PDT
Could we render overview for paint and layout using single row instead?
Comment 4 Pavel Feldman 2012-05-21 22:56:28 PDT
Comment on attachment 142709 [details]
Patch

Clearing r? from the patch since we agreed to render pain on the same overview bar.
Comment 5 Andrey Kosyakov 2012-05-24 09:24:39 PDT
Created attachment 143841 [details]
Patch
Comment 6 Andrey Kosyakov 2012-05-25 08:17:56 PDT
Committed r118527: <http://trac.webkit.org/changeset/118527>