Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable experimental web features on platforms without UI to enable them
<https://webkit.org/b/233152> <rdar://problem/85430643> Reviewed by Brent Fulgham. Source/WebKit: * UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm: (WebKit::RemoteLayerTreeHost::makeNode): * WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.h: * WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.mm: - Fix build when ENABLE(MODEL_ELEMENT) is false. Source/WTF: * wtf/PlatformEnableCocoa.h: (ENABLE_CORE_IMAGE_ACCELERATED_FILTER_RENDER): (ENABLE_CSS_PAINTING_API): (ENABLE_CSS_TYPED_OM): (ENABLE_MODEL_ELEMENT): (ENABLE_SEPARATED_MODEL): - Disable if HAVE(EXPERIMENTAL_WEB_FEATURES_UI) is defined. * wtf/PlatformHave.h: (HAVE_EXPERIMENTAL_WEB_FEATURES_UI): Add. - Define for tvOS and watchOS, which don't have UI to enable experimental web features. (HAVE_CELESTIAL): (HAVE_CFNETWORK_ALTERNATIVE_SERVICE): (HAVE_NETWORK_LOADER): (HAVE_AVSAMPLEBUFFERVIDEOOUTPUT): - Disable if HAVE(EXPERIMENTAL_WEB_FEATURES_UI) is defined. Canonical link: https://commits.webkit.org/244633@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286272 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
65 additions
and 10 deletions.
- +25 −0 Source/WTF/ChangeLog
- +6 −6 Source/WTF/wtf/PlatformEnableCocoa.h
- +9 −3 Source/WTF/wtf/PlatformHave.h
- +14 −0 Source/WebKit/ChangeLog
- +3 −1 Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeHostIOS.mm
- +4 −0 Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.h
- +4 −0 Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCALayerRemoteModelHosting.mm
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters