[Webkit-unassigned] [Bug 112374] New: [chromium] Scale up cache limit in ImageDecodingStore by device scale factor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 11:50:17 PDT 2013


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

           Summary: [chromium] Scale up cache limit in ImageDecodingStore
                    by device scale factor
           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: senorblanco at chromium.org, enne at google.com,
                    nduca at chromium.org, qinmin at chromium.org


This is a quick solution to solve the problem of cache exhaustion on hidpi devices. These devices are using an explicit up-sampling to provide better quality. Scaled up images are saved in memory and quickly exhaust the cache limit. Bump up the cache limit by device scale factory (or maybe sqaure of it) can help.

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