Bug 111159 - Web Inspector: show image decode performed off main thread on timeline
Summary: Web Inspector: show image decode performed off main thread on timeline
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-01 03:31 PST by Andrey Kosyakov
Modified: 2013-03-15 03:13 PDT (History)
10 users (show)

See Also:


Attachments
Patch (21.02 KB, patch)
2013-03-01 03:56 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (9.63 KB, patch)
2013-03-15 02:58 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-01 03:31:23 PST
Currently, the image resize/decode is only shown if it is synchronously invoked from within paint on main thread. This does not work for impl-side painting, so add support for adding image decode events from other threads using trace events.
Comment 1 Andrey Kosyakov 2013-03-01 03:56:51 PST
Created attachment 190928 [details]
Patch
Comment 2 Hin-Chung Lam 2013-03-01 10:38:45 PST
Nice!
Comment 3 Andrey Kosyakov 2013-03-15 02:58:54 PDT
Created attachment 193266 [details]
Patch
Comment 4 Andrey Kosyakov 2013-03-15 03:00:02 PDT
- rebased on top of latest timeline trace event processor changes
- do not aggregate anything on back-end now, let the front-end do the coalescing.
Comment 5 Andrey Kosyakov 2013-03-15 03:13:10 PDT
Committed r145889: <http://trac.webkit.org/changeset/145889>