[webkit-changes] [WebKit/WebKit] 23e143: [WebXR] Place IPC end points behind feature flag
mwyrzykowski
noreply at github.com
Tue Aug 27 08:31:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 23e143dccc94035eb18e660395969a2b46bac4ec
https://github.com/WebKit/WebKit/commit/23e143dccc94035eb18e660395969a2b46bac4ec
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRBinding.messages.in
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRProjectionLayer.messages.in
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRSubImage.messages.in
M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.messages.in
Log Message:
-----------
[WebXR] Place IPC end points behind feature flag
https://bugs.webkit.org/show_bug.cgi?id=278679
radar://134734773
Reviewed by Dan Glastonbury and Ada Chan.
Ensure these IPC calls can't be called if the feature flag is disabled,
which is the default.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRBinding.messages.in:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRProjectionLayer.messages.in:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRSubImage.messages.in:
* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteXRView.messages.in:
Canonical link: https://commits.webkit.org/282789@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