Bug 305326
| Summary: | [WPE] WPE Platform: allow to add multiple callbacks to WPEScreenSyncObserver | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WPE WebKit | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/56449
EWS
Committed 305509@main (403f2d9b29d6): <https://commits.webkit.org/305509@main>
Reviewed commits have been landed. Closing PR #56449 and removing active labels.