Title: [219402] trunk/Source/WebKit2
Revision
219402
Author
dba...@webkit.org
Date
2017-07-12 09:57:16 -0700 (Wed, 12 Jul 2017)

Log Message

Update description of Secure Contexts experimental flag
https://bugs.webkit.org/show_bug.cgi?id=174401

Reviewed by Simon Fraser.

Change the description of the Secure Contexts experimental flag from "isSecureContext attribute"
to "Secure Contexts API".

* Shared/WebPreferencesDefinitions.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (219401 => 219402)


--- trunk/Source/WebKit2/ChangeLog	2017-07-12 16:44:12 UTC (rev 219401)
+++ trunk/Source/WebKit2/ChangeLog	2017-07-12 16:57:16 UTC (rev 219402)
@@ -1,3 +1,15 @@
+2017-07-12  Daniel Bates  <daba...@apple.com>
+
+        Update description of Secure Contexts experimental flag
+        https://bugs.webkit.org/show_bug.cgi?id=174401
+
+        Reviewed by Simon Fraser.
+
+        Change the description of the Secure Contexts experimental flag from "isSecureContext attribute"
+        to "Secure Contexts API".
+
+        * Shared/WebPreferencesDefinitions.h:
+
 2017-07-12  Matt Lewis  <jlew...@apple.com>
 
         Unreviewed, rolling out r219379.

Modified: trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h (219401 => 219402)


--- trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2017-07-12 16:44:12 UTC (rev 219401)
+++ trunk/Source/WebKit2/Shared/WebPreferencesDefinitions.h	2017-07-12 16:57:16 UTC (rev 219402)
@@ -359,9 +359,9 @@
     macro(ConstantPropertiesEnabled, constantPropertiesEnabled, Bool, bool, true, "Constant Properties", "Enable CSS constant() properties") \
     macro(DisplayContentsEnabled, displayContentsEnabled, Bool, bool, false, "CSS display: contents", "Enable CSS display: contents support") \
     macro(SpringTimingFunctionEnabled, springTimingFunctionEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "CSS Spring Animations", "CSS Spring Animation prototype") \
-    macro(IsSecureContextAttributeEnabled, isSecureContextAttributeEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "isSecureContext attribute", "Enable isSecureContext attribute") \
     macro(LinkPreloadEnabled, linkPreloadEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Link Preload", "Link preload support") \
     macro(WebRTCLegacyAPIDisabled, webRTCLegacyAPIDisabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Remove Legacy WebRTC API", "Remove Legacy WebRTC API") \
+    macro(IsSecureContextAttributeEnabled, isSecureContextAttributeEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "Secure Contexts API", "Enable Secure Contexts API") \
     macro(SubresourceIntegrityEnabled, subresourceIntegrityEnabled, Bool, bool, DEFAULT_EXPERIMENTAL_FEATURES_ENABLED, "SubresourceIntegrity", "Enable SubresourceIntegrity") \
     macro(ViewportFitEnabled, viewportFitEnabled, Bool, bool, true, "Viewport Fit", "Enable viewport-fit viewport parameter") \
     macro(WebAnimationsEnabled, webAnimationsEnabled, Bool, bool, false, "Web Animations", "Web Animations prototype") \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to