Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec5169a9d8fc1010ed60e51f7cf8c5f7d3014089
https://github.com/WebKit/WebKit/commit/ec5169a9d8fc1010ed60e51f7cf8c5f7d3014089
Author: Sam Weinig <[email protected]>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-variation-settings-interpolation-expected.txt
M Source/WebCore/Headers.cmake
M
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/CSSFontFace.cpp
M Source/WebCore/css/CSSFontFeatureValue.cpp
M Source/WebCore/css/CSSFontFeatureValue.h
M Source/WebCore/css/CSSFontVariationValue.cpp
M Source/WebCore/css/CSSFontVariationValue.h
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/platform/graphics/FontCustomPlatformData.h
M Source/WebCore/platform/graphics/FontTaggedSettings.h
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebCore/style/StyleBuilderConverter.h
M Source/WebCore/style/StyleBuilderState.h
M Source/WebCore/style/StyleBuilderStateInlines.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorSerializer.h
M Source/WebCore/style/StyleInterpolationFunctions.h
M Source/WebCore/style/StyleInterpolationWrappers.h
M Source/WebCore/style/StyleResolveForFont.cpp
M Source/WebCore/style/StyleResolveForFont.h
A Source/WebCore/style/values/fonts/StyleFontFeatureSettings.cpp
A Source/WebCore/style/values/fonts/StyleFontFeatureSettings.h
A Source/WebCore/style/values/fonts/StyleFontOpentypeTag.h
A Source/WebCore/style/values/fonts/StyleFontVariationSettings.cpp
A Source/WebCore/style/values/fonts/StyleFontVariationSettings.h
Log Message:
-----------
[Style] Convert the 'font-*-settings' properties to strong style types
https://bugs.webkit.org/show_bug.cgi?id=300122
Reviewed by Darin Adler.
Converts the 'font-feature-settings' and 'font-variation-settings'
properties to strong style types.
One test result progression due to now correct serialization of CSS number
values.
*
LayoutTests/imported/w3c/web-platform-tests/css/css-fonts/animations/font-variation-settings-interpolation-expected.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/platform/graphics/FontCustomPlatformData.h:
* Source/WebCore/platform/graphics/FontTaggedSettings.h:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderState.h:
* Source/WebCore/style/StyleBuilderStateInlines.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/StyleResolveForFont.cpp:
* Source/WebCore/style/StyleResolveForFont.h:
* Source/WebCore/style/values/fonts/StyleFontFeatureSettings.cpp: Added.
* Source/WebCore/style/values/fonts/StyleFontFeatureSettings.h: Added.
* Source/WebCore/style/values/fonts/StyleFontOpentypeTag.h: Added.
* Source/WebCore/style/values/fonts/StyleFontVariationSettings.cpp: Added.
* Source/WebCore/style/values/fonts/StyleFontVariationSettings.h: Added.
Canonical link: https://commits.webkit.org/301161@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