Bug 265088 - [GTK4] Ensure that clipboard read operations work synchronously
Summary: [GTK4] Ensure that clipboard read operations work synchronously
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords:
Depends on:
Blocks: GTK4
  Show dependency treegraph
 
Reported: 2023-11-18 10:37 PST by Claudio Saavedra
Modified: 2024-07-11 01:49 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 Claudio Saavedra 2023-11-18 10:37:19 PST
Often clipboard operations are triggered as a result of a button press event, which is handled with synchronous messages between web and UI process. GTK4 clipboard reads are asynchronous, and this can easily cause deadlocks when the UI process is both waiting for the press event to be handled by the UI process before returning to the main loop and the GTK4 clipboard is waiting for the GAsyncReadyCallback to read from its stream at the same time.
Comment 1 Claudio Saavedra 2023-11-18 10:45:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/20709
Comment 2 Carlos Garcia Campos 2024-07-04 07:11:35 PDT
Pull request: https://github.com/WebKit/WebKit/pull/30490
Comment 3 EWS 2024-07-11 01:49:07 PDT
Committed 280852@main (5db7057e3b2f): <https://commits.webkit.org/280852@main>

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