Bug 261214

Summary: Make didReceiveEvent() only called by event completion handlers
Product: WebKit Reporter: Charlie Wolfe <charliew>
Component: WebKit Process ModelAssignee: Charlie Wolfe <charliew>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Charlie Wolfe 2023-09-06 10:51:36 PDT
Events sent from the UI process expect a returning DidReceiveEvent() call to indicate that the event has been handled or not. Change this so that these events are sent using sendWithAsyncReply and the completion handler calls didReceiveEvent().
Comment 1 Radar WebKit Bug Importer 2023-09-06 10:51:53 PDT
<rdar://problem/115064837>
Comment 2 Charlie Wolfe 2023-09-06 11:02:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17492
Comment 3 EWS 2023-09-10 19:33:56 PDT
Committed 267849@main (8683b68595b8): <https://commits.webkit.org/267849@main>

Reviewed commits have been landed. Closing PR #17492 and removing active labels.