[Webkit-unassigned] [Bug 68928] New: CachedResourceRequest should support didReceiveDataArray

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 13:30:33 PDT 2011


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

           Summary: CachedResourceRequest should support
                    didReceiveDataArray
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ap at webkit.org, ddkilzer at webkit.org


Currently, we loop around in SubresourceLoader calling didReceiveData for each CFData that we have. This can lead to CachedResourceRequest being called multiple times which, for images, can lead to multiple calls to BitmapImage::setData(). This is unnecessary and we can fix it by having CachedResourceRequest implement a didReceiveDataArray() method.

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