Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e5451695dd5af58ea59e2b8fe73f8e70142cf505
https://github.com/WebKit/WebKit/commit/e5451695dd5af58ea59e2b8fe73f8e70142cf505
Author: Nikolas Zimmermann <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M Source/WebCore/dom/WindowEventLoop.cpp
M Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp
Log Message:
-----------
[GTK][WPE] Avoid running any more tasks before the layer flush
RunLoopObserver fires
https://bugs.webkit.org/show_bug.cgi?id=301420
Reviewed by Carlos Garcia Campos.
Avoid running timers and doing other work (e.g. processing IPC messages)
until the next scheduled RunLoopObserver iteration completes.
Covered by existing tests.
* Source/WebCore/dom/WindowEventLoop.cpp:
(WebCore::WindowEventLoop::breakToAllowRenderingUpdate):
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp:
(WebKit::LayerTreeHost::scheduleLayerFlush):
Canonical link: https://commits.webkit.org/302088@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications