[Webkit-unassigned] [Bug 91203] New: Make CSS box model background, border and mask be decoded by parallel image decoders.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 01:40:12 PDT 2012


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

           Summary: Make CSS box model background, border and mask be
                    decoded by parallel image decoders.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


There are two changes.

1. Make RenderBoxModelObject use RetainedModeBitmapImage if the image is
an instance of BitmapImage.

2. Originally, the renderer checked if a CSS image was loaded in order to
render the entire image. With parallel image decoders, loading done does not always
mean the whole image can be rendered. Now if the given image is a BitmapImage,
we need to check if decoding is completed in addition to loading done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list