[Webkit-unassigned] [Bug 75859] New: IDBDatabase destructor is never executed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 08:21:25 PST 2012


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

           Summary: IDBDatabase destructor is never executed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jochen at chromium.org
                CC: hans at chromium.org, dgrogan at chromium.org,
                    jsbell at chromium.org


The destructor of IDBDatabase is never executed: IDBDatabase always returns true for hasPendingActivity(), so it's never garbage collected during page lifetime. hasPendingActivity() is only false when the we navigate away from the page, but at this point (at least V8) doesn't garbage collect the objects anymore.

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