[Webkit-unassigned] [Bug 30210] New: [Cache] Add embedded profile to prune decoded resources more early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 07:36:43 PDT 2009


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

           Summary: [Cache] Add embedded profile to prune decoded
                    resources more early
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zecke at selfish.org


Add a high watermark and if m_liveSize is bigger is bigger than this watermark
ignore the calculated elapsedTime. This will make WebCore::Cache throw away
decoded images even from within the paint routine which is helpful on sites
with many images.

This change does not make sure that m_liveSize will always stay below the
watermark and is really only limited to decoded images. So if 3GB of CSS is
downloaded m_liveSize will still grow beyond the high watermark.

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