[Webkit-unassigned] [Bug 122115] New: Don't attempt to destroy decoded frame if a BitmapImage doesn't have encoded raw data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 12:02:28 PDT 2013


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

           Summary: Don't attempt to destroy decoded frame if a
                    BitmapImage doesn't have encoded raw data.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yongjun_zhang at apple.com


With BitmapImage::create(PassNativeImagePtr, ImageObserver*), a BitmapImage could be created by passing a native image.  If this image is added to memory cache, we shouldn't attempt to destroy its decoded frames since there is no encoded raw data and we won't be able to reconstruct the image again.

-- 
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