Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 31917b9466e90982e0ea073f3b256a20ea0ed7fc
      
https://github.com/WebKit/WebKit/commit/31917b9466e90982e0ea073f3b256a20ea0ed7fc
  Author: Sam Weinig <[email protected]>
  Date:   2025-11-23 (Sun, 23 Nov 2025)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M 
Source/WebCore/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/animation/StyleOriginatedTimelinesController.cpp
    M Source/WebCore/animation/StyleOriginatedTimelinesController.h
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/css/values/CSSValueAggregates.h
    R Source/WebCore/rendering/style/NameScope.h
    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/style/AnchorPositionEvaluator.cpp
    M Source/WebCore/style/StyleBuilderConverter.h
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleExtractorConverter.h
    M Source/WebCore/style/StyleExtractorSerializer.h
    A Source/WebCore/style/StyleNameScope.cpp
    A Source/WebCore/style/StyleNameScope.h
    M Source/WebCore/style/StyleTreeResolver.cpp
    M Source/WebCore/style/values/StyleValueTypes+CSSValueConversion.h
    M Source/WebCore/style/values/images/StyleImageOrientation.cpp

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

Reviewed by Darin Adler.

Converts the 'anchor-scope' and 'timeline-scope' properties to use strong style 
types

Moves the existing NameScope type into WebCore/style and into the
`Style` namespace, updating it to support conversion and extraction.

A new aggregate family, [Space|Comma]SeparatedListHashSet was added
to support the existing data structure being used by NameScope.

* Source/WebCore/Headers.cmake:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/animation/StyleOriginatedTimelinesController.cpp:
* Source/WebCore/animation/StyleOriginatedTimelinesController.h:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/values/CSSValueAggregates.h:
* Source/WebCore/rendering/style/NameScope.h: Removed.
* 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/style/AnchorPositionEvaluator.cpp:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleNameScope.cpp: Added.
* Source/WebCore/style/StyleNameScope.h: Added.
* Source/WebCore/style/StyleTreeResolver.cpp:
* Source/WebCore/style/values/StyleValueTypes+CSSValueConversion.h:
* Source/WebCore/style/values/images/StyleImageOrientation.cpp:

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



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

Reply via email to