[Webkit-unassigned] [Bug 152892] Modern IDB: storage/indexeddb/dont-wedge.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 17:07:06 PST 2016


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

--- Comment #5 from Brady Eidson <beidson at apple.com> ---
When the IDBOpenDBRequest is told about its database connection opening in IDBOpenDBRequest::requestCompleted, its context has already stopped, so it doesn't actually create the database connection and/or deliver the event.

Also, since the connection never fully opens, it doesn't get closed with the page navigates.

This is likely a timing race between the page navigation and the server opening a connection requested before the navigation.

-- 
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/20160112/1f556718/attachment.html>


More information about the webkit-unassigned mailing list