Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 48d151b0fd825ae35cd7996ae211fb89d282210f
      
https://github.com/WebKit/WebKit/commit/48d151b0fd825ae35cd7996ae211fb89d282210f
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp
    M Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.h

  Log Message:
  -----------
  [WPE] WPE Platform: handle multiple next presentation update callbacks
https://bugs.webkit.org/show_bug.cgi?id=292533

Reviewed by Nikolas Zimmermann.

We currently have a limit of 1, but some layout tests end up calling
callAfterNextPresentationUpdate before the previous one is completed, so
we can just handle multiple callbacks like gtk port does.

* Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.cpp:
(WKWPE::ViewPlatform::~ViewPlatform):
(WKWPE::ViewPlatform::dispatchPendingNextPresentationUpdateCallbacks):
(WKWPE::ViewPlatform::callAfterNextPresentationUpdate):
* Source/WebKit/UIProcess/API/wpe/WPEWebViewPlatform.h:

Canonical link: https://commits.webkit.org/294553@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to