Bug 217861

Summary: IPC testing API should expose whether a given IPC message has sync reply or not
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: WebKit2Assignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez, darin, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+, ews-feeder: commit-queue-

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>