Title: [236567] tags/Safari-607.1.8/Source/WebKit
Revision
236567
Author
[email protected]
Date
2018-09-27 13:14:06 -0700 (Thu, 27 Sep 2018)

Log Message

Revert r236281. rdar://problem/44840699

Modified Paths

Diff

Modified: tags/Safari-607.1.8/Source/WebKit/ChangeLog (236566 => 236567)


--- tags/Safari-607.1.8/Source/WebKit/ChangeLog	2018-09-27 20:10:26 UTC (rev 236566)
+++ tags/Safari-607.1.8/Source/WebKit/ChangeLog	2018-09-27 20:14:06 UTC (rev 236567)
@@ -1,3 +1,7 @@
+2018-09-27  Kocsen Chung  <[email protected]>
+
+        Revert r236281. rdar://problem/44840699
+
 2018-09-24  Alex Christensen  <[email protected]>
 
         Build fix.

Modified: tags/Safari-607.1.8/Source/WebKit/Shared/WebPreferences.yaml (236566 => 236567)


--- tags/Safari-607.1.8/Source/WebKit/Shared/WebPreferences.yaml	2018-09-27 20:10:26 UTC (rev 236566)
+++ tags/Safari-607.1.8/Source/WebKit/Shared/WebPreferences.yaml	2018-09-27 20:14:06 UTC (rev 236567)
@@ -1126,12 +1126,6 @@
   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
@@ -1254,6 +1248,15 @@
   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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to