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

  Changed paths:
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/css/CSSFontFaceSet.cpp
    M Source/WebCore/css/CSSProperties.json
    M Source/WebCore/css/StyleProperties.cpp
    M Source/WebCore/css/calc/CSSCalcTree+Parser.cpp
    M Source/WebCore/css/parser/CSSFontVariantLigaturesParser.h
    M Source/WebCore/css/parser/CSSFontVariantNumericParser.h
    M Source/WebCore/css/parser/CSSParser.cpp
    M Source/WebCore/css/parser/CSSParserFastPaths.cpp
    M Source/WebCore/css/parser/CSSPropertyParser.cpp
    M Source/WebCore/css/parser/CSSPropertyParser.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Animations.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Animations.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Attr.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Attr.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Box.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Box.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Conditional.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Conditional.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Contain.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Contain.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Content.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Content.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Display.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Display.h
    M Source/WebCore/css/parser/CSSPropertyParserConsumer+Filter.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Inline.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Inline.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Inset.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Inset.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Page.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Page.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+PointerEvents.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+PointerEvents.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Ruby.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Ruby.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+ScrollSnap.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+ScrollSnap.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Scrollbars.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Scrollbars.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Sizing.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Sizing.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Speech.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Speech.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Syntax.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Syntax.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Text.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Text.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+TextDecoration.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+TextDecoration.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.h
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+WillChange.cpp
    A Source/WebCore/css/parser/CSSPropertyParserConsumer+WillChange.h
    R Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
    R Source/WebCore/css/parser/CSSPropertyParserHelpers.h
    M Source/WebCore/css/parser/CSSSupportsParser.cpp
    M Source/WebCore/css/process-css-properties.py
    M Source/WebCore/css/query/ContainerQueryParser.cpp
    M Source/WebCore/css/query/GenericMediaQueryParser.cpp
    M Source/WebCore/css/typedom/CSSNumericValue.cpp
    M Source/WebCore/editing/EditingStyle.cpp
    M Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp
    M Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.cpp
    M Source/WebCore/style/StyleBuilderConverter.h
    M Source/WebCore/style/StyleBuilderCustom.h
    M Source/WebCore/style/StylePendingResources.cpp
    M Source/WebCore/style/StyleResolveForFont.cpp

  Log Message:
  -----------
  Move remaining consumer functions in CSSPropertyParserHelpers to spec 
specific files
https://bugs.webkit.org/show_bug.cgi?id=283635

Reviewed by Darin Adler.

No functional changes, just code moving and comment additions.

* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSFontFaceSet.cpp:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/StyleProperties.cpp:
* Source/WebCore/css/calc/CSSCalcTree+Parser.cpp:
* Source/WebCore/css/parser/CSSFontVariantLigaturesParser.h:
* Source/WebCore/css/parser/CSSFontVariantNumericParser.h:
* Source/WebCore/css/parser/CSSParser.cpp:
* Source/WebCore/css/parser/CSSParserFastPaths.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.h:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Animations.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Animations.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Attr.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Attr.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Box.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Box.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Conditional.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Conditional.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Contain.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Contain.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Content.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Content.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Display.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Display.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Filter.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Inline.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Inline.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Inset.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Inset.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Overflow.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Page.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Page.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+PointerEvents.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+PointerEvents.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Ruby.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Ruby.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+SVG.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+ScrollSnap.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+ScrollSnap.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Scrollbars.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Scrollbars.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Sizing.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Sizing.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Speech.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Speech.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Syntax.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Syntax.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Text.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Text.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+TextDecoration.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+TextDecoration.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Transitions.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+UI.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+WillChange.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+WillChange.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp: Removed.
* Source/WebCore/css/parser/CSSPropertyParserHelpers.h: Removed.
* Source/WebCore/css/parser/CSSSupportsParser.cpp:
* Source/WebCore/css/process-css-properties.py:
* Source/WebCore/css/query/ContainerQueryParser.cpp:
* Source/WebCore/css/query/GenericMediaQueryParser.cpp:
* Source/WebCore/css/typedom/CSSNumericValue.cpp:
* Source/WebCore/editing/EditingStyle.cpp:
* Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:
* Source/WebCore/html/canvas/OffscreenCanvasRenderingContext2D.cpp:
* Source/WebCore/style/StyleBuilderConverter.h:
* Source/WebCore/style/StyleBuilderCustom.h:
* Source/WebCore/style/StyleResolveForFont.cpp:

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