[Webkit-unassigned] [Bug 154032] New: Modern IDB: IDBOpenDBRequests leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 08:57:35 PST 2016


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

            Bug ID: 154032
           Summary: Modern IDB: IDBOpenDBRequests leak
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: IDBOpenDBRequests leak

There's a ref cycle between IDBTransaction and IDBOpenDBRequest.

Breaking IDBTransaction's ref to the request is easy - *IF* the request is able to potentially manage the end of its own lifetime, which is tied to its final event dispatch.

Doing that requires a new Event class that holds the final ref to the request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160209/6ffd2791/attachment-0001.html>


More information about the webkit-unassigned mailing list