Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 841f012c9336543e28a466a99ea7fd406d9e5862
      
https://github.com/WebKit/WebKit/commit/841f012c9336543e28a466a99ea7fd406d9e5862
  Author: Sam Weinig <[email protected]>
  Date:   2025-07-08 (Tue, 08 Jul 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/css/values/CSSValueAggregates.h
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/rendering/RenderBox.cpp
    M Source/WebCore/rendering/style/RenderStyle.cpp
    M Source/WebCore/rendering/style/RenderStyle.h
    M Source/WebCore/rendering/style/RenderStyleInlines.h
    M Source/WebCore/rendering/style/RenderStyleSetters.h
    M Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp
    M Source/WebCore/rendering/style/StyleRareNonInheritedData.h
    M Source/WebCore/rendering/updating/RenderTreeUpdater.cpp
    M Source/WebCore/style/StyleAdjuster.cpp
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleExtractorConverter.h
    M Source/WebCore/style/StyleExtractorCustom.h
    M Source/WebCore/style/StyleExtractorSerializer.h
    M Source/WebCore/style/StyleInterpolationWrappers.h
    A Source/WebCore/style/values/sizing/StyleContainIntrinsicSize.cpp
    A Source/WebCore/style/values/sizing/StyleContainIntrinsicSize.h
    M Source/WebCore/style/values/text-decoration/StyleTextUnderlineOffset.cpp

  Log Message:
  -----------
  [Style] Convert contain-intrinsic-width/contain-intrinsic-height to use 
strong style types
https://bugs.webkit.org/show_bug.cgi?id=295499

Reviewed by Darin Adler.

Bundles up the values for the `contain-intrinsic-width` and 
`contain-intrinsic-height`
properties into a new `Style::ContainIntrinsicSize` type.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/values/CSSValueAggregates.h:
* Source/WebCore/dom/Document.cpp:
* Source/WebCore/rendering/RenderBox.cpp:
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/RenderStyleSetters.h:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareNonInheritedData.h:
* Source/WebCore/rendering/updating/RenderTreeUpdater.cpp:
* Source/WebCore/style/StyleAdjuster.cpp:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorCustom.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/values/sizing/StyleContainIntrinsicSize.cpp: Added.
* Source/WebCore/style/values/sizing/StyleContainIntrinsicSize.h: Added.

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