Bug 217861 - IPC testing API should expose whether a given IPC message has sync reply or not
Summary: IPC testing API should expose whether a given IPC message has sync reply or not
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-16 18:32 PDT by Ryosuke Niwa
Modified: 2020-10-17 00:40 PDT (History)
6 users (show)

See Also:


Attachments
Patch (14.93 KB, patch)
2020-10-16 19:06 PDT, Ryosuke Niwa
darin: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2020-10-16 18:32:30 PDT
Since the test need to decide whether to call IPC.sendMessage or IPC.sendSyncMessage,
IPC.messages should expose whether a given message is sync or not.
Comment 1 Ryosuke Niwa 2020-10-16 19:06:31 PDT
Created attachment 411643 [details]
Patch
Comment 2 Ryosuke Niwa 2020-10-16 21:21:11 PDT
Committed r268633: <https://trac.webkit.org/changeset/268633>
Comment 3 Radar WebKit Bug Importer 2020-10-16 21:22:19 PDT
<rdar://problem/70402234>