Bug 263861

Summary: Refactor some drag handling IPC to use sendWithAsyncReply()
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-10-29 19:45:59 PDT
Drag actions currently send a separate IPC call to notify the UI process that they have been handled. We should use completion handlers instead.
Comment 1 Radar WebKit Bug Importer 2023-10-29 19:46:14 PDT
<rdar://problem/117665237>
Comment 2 Charlie Wolfe 2023-10-29 19:48:01 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19700
Comment 3 EWS 2023-10-30 12:19:38 PDT
Committed 269965@main (b7a48dcd4cf2): <https://commits.webkit.org/269965@main>

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