Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29dde143ed81fa034f7d5f1fd59e78139f0670e1
https://github.com/WebKit/WebKit/commit/29dde143ed81fa034f7d5f1fd59e78139f0670e1
Author: Vitaly Dyachkov <[email protected]>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt
R
LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt
M LayoutTests/platform/glib/tables/mozilla/bugs/bug103533-expected.txt
M LayoutTests/platform/gtk/TestExpectations
M LayoutTests/platform/ios-wk2/TestExpectations
R
LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt
M LayoutTests/platform/ios/tables/mozilla/bugs/bug103533-expected.txt
M LayoutTests/platform/mac/TestExpectations
A
LayoutTests/platform/mac/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt
M LayoutTests/platform/mac/tables/mozilla/bugs/bug103533-expected.txt
M Source/WebCore/rendering/RenderTheme.cpp
M Source/WebCore/rendering/RenderThemeAdwaita.cpp
M Source/WebCore/rendering/RenderThemeIOS.mm
M Source/WebCore/rendering/RenderThemeMac.mm
Log Message:
-----------
Fix deprecated system colors to match same-as requirements in CSS Color 4
https://bugs.webkit.org/show_bug.cgi?id=245609
Reviewed by Aditya Keerthi.
CSS Color 4 deprecates some of the system colors
and adds a "same-as" requirement for each of them.
https://drafts.csswg.org/css-color-4/#deprecated-system-colors
* LayoutTests/TestExpectations:
*
LayoutTests/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt:
*
LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt:
Removed.
* LayoutTests/platform/glib/tables/mozilla/bugs/bug103533-expected.txt:
* LayoutTests/platform/gtk/TestExpectations:
* LayoutTests/platform/ios-wk2/TestExpectations:
*
LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt:
Removed.
* LayoutTests/platform/ios/tables/mozilla/bugs/bug103533-expected.txt:
* LayoutTests/platform/mac/TestExpectations:
*
LayoutTests/platform/mac/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt:
Copied from
LayoutTests/imported/w3c/web-platform-tests/css/css-color/system-color-compute-expected.txt.
* LayoutTests/platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
* Source/WebCore/rendering/RenderTheme.cpp:
(WebCore::RenderTheme::systemColor const):
* Source/WebCore/rendering/RenderThemeAdwaita.cpp:
(WebCore::RenderThemeAdwaita::systemColor const):
* Source/WebCore/rendering/RenderThemeIOS.mm:
(WebCore::RenderThemeIOS::systemColor const):
* Source/WebCore/rendering/RenderThemeMac.mm:
(WebCore::RenderThemeMac::systemColor const):
Originally-landed-as: 268124@main (a396d027d051).
https://bugs.webkit.org/show_bug.cgi?id=245609
Canonical link: https://commits.webkit.org/269740@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes