Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c5185cfd50ec8a4adbf074559b0eed3b20d8e840
https://github.com/WebKit/WebKit/commit/c5185cfd50ec8a4adbf074559b0eed3b20d8e840
Author: Sam Weinig <[email protected]>
Date: 2025-07-18 (Fri, 18 Jul 2025)
Changed paths:
M Source/WebCore/CMakeLists.txt
M Source/WebCore/Headers.cmake
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/rendering/TextAutoSizing.cpp
A Source/WebCore/rendering/style/AutosizeStatus.cpp
A Source/WebCore/rendering/style/AutosizeStatus.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/rendering/style/RenderStyleSetters.h
M Source/WebCore/rendering/style/StyleRareInheritedData.cpp
M Source/WebCore/rendering/style/StyleRareInheritedData.h
R Source/WebCore/rendering/style/TextSizeAdjustment.cpp
R Source/WebCore/rendering/style/TextSizeAdjustment.h
M Source/WebCore/style/StyleAdjuster.h
M Source/WebCore/style/StyleBuilderCustom.h
M Source/WebCore/style/StyleExtractorConverter.h
M Source/WebCore/style/StyleExtractorSerializer.h
M Source/WebCore/style/StyleResolveForDocument.cpp
A Source/WebCore/style/values/size-adjust/StyleTextSizeAdjust.cpp
A Source/WebCore/style/values/size-adjust/StyleTextSizeAdjust.h
Log Message:
-----------
[Style] Convert -webkit-text-size-adjust to use strong style types
https://bugs.webkit.org/show_bug.cgi?id=296189
Reviewed by Tim Nguyen.
Split TextSizeAdjust and AutosizeStatus out of TextSizeAdjustment.h and into
their
own files and make TextSizeAdjust a strong style type.
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/rendering/TextAutoSizing.cpp:
* Source/WebCore/rendering/style/AutosizeStatus.cpp: Renamed from
Source/WebCore/rendering/style/TextSizeAdjustment.cpp.
* Source/WebCore/rendering/style/AutosizeStatus.h: Renamed from
Source/WebCore/rendering/style/TextSizeAdjustment.h.
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/rendering/style/StyleRareInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareInheritedData.h:
* Source/WebCore/style/StyleAdjuster.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleResolveForDocument.cpp:
* Source/WebCore/style/values/size-adjust/StyleTextSizeAdjust.cpp: Added.
* Source/WebCore/style/values/size-adjust/StyleTextSizeAdjust.h: Added.
Canonical link: https://commits.webkit.org/297625@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