RESOLVED FIXED305326
[WPE] WPE Platform: allow to add multiple callbacks to WPEScreenSyncObserver
https://bugs.webkit.org/show_bug.cgi?id=305326
Summary [WPE] WPE Platform: allow to add multiple callbacks to WPEScreenSyncObserver
Carlos Garcia Campos
Reported 2026-01-12 06:09:47 PST
This can happen if there are more than one web context, like when using the local inspector. There's just one WPEScreenSyncObserver, since it's created per WPEScreen, but multiple DisplayLink objects, since they are managed by ProcessPool. In that case we need to be able to set a callback for both DisplayLink objects.
Attachments
Carlos Garcia Campos
Comment 1 2026-01-12 06:32:19 PST
EWS
Comment 2 2026-01-13 05:18:22 PST
Committed 305509@main (403f2d9b29d6): <https://commits.webkit.org/305509@main> Reviewed commits have been landed. Closing PR #56449 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.