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

  Changed paths:
    M Source/WTF/wtf/RefCountedFixedVector.h
    M Source/WebCore/CMakeLists.txt
    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/rendering/RenderQuote.cpp
    R Source/WebCore/rendering/style/QuotesData.cpp
    R Source/WebCore/rendering/style/QuotesData.h
    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/StyleRareInheritedData.cpp
    M Source/WebCore/rendering/style/StyleRareInheritedData.h
    M Source/WebCore/style/StyleBuilderConverter.h
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StyleExtractorConverter.h
    M Source/WebCore/style/StyleExtractorSerializer.h
    M Source/WebCore/style/StyleInterpolationFunctions.h
    M Source/WebCore/style/StyleInterpolationWrappers.h
    A Source/WebCore/style/values/content/StyleQuotes.cpp
    A Source/WebCore/style/values/content/StyleQuotes.h

  Log Message:
  -----------
  [Style] Convert quotes property to use strong style types
https://bugs.webkit.org/show_bug.cgi?id=296220

Reviewed by Darin Adler.

Converts `quotes` property to use a strong style type.

To support this `WTF::RefCountedFixedVector` was extended with additional
constructors (matching `WTF::FixedVector`) and a CSS aggregates wrapping
it were added called `{Space,Comma}SeparatedRefCountedFixedVector`.

* Source/WTF/wtf/RefCountedFixedVector.h:
* Source/WebCore/CMakeLists.txt:
* 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/rendering/RenderQuote.cpp:
* Source/WebCore/rendering/style/QuotesData.cpp: Removed.
* Source/WebCore/rendering/style/QuotesData.h: Removed.
* Source/WebCore/rendering/style/RenderStyle.cpp:
* Source/WebCore/rendering/style/RenderStyle.h:
* Source/WebCore/rendering/style/RenderStyleInlines.h:
* Source/WebCore/rendering/style/StyleRareInheritedData.cpp:
* Source/WebCore/rendering/style/StyleRareInheritedData.h:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleExtractorConverter.h:
* Source/WebCore/style/StyleExtractorSerializer.h:
* Source/WebCore/style/StyleInterpolationFunctions.h:
* Source/WebCore/style/StyleInterpolationWrappers.h:
* Source/WebCore/style/values/content/StyleQuotes.cpp: Added.
* Source/WebCore/style/values/content/StyleQuotes.h: Added.

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