Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0c3191628b1dd0a1405f6ab90f71191deb85276
https://github.com/WebKit/WebKit/commit/a0c3191628b1dd0a1405f6ab90f71191deb85276
Author: Sam Weinig <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
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/layout/formattingContexts/inline/InlineContentBreaker.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineFormattingUtils.cpp
M Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp
M
Source/WebCore/layout/formattingContexts/inline/text/TextBreakingPositionContext.h
M Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp
M Source/WebCore/rendering/RenderQuote.cpp
M Source/WebCore/rendering/RenderText.cpp
M Source/WebCore/rendering/RenderTheme.cpp
M Source/WebCore/rendering/line/BreakingContext.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
A Source/WebCore/style/values/non-standard/StyleWebKitLocale.cpp
A Source/WebCore/style/values/non-standard/StyleWebKitLocale.h
Log Message:
-----------
[Style] Convert the '-webkit-locale' property to strong style types
https://bugs.webkit.org/show_bug.cgi?id=302720
Reviewed by Darin Adler.
Converts the '-webkit-locale' property to use strong style types.
* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.cpp:
* Source/WebCore/layout/formattingContexts/inline/InlineFormattingUtils.cpp:
* Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:
*
Source/WebCore/layout/formattingContexts/inline/text/TextBreakingPositionContext.h:
* Source/WebCore/layout/formattingContexts/inline/text/TextUtil.cpp:
* Source/WebCore/rendering/RenderQuote.cpp:
* Source/WebCore/rendering/RenderText.cpp:
* Source/WebCore/rendering/RenderTheme.cpp:
* Source/WebCore/rendering/line/BreakingContext.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/values/non-standard/StyleWebKitLocale.cpp: Added.
* Source/WebCore/style/values/non-standard/StyleWebKitLocale.h: Added.
Canonical link: https://commits.webkit.org/303345@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications