Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a6a367812f0b92041a3f40500395b5ba7ef9ade3
      
https://github.com/WebKit/WebKit/commit/a6a367812f0b92041a3f40500395b5ba7ef9ade3
  Author: Sam Weinig <[email protected]>
  Date:   2025-12-30 (Tue, 30 Dec 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/editing/FrameSelection.cpp
    M Source/WebCore/rendering/style/RenderStyleBase+GettersInlines.h
    M Source/WebCore/rendering/style/RenderStyleBase+SettersInlines.h
    M Source/WebCore/rendering/style/RenderStyleBase.h
    M Source/WebCore/rendering/style/StyleRareInheritedData.cpp
    M Source/WebCore/rendering/style/StyleRareInheritedData.h
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleChangedAnimatablePropertiesCustom.h
    M Source/WebCore/style/StyleExtractorCustom.h
    M Source/WebCore/style/StyleInterpolationWrappers.h
    M Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h
    M Source/WebCore/style/computed/StyleComputedStyleBase.h
    M 
Source/WebCore/style/computed/StyleComputedStyleProperties+GettersCustomInlines.h
    M Source/WebCore/style/values/StyleValueTypes+CSSValueConversion.h
    A Source/WebCore/style/values/ui/StyleCaretColor.cpp
    A Source/WebCore/style/values/ui/StyleCaretColor.h
    M Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm

  Log Message:
  -----------
  [Style] Convert the 'caret-color' property to strong style types
https://bugs.webkit.org/show_bug.cgi?id=304763

Reviewed by Darin Adler.

Converts the 'caret-color' property to use strong style types.

To allow passing the `ForVisitedLink` state down to Style::Color
during style building, added support for automatically passing
in all additional parameters in CSSValueConversion for common
aggregate types in StyleValueTypes+CSSValueConversion.h.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/editing/FrameSelection.cpp:
* Source/WebCore/rendering/style/RenderStyleBase+GettersInlines.h:
* Source/WebCore/rendering/style/RenderStyleBase+SettersInlines.h:
* Source/WebCore/rendering/style/RenderStyleBase.h:
* Source/WebCore/rendering/style/StyleRareInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareInheritedData.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleChangedAnimatablePropertiesCustom.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h:
* Source/WebCore/style/computed/StyleComputedStyleBase+SettersInlines.h:
* Source/WebCore/style/computed/StyleComputedStyleBase.h:
* 
Source/WebCore/style/computed/StyleComputedStyleProperties+GettersCustomInlines.h:
* Source/WebCore/style/values/StyleValueTypes+CSSValueConversion.h:
* Source/WebCore/style/values/ui/StyleCaretColor.cpp: Added.
* Source/WebCore/style/values/ui/StyleCaretColor.h: Added.
* Source/WebKit/WebProcess/WebPage/ios/WebPageIOS.mm:

Canonical link: https://commits.webkit.org/305008@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to