[Webkit-unassigned] [Bug 111443] New: [Qt][WK1] MemoryCache is not cleaned by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 08:27:11 PST 2013


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

           Summary: [Qt][WK1] MemoryCache is not cleaned by default
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: allan.jensen at digia.com


By default the MemoryCache does not remove dead resources, this only happens if setDeadDecodedDataDeletionInterval() has been called. In WK2 we do this in WebProcess based on the CacheModel, but in WK1 we only do it based on an undocumented dynamic property calle _q_deadDecodedDataDeletionInterval.

By default we should enable cleaning of the memoryCache as long as it is enabled following the setting of WK2.

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