[Webkit-unassigned] [Bug 194511] New: Branch-Only: Use Async message infrastructure for storageAccess API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 13:12:07 PST 2019


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

            Bug ID: 194511
           Summary: Branch-Only: Use Async message infrastructure for
                    storageAccess API
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Back-port the async message handling implementation of the StorageAccess API methods.

The generated Async message handling code does a better job of handling the bookkeeping and error handling of cross-process message passing, and gives us fewer opportunities to make errors leading to dropped messages or sending messages multiple times.

Update the StorageAccess API calls to use autogenerated message handlers since this improves stability and correctness.

-- 
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/20190211/6a1070a6/attachment.html>


More information about the webkit-unassigned mailing list