Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6496fbaca29d34171082af8e739f6b36e8c6522a
      
https://github.com/WebKit/WebKit/commit/6496fbaca29d34171082af8e739f6b36e8c6522a
  Author: Sam Weinig <[email protected]>
  Date:   2025-07-18 (Fri, 18 Jul 2025)

  Changed paths:
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/registered-property-computation-color-006-expected.html
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/registered-property-computation-color-006.html
    M Source/WebCore/style/StyleCustomProperty.cpp
    M Source/WebCore/style/StyleCustomProperty.h
    M Source/WebCore/style/values/color/StyleColor.cpp
    M Source/WebCore/style/values/color/StyleColor.h
    M Source/WebCore/style/values/color/StyleColorLayers.cpp
    M Source/WebCore/style/values/color/StyleColorLayers.h
    M Source/WebCore/style/values/color/StyleColorMix.cpp
    M Source/WebCore/style/values/color/StyleColorMix.h
    M Source/WebCore/style/values/color/StyleContrastColor.cpp
    M Source/WebCore/style/values/color/StyleContrastColor.h
    M Source/WebCore/style/values/color/StyleCurrentColor.cpp
    M Source/WebCore/style/values/color/StyleCurrentColor.h
    M Source/WebCore/style/values/color/StyleRelativeColor.h
    M Source/WebCore/style/values/color/StyleResolvedColor.cpp
    M Source/WebCore/style/values/color/StyleResolvedColor.h

  Log Message:
  -----------
  REGRESSION(296337@main): currentcolor used in custom property no longer 
resolves correctly
https://bugs.webkit.org/show_bug.cgi?id=296134
rdar://156076502

Reviewed by Tim Nguyen.

Performs a partial revert of 296337@main, maintaining the CSS side of things,
but adding back the secondary serialization of the color Style types. To make
things work, the new secondary serialization functions all needed a new name.
`serializationForCSSTokenization` was chosen to clarify these are really only
for the tokenization needs.

* 
LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/registered-property-computation-color-006-expected.html:
 Added.
* 
LayoutTests/imported/w3c/web-platform-tests/css/css-properties-values-api/registered-property-computation-color-006.html:
 Added.
* Source/WebCore/style/StyleCustomProperty.cpp:
* Source/WebCore/style/StyleCustomProperty.h:
* Source/WebCore/style/values/color/StyleColor.cpp:
* Source/WebCore/style/values/color/StyleColor.h:
* Source/WebCore/style/values/color/StyleColorLayers.cpp:
* Source/WebCore/style/values/color/StyleColorLayers.h:
* Source/WebCore/style/values/color/StyleColorMix.cpp:
* Source/WebCore/style/values/color/StyleColorMix.h:
* Source/WebCore/style/values/color/StyleContrastColor.cpp:
* Source/WebCore/style/values/color/StyleContrastColor.h:
* Source/WebCore/style/values/color/StyleCurrentColor.cpp:
* Source/WebCore/style/values/color/StyleCurrentColor.h:
* Source/WebCore/style/values/color/StyleRelativeColor.h:
* Source/WebCore/style/values/color/StyleResolvedColor.cpp:
* Source/WebCore/style/values/color/StyleResolvedColor.h:

Canonical link: https://commits.webkit.org/297600@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