[webkit-changes] [WebKit/WebKit] 0330e6: Check for usesWebKitBehavior at runtime.
mattwoodrow
noreply at github.com
Wed Aug 16 18:21:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0330e6332cb9c60df9867ef5e12c193e6c1b2767
https://github.com/WebKit/WebKit/commit/0330e6332cb9c60df9867ef5e12c193e6c1b2767
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/platform/glib/TestExpectations
M LayoutTests/platform/ios-wk2/TestExpectations
M LayoutTests/platform/mac-wk2/TestExpectations
M Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h
M Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm
Log Message:
-----------
Check for usesWebKitBehavior at runtime.
https://bugs.webkit.org/show_bug.cgi?id=260178
<rdar://113874964>
Reviewed by Dan Glastonbury.
We should be able to enable 3d transform interop at runtime, if the required property is available.
* LayoutTests/TestExpectations:
* LayoutTests/platform/glib/TestExpectations:
* Source/WebCore/PAL/pal/spi/cocoa/QuartzCoreSPI.h:
* Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
(WebCore::PlatformCALayerCocoa::commonInit):
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.mm:
(WebKit::RemoteLayerTreeHost::createLayer):
Canonical link: https://commits.webkit.org/266974@main
More information about the webkit-changes
mailing list