Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 01b6d77f3fc8d7c0c5efac6cd50bf9099dacfc6f
https://github.com/WebKit/WebKit/commit/01b6d77f3fc8d7c0c5efac6cd50bf9099dacfc6f
Author: Kate Lee <[email protected]>
Date: 2026-03-19 (Thu, 19 Mar 2026)
Changed paths:
R
LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-body-expected.txt
R LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-body.html
R LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-expected.txt
R LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color.html
A LayoutTests/fast/scrolling/scrollbars/scrollbar-color-body-expected.txt
A LayoutTests/fast/scrolling/scrollbars/scrollbar-color-body.html
A LayoutTests/fast/scrolling/scrollbars/scrollbar-color-expected.txt
A LayoutTests/fast/scrolling/scrollbars/scrollbar-color.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac-sequoia/TestExpectations
M Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp
M Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.cpp
M Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.h
M
Source/WebCore/page/scrolling/coordinated/ScrollingTreeScrollingNodeDelegateCoordinated.cpp
M Source/WebCore/platform/adwaita/AdwaitaScrollbarPainter.cpp
M Source/WebCore/platform/adwaita/AdwaitaScrollbarPainter.h
M Source/WebCore/platform/adwaita/ScrollbarThemeAdwaita.cpp
M Source/WebKit/Shared/WebPreferencesDefaultValues.cpp
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ScrollbarsControllerCoordinated.cpp
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ScrollbarsControllerCoordinated.h
Log Message:
-----------
[WPE][GTK] Add CSS scrollbar-color property support
https://bugs.webkit.org/show_bug.cgi?id=310026
Reviewed by Fujii Hironori.
Enable CSS scrollbar-color property for GTK and WPE ports.
Move scrollbar-color layout tests to a common directory for cross-platform
sharing.
* LayoutTests/fast/scrolling/scrollbars/scrollbar-color-body-expected.txt:
Renamed from
LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-body-expected.txt.
* LayoutTests/fast/scrolling/scrollbars/scrollbar-color-body.html: Renamed from
LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-body.html.
* LayoutTests/fast/scrolling/scrollbars/scrollbar-color-expected.txt: Renamed
from LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color-expected.txt.
* LayoutTests/fast/scrolling/scrollbars/scrollbar-color.html: Renamed from
LayoutTests/fast/scrolling/mac/scrollbars/scrollbar-color.html.
* Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp:
(WebCore::ScrollingStateScrollingNode::ScrollingStateScrollingNode):
* Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.cpp:
(WebCore::ScrollerCoordinated::setScrollbarColor):
* Source/WebCore/page/scrolling/coordinated/ScrollerCoordinated.h:
*
Source/WebCore/page/scrolling/coordinated/ScrollingTreeScrollingNodeDelegateCoordinated.cpp:
(WebCore::ScrollingTreeScrollingNodeDelegateCoordinated::updateFromStateNode):
* Source/WebCore/platform/adwaita/AdwaitaScrollbarPainter.cpp:
(WebCore::AdwaitaScrollbarPainter::paint):
* Source/WebCore/platform/adwaita/AdwaitaScrollbarPainter.h:
* Source/WebCore/platform/adwaita/ScrollbarThemeAdwaita.cpp:
(WebCore::ScrollbarThemeAdwaita::paint):
(WebCore::ScrollbarThemeAdwaita::paintScrollCorner):
* Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:
(WebKit::defaultScrollbarColorEnabled):
*
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ScrollbarsControllerCoordinated.cpp:
(WebKit::ScrollbarsControllerCoordinated::scrollbarColorChanged):
(WebKit::ScrollbarsControllerCoordinated::scrollbarStateForTesting const):
(WebKit::ScrollbarsControllerCoordinated::horizontalScrollbarStateForTesting
const):
(WebKit::ScrollbarsControllerCoordinated::verticalScrollbarStateForTesting
const):
*
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/ScrollbarsControllerCoordinated.h:"
Canonical link: https://commits.webkit.org/309539@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications