[Webkit-unassigned] [Bug 202074] New: Stop refing UniqueIDBDatabaseTransaction in callbacks
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 21 00:17:09 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=202074
Bug ID: 202074
Summary: Stop refing UniqueIDBDatabaseTransaction in callbacks
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sihui_liu at apple.com
After quota check is introduced to IDB, the callback that takes the ref of UniqueIDBDatabaseTransaction will be passed to StorageQuotaManager. Previously the callback was only passed to UniqueIDBDatabase and UniqueIDBDatabase would make sure they were called before UniqueIDBDatabase was destroyed. Now UniqueIDBDatabaseTransaction may live longer than UniqueIDBDatabase.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190921/a3fd89c4/attachment-0001.html>
More information about the webkit-unassigned
mailing list