Bug 269353

Summary: [WPE] Web Platform: implement WebPageProxy::callAfterNextPresentationUpdate
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WPE WebKitAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 265636    

Description Carlos Garcia Campos 2024-02-14 02:52:35 PST
With the old API we just use a 0 seconds timer, but with the new API we can use the buffer-renderer signal of WPEView to actually call the callback after the next buffer is rendered. This will hopefully reduce the flakiness of ref tests.
Comment 1 Carlos Garcia Campos 2024-02-14 02:54:54 PST
Pull request: https://github.com/WebKit/WebKit/pull/24405
Comment 2 EWS 2024-02-15 03:53:03 PST
Committed 274710@main (1512e48affb3): <https://commits.webkit.org/274710@main>

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