[Webkit-unassigned] [Bug 169574] New: Async image decoding is not enabled for background images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 13 16:37:17 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=169574

            Bug ID: 169574
           Summary: Async image decoding is not enabled for background
                    images
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170313/1c058cd2/attachment.html>


More information about the webkit-unassigned mailing list