Title: [236281] trunk/Source/WebKit
Revision
236281
Author
jer.no...@apple.com
Date
2018-09-20 14:27:33 -0700 (Thu, 20 Sep 2018)

Log Message

Enable Modern EME by default
https://bugs.webkit.org/show_bug.cgi?id=189794

Reviewed by Jon Lee.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236280 => 236281)


--- trunk/Source/WebKit/ChangeLog	2018-09-20 21:11:36 UTC (rev 236280)
+++ trunk/Source/WebKit/ChangeLog	2018-09-20 21:27:33 UTC (rev 236281)
@@ -1,3 +1,12 @@
+2018-09-20  Jer Noble  <jer.no...@apple.com>
+
+        Enable Modern EME by default
+        https://bugs.webkit.org/show_bug.cgi?id=189794
+
+        Reviewed by Jon Lee.
+
+        * Shared/WebPreferences.yaml:
+
 2018-09-20  Thibault Saunier  <tsaun...@igalia.com>
 
         [GTK][WPE] Make sure MediaDeviceEnabled and PeerConnectionEnabled are always synced with enable-media-stream

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (236280 => 236281)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-09-20 21:11:36 UTC (rev 236280)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-09-20 21:27:33 UTC (rev 236281)
@@ -1130,6 +1130,12 @@
   defaultValue: true
   condition: ENABLE(MEDIA_SOURCE)
 
+EncryptedMediaAPIEnabled:
+  type: bool
+  defaultValue: true
+  webcoreBinding: RuntimeEnabledFeatures
+  condition: ENABLE(ENCRYPTED_MEDIA)
+
 # For experimental features:
 # The type should be boolean.
 # You must provide a humanReadableName and humanReadableDescription for all experimental features. They
@@ -1244,15 +1250,6 @@
   webcoreBinding: RuntimeEnabledFeatures
   webcoreName: serverTimingEnabled
 
-EncryptedMediaAPIEnabled:
-  type: bool
-  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
-  humanReadableName: "Modern Encrypted Media API"
-  humanReadableDescription: "Enable Modern Encrypted Media API"
-  webcoreBinding: RuntimeEnabledFeatures
-  category: experimental
-  condition: ENABLE(ENCRYPTED_MEDIA)
-
 # For internal features:
 # The type should be boolean.
 # You must provide a humanReadableName and humanReadableDescription for all debug features. They
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to