Bug 261214 - Make didReceiveEvent() only called by event completion handlers
Summary: Make didReceiveEvent() only called by event completion handlers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charlie Wolfe
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-06 10:51 PDT by Charlie Wolfe
Modified: 2023-09-10 19:33 PDT (History)
1 user (show)

See Also:


Attachments

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