Title: [239446] trunk/Source/WebKit
Revision
239446
Author
jer.no...@apple.com
Date
2018-12-20 10:08:14 -0800 (Thu, 20 Dec 2018)

Log Message

Enable MediaCapabilities by default.
https://bugs.webkit.org/show_bug.cgi?id=192340
<rdar://problem/46435149>

Reviewed by Dean Jackson.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (239445 => 239446)


--- trunk/Source/WebKit/ChangeLog	2018-12-20 17:45:18 UTC (rev 239445)
+++ trunk/Source/WebKit/ChangeLog	2018-12-20 18:08:14 UTC (rev 239446)
@@ -1,3 +1,13 @@
+2018-12-20  Jer Noble  <jer.no...@apple.com>
+
+        Enable MediaCapabilities by default.
+        https://bugs.webkit.org/show_bug.cgi?id=192340
+        <rdar://problem/46435149>
+
+        Reviewed by Dean Jackson.
+
+        * Shared/WebPreferences.yaml:
+
 2018-12-20  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] WebDriver: tests in imported/w3c/webdriver/tests/element_clear/user_prompts.py are failing

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (239445 => 239446)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-12-20 17:45:18 UTC (rev 239445)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-12-20 18:08:14 UTC (rev 239446)
@@ -1097,10 +1097,7 @@
 
 MediaCapabilitiesEnabled:
   type: bool
-  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
-  humanReadableName: "Media Capabilities API"
-  humanReadableDescription: "Media Capabilities API"
-  category: experimental
+  defaultValue: true
 
 SystemPreviewEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to