Bug 244836
Summary: | IPC::Connection is not constructible without the MessageReceiver | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebKit2 | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Kimmo Kinnunen
IPC::Connection is not constructible without the MessageReceiver
Creates the problem where in order to pass "Connection object" before construction, one must pass a redundant Connection::Identifier object.
Currently Connection::Identifier does not destroy its resources correctly, e.g. it's needlessly hard to implement.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99591389>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/4059
EWS
Committed 254473@main (be5f7ec6a5a1): <https://commits.webkit.org/254473@main>
Reviewed commits have been landed. Closing PR #4059 and removing active labels.