Bug 237197

Summary: IPC_TESTING_API implementation does not use Connection.h implementation to send messages
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 237195    
Bug Blocks: 235965    

Description Kimmo Kinnunen 2022-02-25 03:31:34 PST
IPC_TESTING_API implementation does not use Connection.h implementation to send messages

Instead, it does the same logic as what the Connection.h would do.
This means
1) It does not test Connection, even when that is the purpose of the API
2) It breaks if Connection changes
Comment 1 Radar WebKit Bug Importer 2022-03-04 03:32:15 PST
<rdar://problem/89806623>