Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 62f525a389ac857ceb2d1077084d8a765f018b5d
https://github.com/WebKit/WebKit/commit/62f525a389ac857ceb2d1077084d8a765f018b5d
Author: Sam Weinig <[email protected]>
Date: 2025-11-16 (Sun, 16 Nov 2025)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/accessibility/AccessibilityRenderObject.cpp
M Source/WebCore/css/CSSPrimitiveValueMappings.h
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/editing/TextIterator.cpp
M Source/WebCore/layout/formattingContexts/FormattingGeometry.h
M Source/WebCore/rendering/RenderText.cpp
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/rendering/style/RenderStyle.h
M Source/WebCore/rendering/style/RenderStyleConstants.cpp
M Source/WebCore/rendering/style/RenderStyleConstants.h
M Source/WebCore/rendering/style/RenderStyleInlines.h
M Source/WebCore/rendering/style/RenderStyleSetters.h
M Source/WebCore/style/StyleBuilderConverter.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorSerializer.h
M Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.h
A Source/WebCore/style/values/text/StyleTextTransform.cpp
A Source/WebCore/style/values/text/StyleTextTransform.h
Log Message:
-----------
[Style] Convert the 'text-transform' property to strong style types
https://bugs.webkit.org/show_bug.cgi?id=302576
Reviewed by Darin Adler.
Converts the 'text-transform' property to use strong style types.
Also removes StyleTextDecorationLine.h from RenderStyle.h and makes it
constexpr.
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/accessibility/AccessibilityRenderObject.cpp:
* Source/WebCore/css/CSSPrimitiveValueMappings.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/editing/TextIterator.cpp:
* Source/WebCore/layout/formattingContexts/FormattingGeometry.h:
* Source/WebCore/rendering/RenderText.cpp:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleConstants.cpp:
* Source/WebCore/rendering/style/RenderStyleConstants.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/values/text-decoration/StyleTextDecorationLine.h:
* Source/WebCore/style/values/text/StyleTextTransform.cpp: Added.
* Source/WebCore/style/values/text/StyleTextTransform.h: Added.
Canonical link: https://commits.webkit.org/303094@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications