[Webkit-unassigned] [Bug 257579] New: Make IPC::Connection::Handle move-only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 19:12:26 PDT 2023


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

            Bug ID: 257579
           Summary: Make IPC::Connection::Handle move-only
           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: mattwoodrow at apple.com
                CC: kkinnunen at apple.com

Connection::Handle represents a way to construct the remote end of a connection, and its lifetime controls disconnection messages being sent to the local end.

We shouldn't ever want to copy these, only one remote end can be constructed.

-- 
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/20230601/67a446fc/attachment.htm>


More information about the webkit-unassigned mailing list