Title: [231262] tags/Safari-606.1.16/Source/WebKit
Revision
231262
Author
[email protected]
Date
2018-05-02 14:11:49 -0700 (Wed, 02 May 2018)

Log Message

Cherry-pick r231257. rdar://problem/39916202

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

    Reviewed by Eric Carlson.

    * Shared/WebPreferences.yaml:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231257 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-606.1.16/Source/WebKit/ChangeLog (231261 => 231262)


--- tags/Safari-606.1.16/Source/WebKit/ChangeLog	2018-05-02 21:01:39 UTC (rev 231261)
+++ tags/Safari-606.1.16/Source/WebKit/ChangeLog	2018-05-02 21:11:49 UTC (rev 231262)
@@ -1,3 +1,25 @@
+2018-05-02  Jason Marcell  <[email protected]>
+
+        Cherry-pick r231257. rdar://problem/39916202
+
+    Make EncryptedMediaAPIEnabled an experimental feature
+    https://bugs.webkit.org/show_bug.cgi?id=185212
+    
+    Reviewed by Eric Carlson.
+    
+    * Shared/WebPreferences.yaml:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231257 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-01  Jer Noble  <[email protected]>
 
         Production build error in Migrate Header phase when WK_ALTERNATE_FRAMEWORKS_DIR is set to non-empty value

Modified: tags/Safari-606.1.16/Source/WebKit/Shared/WebPreferences.yaml (231261 => 231262)


--- tags/Safari-606.1.16/Source/WebKit/Shared/WebPreferences.yaml	2018-05-02 21:01:39 UTC (rev 231261)
+++ tags/Safari-606.1.16/Source/WebKit/Shared/WebPreferences.yaml	2018-05-02 21:11:49 UTC (rev 231262)
@@ -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