Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c211c24f57eeef6c2b5419c64f4153eacc7c8015
      
https://github.com/WebKit/WebKit/commit/c211c24f57eeef6c2b5419c64f4153eacc7c8015
  Author: Tim Nguyen <[email protected]>
  Date:   2025-09-19 (Fri, 19 Sep 2025)

  Changed paths:
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/dom/Document.h
    M Source/WebCore/page/EventHandler.cpp
    M Source/WebCore/page/LocalFrameView.cpp
    M Source/WebCore/platform/ScrollTypes.h
    M Source/WebCore/rendering/RenderLayerScrollableArea.cpp
    M Source/WebCore/rendering/RenderListBox.cpp

  Log Message:
  -----------
  Use a single queue for scroll & scrollend events
https://bugs.webkit.org/show_bug.cgi?id=299176
rdar://160936070

Reviewed by Simon Fraser.

Match this spec change and other implementations: 
https://github.com/w3c/csswg-drafts/commit/36f05864a6dfa6b9d87673a9c7a68abe4f3c8886

This is unfortunately difficult to test.

* Source/WebCore/dom/Document.cpp:
(WebCore::Document::commonTeardown):
(WebCore::Document::addPendingScrollEventTarget):
(WebCore::Document::runScrollSteps):
(WebCore::Document::addPendingScrollendEventTarget): Deleted.
* Source/WebCore/dom/Document.h:
* Source/WebCore/page/EventHandler.cpp:
(WebCore::EventHandler::scheduleScrollEvent):
* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::scrollDidEnd):
* Source/WebCore/platform/ScrollTypes.h:
* Source/WebCore/rendering/RenderLayerScrollableArea.cpp:
(WebCore::RenderLayerScrollableArea::scrollTo):
(WebCore::RenderLayerScrollableArea::scrollDidEnd):
* Source/WebCore/rendering/RenderListBox.cpp:
(WebCore::RenderListBox::scrollTo):
(WebCore::RenderListBox::scrollDidEnd):

Canonical link: https://commits.webkit.org/300239@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