Title: [276338] trunk/Source/WTF
Revision
276338
Author
[email protected]
Date
2021-04-20 17:48:09 -0700 (Tue, 20 Apr 2021)

Log Message

[Cocoa] Enable MediaSession and MediaSessionCoordinator experimental features
https://bugs.webkit.org/show_bug.cgi?id=224822
<rdar://problem/76908014>

Reviewed by Jer Noble.

* Scripts/Preferences/WebPreferencesExperimental.yaml: Change the defaults for
MediaSessionCoordinatorEnabled and MediaSessionEnabled to true.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (276337 => 276338)


--- trunk/Source/WTF/ChangeLog	2021-04-21 00:46:35 UTC (rev 276337)
+++ trunk/Source/WTF/ChangeLog	2021-04-21 00:48:09 UTC (rev 276338)
@@ -1,3 +1,14 @@
+2021-04-20  Eric Carlson  <[email protected]>
+
+        [Cocoa] Enable MediaSession and MediaSessionCoordinator experimental features
+        https://bugs.webkit.org/show_bug.cgi?id=224822
+        <rdar://problem/76908014>
+
+        Reviewed by Jer Noble.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml: Change the defaults for
+        MediaSessionCoordinatorEnabled and MediaSessionEnabled to true.
+
 2021-04-20  Michael Catanzaro  <[email protected]>
 
         Lots of spurious -Wnonnull warnings with GCC 11

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (276337 => 276338)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-04-21 00:46:35 UTC (rev 276337)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-04-21 00:48:09 UTC (rev 276338)
@@ -663,11 +663,11 @@
   condition: ENABLE(MEDIA_SESSION_COORDINATOR)
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 MediaSessionEnabled:
   type: bool
@@ -676,11 +676,11 @@
   condition: ENABLE(MEDIA_SESSION)
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
     WebCore:
-      default: false
+      default: true
 
 MediaSessionPlaylistEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to