[webkit-changes] [WebKit/WebKit] 077a37: Split view transition related css property parsing...
Commit Queue
noreply at github.com
Sat Sep 7 17:28:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 077a372d996a643901b58448bf8ca8abd8d8c236
https://github.com/WebKit/WebKit/commit/077a372d996a643901b58448bf8ca8abd8d8c236
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
A Source/WebCore/css/parser/CSSPropertyParserConsumer+ViewTransition.cpp
A Source/WebCore/css/parser/CSSPropertyParserConsumer+ViewTransition.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 view transition related css property parsing out into its own file
https://bugs.webkit.org/show_bug.cgi?id=279298
Reviewed by Tim Nguyen and 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/parser/CSSPropertyParserConsumer+ViewTransition.cpp: Added.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+ViewTransition.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/283306@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