Title: [231903] trunk/Source/WebKit
Revision
231903
Author
jer.no...@apple.com
Date
2018-05-17 09:12:35 -0700 (Thu, 17 May 2018)

Log Message

Turn Modern EME API on by default and remove it as an experimental feature
https://bugs.webkit.org/show_bug.cgi?id=185693
<rdar://problem/39954396>

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231902 => 231903)


--- trunk/Source/WebKit/ChangeLog	2018-05-17 16:08:51 UTC (rev 231902)
+++ trunk/Source/WebKit/ChangeLog	2018-05-17 16:12:35 UTC (rev 231903)
@@ -1,3 +1,13 @@
+2018-05-17  Jer Noble  <jer.no...@apple.com>
+
+        Turn Modern EME API on by default and remove it as an experimental feature
+        https://bugs.webkit.org/show_bug.cgi?id=185693
+        <rdar://problem/39954396>
+
+        Reviewed by Eric Carlson.
+
+        * Shared/WebPreferences.yaml:
+
 2018-05-17  Dean Jackson  <d...@apple.com>
 
         Safari optimized flow should be releasing viewer to prevent memory growth with subsequent launches/closes

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (231902 => 231903)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-05-17 16:08:51 UTC (rev 231902)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-05-17 16:12:35 UTC (rev 231903)
@@ -661,10 +661,9 @@
 
 EncryptedMediaAPIEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Modern Encrypted Media API"
   humanReadableDescription: "Modern Encrypted Media API"
-  category: experimental
   webcoreBinding: RuntimeEnabledFeatures
   condition: ENABLE(ENCRYPTED_MEDIA)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to