Title: [233265] trunk/Source/WebKit
- Revision
- 233265
- Author
- [email protected]
- Date
- 2018-06-27 10:59:37 -0700 (Wed, 27 Jun 2018)
Log Message
CSS Animation Triggers is not an experimental feature, should be globally off by default
Reviewed by Dean Jackson.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (233264 => 233265)
--- trunk/Source/WebKit/ChangeLog 2018-06-27 17:41:09 UTC (rev 233264)
+++ trunk/Source/WebKit/ChangeLog 2018-06-27 17:59:37 UTC (rev 233265)
@@ -1,5 +1,13 @@
2018-06-27 Timothy Horton <[email protected]>
+ CSS Animation Triggers is not an experimental feature, should be globally off by default
+
+ Reviewed by Dean Jackson.
+
+ * Shared/WebPreferences.yaml:
+
+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.
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (233264 => 233265)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-06-27 17:41:09 UTC (rev 233264)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-06-27 17:59:37 UTC (rev 233265)
@@ -94,7 +94,7 @@
CSSAnimationTriggersEnabled:
type: bool
- defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
+ defaultValue: false
webcoreBinding: RuntimeEnabledFeatures
webcoreName: animationTriggersEnabled
condition: ENABLE(CSS_ANIMATIONS_LEVEL_2)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes