WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(9.63 KB, patch)
2013-03-15 02:58 PDT
,
Andrey Kosyakov
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2013-03-01 03:56:51 PST
Created
attachment 190928
[details]
Patch
Hin-Chung Lam
Comment 2
2013-03-01 10:38:45 PST
Nice!
Andrey Kosyakov
Comment 3
2013-03-15 02:58:54 PDT
Created
attachment 193266
[details]
Patch
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
Committed
r145889
: <
http://trac.webkit.org/changeset/145889
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug