Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable HDR Media Capabilities by default
https://bugs.webkit.org/show_bug.cgi?id=205518
<rdar://problem/57674289>

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml:


Canonical link: https://commits.webkit.org/218733@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253853 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
jernoble committed Dec 20, 2019
1 parent 3d27e77 commit b0c88a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Source/WebKit/ChangeLog
@@ -1,3 +1,13 @@
2019-12-20 Jer Noble <jer.noble@apple.com>

Enable HDR Media Capabilities by default
https://bugs.webkit.org/show_bug.cgi?id=205518
<rdar://problem/57674289>

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml:

2019-12-20 Tim Horton <timothy_horton@apple.com>

Clean up and generalize some interaction additions
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit/Shared/WebPreferences.yaml
Expand Up @@ -1436,7 +1436,7 @@ MediaCapabilitiesExtensionsEnabled:

HDRMediaCapabilitiesEnabled:
type: bool
defaultValue: false
defaultValue: true
humanReadableName: "HDR Media Capabilities"
humanReadableDescription: "HDR Media Capabilities"
category: experimental
Expand Down

0 comments on commit b0c88a7

Please sign in to comment.