Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 14660ece4d0b91a618e17883e2c95358c9258e6b
      
https://github.com/WebKit/WebKit/commit/14660ece4d0b91a618e17883e2c95358c9258e6b
  Author: Sam Weinig <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to