Title: [233264] trunk/Source/WebKit
Revision
233264
Author
[email protected]
Date
2018-06-27 10:41:09 -0700 (Wed, 27 Jun 2018)

Log Message

Promote the Secure Context API feature from experimental-yet-on-by-default to always-on

Reviewed by Dan Bates.

* Shared/WebPreferences.yaml:
Secure Context API is on by default, it's not experimental anymore.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (233263 => 233264)


--- trunk/Source/WebKit/ChangeLog	2018-06-27 17:38:27 UTC (rev 233263)
+++ trunk/Source/WebKit/ChangeLog	2018-06-27 17:41:09 UTC (rev 233264)
@@ -1,5 +1,14 @@
 2018-06-27  Timothy Horton  <[email protected]>
 
+        Promote the Secure Context API feature from experimental-yet-on-by-default to always-on
+
+        Reviewed by Dan Bates.
+
+        * Shared/WebPreferences.yaml:
+        Secure Context API is on by default, it's not experimental anymore.
+
+2018-06-27  Timothy Horton  <[email protected]>
+
         Make Link Preload an on-by-default feature
         https://bugs.webkit.org/show_bug.cgi?id=187104
 

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (233263 => 233264)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-27 17:38:27 UTC (rev 233263)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-06-27 17:41:09 UTC (rev 233264)
@@ -1102,6 +1102,11 @@
   defaultValue: true
   webcoreBinding: RuntimeEnabledFeatures
 
+IsSecureContextAttributeEnabled:
+  type: bool
+  defaultValue: true
+  webcoreBinding: RuntimeEnabledFeatures
+
 # For experimental features:
 # The type should be boolean.
 # You must provide a humanReadableName and humanReadableName for all experimental features. They
@@ -1150,14 +1155,6 @@
   category: experimental
   condition: ENABLE(WEB_RTC)
 
-IsSecureContextAttributeEnabled:
-  type: bool
-  defaultValue: true
-  humanReadableName: "Secure Contexts API"
-  humanReadableDescription: "Enable Secure Contexts API"
-  category: experimental
-  webcoreBinding: RuntimeEnabledFeatures
-
 FetchAPIKeepAliveEnabled:
   type: bool
   defaultValue: false
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to