Title: [273165] trunk/Source/WTF
Revision
273165
Author
jer.no...@apple.com
Date
2021-02-19 14:56:07 -0800 (Fri, 19 Feb 2021)

Log Message

[Cocoa] Enable Opus decode support by default
https://bugs.webkit.org/show_bug.cgi?id=222131

Reviewed by Eric Carlson.

* Scripts/Preferences/WebPreferencesExperimental.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (273164 => 273165)


--- trunk/Source/WTF/ChangeLog	2021-02-19 21:35:05 UTC (rev 273164)
+++ trunk/Source/WTF/ChangeLog	2021-02-19 22:56:07 UTC (rev 273165)
@@ -1,3 +1,12 @@
+2021-02-19  Jer Noble  <jer.no...@apple.com>
+
+        [Cocoa] Enable Opus decode support by default
+        https://bugs.webkit.org/show_bug.cgi?id=222131
+
+        Reviewed by Eric Carlson.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+
 2021-02-19  Aditya Keerthi  <akeer...@apple.com>
 
         [iOS][FCR] Enable the new appearance by default

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (273164 => 273165)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-02-19 21:35:05 UTC (rev 273164)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-02-19 22:56:07 UTC (rev 273165)
@@ -634,9 +634,9 @@
   webcoreBinding: RuntimeEnabledFeatures
   defaultValue:
     WebKitLegacy:
-      default: false
+      default: true
     WebKit:
-      default: false
+      default: true
 
 OverscrollBehaviorEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to