Bug 257579
| Summary: | Make IPC::Connection::Handle move-only | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | WebKit2 | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matt Woodrow
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/14557
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/14568
EWS
Committed 264928@main (b44aa50aceae): <https://commits.webkit.org/264928@main>
Reviewed commits have been landed. Closing PR #14568 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/110373168>