Skip to content

Commit

Permalink
[WebXR] Enable WebXR by default where it is supported
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271915
<rdar://problem/125631316>

Reviewed by Cameron McCormack.

Enable the flag by default for platforms where ENABLE_WEBXR is true,
with the exception of the AR module.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:

Canonical link: https://commits.webkit.org/276846@main
  • Loading branch information
mwyrzykowski committed Mar 29, 2024
1 parent bb60119 commit f71983c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7871,48 +7871,48 @@ WebXRAugmentedRealityModuleEnabled:

WebXREnabled:
type: bool
status: testable
status: stable
category: dom
humanReadableName: "WebXR Device API"
humanReadableDescription: "Adds support for accessing virtual reality (VR) and augmented reality (AR) devices, including sensors and head-mounted displays, on the Web"
condition: ENABLE(WEBXR)
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

WebXRGamepadsModuleEnabled:
type: bool
status: testable
status: stable
category: dom
humanReadableName: "WebXR Gamepads Module"
humanReadableDescription: "Adds support for the WebXR Gamepads Module"
condition: ENABLE(WEBXR)
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

WebXRHandInputModuleEnabled:
type: bool
status: testable
status: stable
category: dom
humanReadableName: "WebXR Hand Input Module"
humanReadableDescription: "Adds support for the Hands Input Module for WebXR"
condition: ENABLE(WEBXR_HANDS)
defaultValue:
WebKitLegacy:
default: false
default: true
WebKit:
default: false
default: true
WebCore:
default: false
default: true

WheelEventGesturesBecomeNonBlocking:
type: bool
Expand Down

0 comments on commit f71983c

Please sign in to comment.