Bug 237197 - IPC_TESTING_API implementation does not use Connection.h implementation to send messages
Summary: IPC_TESTING_API implementation does not use Connection.h implementation to se...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 237195
Blocks: 235965
  Show dependency treegraph
 
Reported: 2022-02-25 03:31 PST by Kimmo Kinnunen
Modified: 2022-03-04 03:32 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>