Bug 263861 - Refactor some drag handling IPC to use sendWithAsyncReply()
Summary: Refactor some drag handling IPC to use sendWithAsyncReply()
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-10-29 19:45 PDT by Charlie Wolfe
Modified: 2023-10-30 12:19 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-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.