[Webkit-unassigned] [Bug 152230] New: Modern IDB: Properly handle interleaved open and delete requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 11:40:27 PST 2015


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

            Bug ID: 152230
           Summary: Modern IDB: Properly handle interleaved open and
                    delete requests
    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: Properly handle interleaved open and delete requests

Right now, server side, we have a big giant "open request" queue and a big giant "delete request" queue.

In reality, open requests and delete requests interleave with each other, and it's not possible to correctly handle one or the other with the two separate queues.

The problems this causes show up in a non-trivial number of the remaining layout test failures.

-- 
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/20151213/18bd07c2/attachment-0001.html>


More information about the webkit-unassigned mailing list