Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 29fea9f69f1c02064656297f999e2fe4d87eac12
https://github.com/WebKit/WebKit/commit/29fea9f69f1c02064656297f999e2fe4d87eac12
Author: Sam Weinig <[email protected]>
Date: 2025-11-13 (Thu, 13 Nov 2025)
Changed paths:
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/CSSFontValue.h
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/platform/graphics/FontCascadeDescription.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/StyleBuilderCustom.h
M Source/WebCore/style/StyleBuilderState.h
M Source/WebCore/style/StyleBuilderStateInlines.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorCustom.h
M Source/WebCore/style/StyleExtractorSerializer.h
M Source/WebCore/style/StyleInterpolationWrappers.h
A Source/WebCore/style/values/fonts/StyleFontFamily.cpp
A Source/WebCore/style/values/fonts/StyleFontFamily.h
A Source/WebCore/style/values/fonts/StyleFontFamilyName.cpp
A Source/WebCore/style/values/fonts/StyleFontFamilyName.h
Log Message:
-----------
[Style] Convert the 'font-family' property to strong style types
https://bugs.webkit.org/show_bug.cgi?id=302279
Reviewed by NOBODY
Converts the 'font-family' property to use strong style types.
* Source/WebCore/Headers.cmake:
*
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSFontValue.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/platform/graphics/FontCascadeDescription.h:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleBuilderState.h:
* Source/WebCore/style/StyleBuilderStateInlines.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/values/fonts/StyleFontFamily.cpp: Added.
* Source/WebCore/style/values/fonts/StyleFontFamily.h: Added.
* Source/WebCore/style/values/fonts/StyleFontFamilyName.cpp: Added.
* Source/WebCore/style/values/fonts/StyleFontFamilyName.h: Added.
Canonical link: https://commits.webkit.org/303001@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications