[Webkit-unassigned] [Bug 152593] New: Modern IDB: Only fire blocked events after all open connections have handled their versionchange events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 29 21:23:49 PST 2015


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

            Bug ID: 152593
           Summary: Modern IDB: Only fire blocked events after all open
                    connections have handled their versionchange events
    Classification: Unclassified
           Product: WebKit
           Version: Other
          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: Only fire blocked events after all open connections have handled their version change events

Currently, whenever we send all open connections the versionchange event, we immediately fire the blocked event on the request.

That's not right, as in their versionchange event handlers the connections can close themselves, rendering the request *not* blocked.

This behavior is explicitly denoted in the spec and is covered by existing failing tests.

-- 
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/20151230/78055e45/attachment.html>


More information about the webkit-unassigned mailing list