Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: ba313b1951318c55005b9b5d54a6498e741e7ec9
https://github.com/WebKit/WebKit/commit/ba313b1951318c55005b9b5d54a6498e741e7ec9
Author: Kate Lee <[email protected]>
Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths:
M LayoutTests/platform/glib/TestExpectations
M Source/WebCore/page/scrolling/ThreadedScrollingTree.cpp
M Source/WebCore/page/scrolling/ThreadedScrollingTree.h
Log Message:
-----------
[GTK][WPE] Fire scrollend for instant programmatic scrolls
https://bugs.webkit.org/show_bug.cgi?id=316002
Reviewed by Carlos Garcia Campos.
WPE/GTK don't fire 'scrollend' for instant programmatic scrolls because
ThreadedScrollingTree doesn't override
scrollingTreeNodeDidStopProgrammaticScroll(). Only RemoteScrollingTree
(macOS) implements it. Add the missing override.
Also unskip 25 WPT variants under bug 201556 that now pass.
Canonical link: https://commits.webkit.org/305877.697@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications