Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 68124e64d3a8b5db314727e9982f5847fd01ee00 https://github.com/WebKit/WebKit/commit/68124e64d3a8b5db314727e9982f5847fd01ee00 Author: Sam Weinig <s...@webkit.org> Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths: M Source/WebCore/Headers.cmake M Source/WebCore/Sources.txt M Source/WebCore/WebCore.xcodeproj/project.pbxproj M Source/WebCore/accessibility/cocoa/AccessibilityObjectCocoa.mm M Source/WebCore/css/CSSPrimitiveValueMappings.h M Source/WebCore/css/CSSProperties.json M Source/WebCore/editing/Editor.cpp M Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h M Source/WebCore/layout/formattingContexts/inline/InlineLevelBoxInlines.h M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.cpp M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.h M Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp M Source/WebCore/layout/formattingContexts/table/TableLayout.cpp M Source/WebCore/rendering/LegacyInlineBox.h M Source/WebCore/rendering/RenderInline.cpp M Source/WebCore/rendering/RenderTableCell.cpp M Source/WebCore/rendering/RenderTableCellInlines.h 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/rendering/style/StyleBoxData.cpp M Source/WebCore/rendering/style/StyleBoxData.h M Source/WebCore/style/StyleBuilderCustom.h M Source/WebCore/style/StyleExtractorCustom.h M Source/WebCore/style/StyleInterpolationWrappers.h A Source/WebCore/style/values/inline/StyleVerticalAlign.cpp A Source/WebCore/style/values/inline/StyleVerticalAlign.h M Source/WebCore/style/values/primitives/StyleLengthWrapper.h M Source/WebCore/style/values/svg/StyleSVGBaselineShift.cpp Log Message: ----------- [Style] Convert vertical-align property to use strong style types https://bugs.webkit.org/show_bug.cgi?id=296537 Reviewed by Darin Adler. Converts the `vertical-align` property to use strong style types. * Source/WebCore/Headers.cmake: * Source/WebCore/Sources.txt: * Source/WebCore/WebCore.xcodeproj/project.pbxproj: * Source/WebCore/accessibility/cocoa/AccessibilityObjectCocoa.mm: * Source/WebCore/css/CSSPrimitiveValueMappings.h: * Source/WebCore/css/CSSProperties.json: * Source/WebCore/editing/Editor.cpp: * Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h: * Source/WebCore/layout/formattingContexts/inline/InlineLevelBoxInlines.h: * Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp: * Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.cpp: * Source/WebCore/layout/formattingContexts/inline/InlineLineBoxVerticalAligner.h: * Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp: * Source/WebCore/layout/formattingContexts/table/TableLayout.cpp: * Source/WebCore/rendering/LegacyInlineBox.h: * Source/WebCore/rendering/RenderInline.cpp: * Source/WebCore/rendering/RenderTableCell.cpp: * Source/WebCore/rendering/RenderTableCellInlines.h: * 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/rendering/style/StyleBoxData.cpp: * Source/WebCore/rendering/style/StyleBoxData.h: * Source/WebCore/style/StyleBuilderCustom.h: * Source/WebCore/style/StyleExtractorCustom.h: * Source/WebCore/style/StyleInterpolationWrappers.h: * Source/WebCore/style/values/inline/StyleVerticalAlign.cpp: Added. * Source/WebCore/style/values/inline/StyleVerticalAlign.h: Added. * Source/WebCore/style/values/primitives/StyleLengthWrapper.h: Canonical link: https://commits.webkit.org/297941@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes