RESOLVED FIXED 111159
Web Inspector: show image decode performed off main thread on timeline
https://bugs.webkit.org/show_bug.cgi?id=111159
Summary Web Inspector: show image decode performed off main thread on timeline
Andrey Kosyakov
Reported 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.
Attachments
Patch (21.02 KB, patch)
2013-03-01 03:56 PST, Andrey Kosyakov
no flags
Patch (9.63 KB, patch)
2013-03-15 02:58 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2013-03-01 03:56:51 PST
Hin-Chung Lam
Comment 2 2013-03-01 10:38:45 PST
Nice!
Andrey Kosyakov
Comment 3 2013-03-15 02:58:54 PDT
Andrey Kosyakov
Comment 4 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.
Andrey Kosyakov
Comment 5 2013-03-15 03:13:10 PDT
Note You need to log in before you can comment on or make changes to this bug.