WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 169547
169574
Async image decoding is not enabled for background images
https://bugs.webkit.org/show_bug.cgi?id=169574
Summary
Async image decoding is not enabled for background images
Said Abou-Hallawa
Reported
2017-03-13 16:37:17 PDT
A test case like this does not benefit from the async image decoding. <div style="background-image: url('image.png');"></div> Therefore, the decoding happens on the main thread which may affect the scrolling thread.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-03-13 16:37:58 PDT
<
rdar://problem/31024112
>
Said Abou-Hallawa
Comment 2
2017-03-30 14:00:44 PDT
This already covered by the patch of
https://bugs.webkit.org/show_bug.cgi?id=169547
*** This bug has been marked as a duplicate of
bug 169547
***
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