[Webkit-unassigned] [Bug 181454] New: Make in-process MessagePorts be fully asynchronous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 15:13:22 PST 2018


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

            Bug ID: 181454
           Summary: Make in-process MessagePorts be fully asynchronous
           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

Make in-process MessagePorts be fully asynchronous

While working on https://bugs.webkit.org/show_bug.cgi?id=181178 the approach of using "MesasgePortChannels" became too unwieldly. It works, but is fragile.

Instead, even in-process MessagePorts should be fully asynchronous (and this means that even a local MessagePort should never directly know about a remote one even if they are in the same process... even if they are in the same ScriptExecutionContext)

-- 
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/20180109/a503b521/attachment.html>


More information about the webkit-unassigned mailing list