[Webkit-unassigned] [Bug 165000] New: IndexedDB 2.0: Queue up completed requests in the client, handle them one by one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 14:18:39 PST 2016


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

            Bug ID: 165000
           Summary: IndexedDB 2.0: Queue up completed requests in the
                    client, handle them one by one
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          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

IndexedDB 2.0: Queue up completed requests in the client, handle them one by one

Note: Currently we only send one operation to the server at a time, so therefore we only ever have one reply in the client at a time.

But with the patch in https://bugs.webkit.org/show_bug.cgi?id=164932 that will change, and a subtle race is introduced in event handling on the client side.

To resolve that, we'll need this refactor.

-- 
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/20161120/f56c1601/attachment.html>


More information about the webkit-unassigned mailing list