Title: [231257] trunk/Source/WebKit
Revision
231257
Author
[email protected]
Date
2018-05-02 13:22:16 -0700 (Wed, 02 May 2018)

Log Message

Make EncryptedMediaAPIEnabled an experimental feature
https://bugs.webkit.org/show_bug.cgi?id=185212

Reviewed by Eric Carlson.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (231256 => 231257)


--- trunk/Source/WebKit/ChangeLog	2018-05-02 20:07:58 UTC (rev 231256)
+++ trunk/Source/WebKit/ChangeLog	2018-05-02 20:22:16 UTC (rev 231257)
@@ -1,3 +1,12 @@
+2018-05-02  Jer Noble  <[email protected]>
+
+        Make EncryptedMediaAPIEnabled an experimental feature
+        https://bugs.webkit.org/show_bug.cgi?id=185212
+
+        Reviewed by Eric Carlson.
+
+        * Shared/WebPreferences.yaml:
+
 2018-05-02  Per Arne Vollan  <[email protected]>
 
         Adjust sandbox profile in simulator mode.

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (231256 => 231257)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-05-02 20:07:58 UTC (rev 231256)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-05-02 20:22:16 UTC (rev 231257)
@@ -667,6 +667,9 @@
 EncryptedMediaAPIEnabled:
   type: bool
   defaultValue: false
+  humanReadableName: "Modern Encrypted Media API"
+  humanReadableDescription: "Modern Encrypted Media API"
+  category: experimental
   webcoreBinding: RuntimeEnabledFeatures
   condition: ENABLE(ENCRYPTED_MEDIA)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to