[webkit-changes] [WebKit/WebKit] 14660e: [Part 2] All numeric CSSPrimitiveValue resolvers n...
Commit Queue
noreply at github.com
Sat Aug 31 09:26:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 14660ece4d0b91a618e17883e2c95358c9258e6b
https://github.com/WebKit/WebKit/commit/14660ece4d0b91a618e17883e2c95358c9258e6b
Author: Sam Weinig <sam at webkit.org>
Date: 2024-08-31 (Sat, 31 Aug 2024)
Changed paths:
M LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt
M LayoutTests/fast/css/webkit-line-clamp-calculated-value.html
M Source/WebCore/css/CSSPrimitiveValueMappings.h
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/style/StyleBuilderConverter.h
Log Message:
-----------
[Part 2] All numeric CSSPrimitiveValue resolvers need to take CSSToLengthConversionData: -webkit-line-clamp
https://bugs.webkit.org/show_bug.cgi?id=278937
Reviewed by Darin Adler.
Removes use of "Deprecated" primitive value resolvers for -webkit-line-clamp.
* LayoutTests/fast/css/webkit-line-clamp-calculated-value-expected.txt:
* LayoutTests/fast/css/webkit-line-clamp-calculated-value.html:
- Adds tests that require conversion data to get the right result.
* Source/WebCore/css/CSSPrimitiveValueMappings.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/style/StyleBuilderConverter.h:
- Move -webkit-line-clamp to use an explicit converter so it
can access conversion data.
Canonical link: https://commits.webkit.org/283024@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list