Skip to content

Commit

Permalink
[visionOS] Enable Linear Media Player by default
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271172
rdar://123402134

Reviewed by Jer Noble.

Changed LinearMediaPlayerEnabled's category to internal and set its default value to true in WebKit.

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

Canonical link: https://commits.webkit.org/276373@main
  • Loading branch information
aestes committed Mar 19, 2024
1 parent 9aeec6f commit c330ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3739,7 +3739,7 @@ LegacyOverflowScrollingTouchEnabled:

LinearMediaPlayerEnabled:
type: bool
status: unstable
status: internal
category: media
humanReadableName: "Linear Media Player"
humanReadableDescription: "Enable LinearMediaPlayer for fullscreen video"
Expand All @@ -3748,7 +3748,7 @@ LinearMediaPlayerEnabled:
WebKitLegacy:
default: false
WebKit:
default: false
default: true
WebCore:
default: false

Expand Down

0 comments on commit c330ea9

Please sign in to comment.