Bug 239487
| Summary: | IPC::Connection::Identifier is error prone | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | WebKit2 | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | NEW | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 15 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=238944 | ||
Kimmo Kinnunen
IPC::Connection::Identifier is error prone and convoluted
- Is not movable, leaks easily
- Needs multi platform ifdefing at the call sites
- Is represented by IPC::Attachment in .messages.in (should be IPC::Connection::Identifier or something like IPC::ConnectionHandle)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/92318812>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/4629