[webkit-changes] [WebKit/WebKit] b0f30a: [Materials] Use custom parsing for `-apple-visual-...
Aditya Keerthi
noreply at github.com
Sat Feb 8 09:59:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b0f30ae12f8c1c0b662c05f1b62eb8dc8a1c6ba0
https://github.com/WebKit/WebKit/commit/b0f30ae12f8c1c0b662c05f1b62eb8dc8a1c6ba0
Author: Aditya Keerthi <akeerthi at apple.com>
Date: 2025-02-08 (Sat, 08 Feb 2025)
Changed paths:
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/css/CSSProperties.json
M Source/WebCore/css/parser/CSSPropertyParser.cpp
A Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.cpp
A Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.h
M Source/WebCore/css/process-css-properties.py
Log Message:
-----------
[Materials] Use custom parsing for `-apple-visual-effect`
https://bugs.webkit.org/show_bug.cgi?id=287273
rdar://144400935
Reviewed by Richard Robinson and Abrar Rahman Protyasha.
Use custom parsing to allow for keywords from WebKitAdditions.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/css/CSSProperties.json:
* Source/WebCore/css/parser/CSSPropertyParser.cpp:
* Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.cpp: Added.
(WebCore::CSSPropertyParserHelpers::isKeywordValidForAppleVisualEffect):
(WebCore::CSSPropertyParserHelpers::consumeAppleVisualEffect):
* Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.h: Added.
* Source/WebCore/css/process-css-properties.py:
Canonical link: https://commits.webkit.org/290090@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