[Webkit-unassigned] [Bug 82287] New: There may be crashes on memory cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 19:26:57 PDT 2012


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

           Summary: There may be crashes on memory cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: porgao at hotmail.com
                CC: japhet at chromium.org


CachedResource doesn't support reference counting in the usual model.  It uses a somewhat confusing set of rules to decide when to delete itself. See canDelete() in CachedResource.h. It's better to figure out a way to make CachedResource use our normal reference counting model.

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