[Webkit-unassigned] [Bug 109662] New: Get rid of the "hold" reading pattern in GIFImageReader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 21:58:37 PST 2013


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

           Summary: Get rid of the "hold" reading pattern in
                    GIFImageReader
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com
                CC: pkasting at google.com, senorblanco at chromium.org,
                    nduca at chromium.org, qinmin at chromium.org


GIFImageReader has a legacy thing  that keeps a small internal buffer to copy into. The code calls it the "hold" pattern. The bug is to remove this read pattern because WebKit holds the entire file. Change the code such that it reads from a large memory that holds the entire file.

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