[webkit-changes] [WebKit/WebKit] da43c6: [Materials] Add parsing support for hosted materials
Aditya Keerthi
noreply at github.com
Sat Feb 8 18:14:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: da43c69fc195a774a26517778fa3c4174f8c3cc6
https://github.com/WebKit/WebKit/commit/da43c69fc195a774a26517778fa3c4174f8c3cc6
Author: Aditya Keerthi <akeerthi at apple.com>
Date: 2025-02-08 (Sat, 08 Feb 2025)
Changed paths:
M Source/WebCore/css/CSSPrimitiveValueMappings.h
M Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.cpp
M Source/WebCore/platform/cocoa/AppleVisualEffect.cpp
M Source/WebCore/platform/cocoa/AppleVisualEffect.h
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
M Tools/TestWebKitAPI/SourcesCocoa.txt
M Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
A Tools/TestWebKitAPI/Tests/WebKitCocoa/AppleVisualEffectTests.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/LoadInvalidURLRequest.mm
Log Message:
-----------
[Materials] Add parsing support for hosted materials
https://bugs.webkit.org/show_bug.cgi?id=287336
rdar://144455583
Reviewed by Richard Robinson.
Handle `CSSValueAppleSystemHostedBlurMaterial` and introduce `AppleVisualEffect::HostedBlurMaterial`.
* Source/WebCore/css/CSSPrimitiveValueMappings.h:
(WebCore::toCSSValueID):
(WebCore::fromCSSValueID):
* Source/WebCore/css/parser/CSSPropertyParserConsumer+AppleVisualEffect.cpp:
(WebCore::CSSPropertyParserHelpers::isKeywordValidForAppleVisualEffect):
* Source/WebCore/platform/cocoa/AppleVisualEffect.cpp:
(WebCore::appleVisualEffectNeedsBackdrop):
(WebCore::appleVisualEffectAppliesFilter):
(WebCore::operator<<):
* Source/WebCore/platform/cocoa/AppleVisualEffect.h:
* Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreePropertyApplier.mm:
(WebKit::materialRecipeForAppleVisualEffect):
(WebKit::materialVisualStyleForAppleVisualEffect):
(WebKit::materialVisualStyleCategoryForAppleVisualEffect):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Tools/TestWebKitAPI/SourcesCocoa.txt:
* Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/AppleVisualEffectTests.mm: Added.
* Tools/TestWebKitAPI/Tests/WebKitCocoa/LoadInvalidURLRequest.mm:
Unified sources build fix.
Canonical link: https://commits.webkit.org/290103@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