[webkit-changes] [WebKit/WebKit] 1ea845: Split grid related css property parsing out into i...
Commit Queue
noreply at github.com
Sat Sep 7 11:14:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1ea845c668bd7b389f81770883f6fda66401bf6d
https://github.com/WebKit/WebKit/commit/1ea845c668bd7b389f81770883f6fda66401bf6d
Author: Sam Weinig <sam at webkit.org>
Date: 2024-09-07 (Sat, 07 Sep 2024)
Changed paths:
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/ShorthandSerializer.cpp
M Source/WebCore/css/parser/CSSPropertyParser.cpp
A Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp
A Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.h
M Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp
M Source/WebCore/css/parser/CSSPropertyParserHelpers.h
M Source/WebCore/css/process-css-properties.py
Log Message:
-----------
Split grid related css property parsing out into its own file
https://bugs.webkit.org/show_bug.cgi?id=279294
Reviewed by Darin Adler.
Just splits the consumers out into their own file. No additional cleanup performed.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/ShorthandSerializer.cpp:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Grid.h: Added.
* Source/WebCore/css/parser/CSSPropertyParserHelpers.cpp:
* Source/WebCore/css/parser/CSSPropertyParserHelpers.h:
* Source/WebCore/css/process-css-properties.py:
Canonical link: https://commits.webkit.org/283303@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list