Title: [232186] trunk/Source/WebKit
- Revision
- 232186
- Author
- [email protected]
- Date
- 2018-05-25 06:47:11 -0700 (Fri, 25 May 2018)
Log Message
[Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features
https://bugs.webkit.org/show_bug.cgi?id=185919
Reviewed by Dean Jackson.
* Shared/WebPreferences.yaml:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (232185 => 232186)
--- trunk/Source/WebKit/ChangeLog 2018-05-25 13:45:15 UTC (rev 232185)
+++ trunk/Source/WebKit/ChangeLog 2018-05-25 13:47:11 UTC (rev 232186)
@@ -1,3 +1,12 @@
+2018-05-23 Antoine Quint <[email protected]>
+
+ [Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features
+ https://bugs.webkit.org/show_bug.cgi?id=185919
+
+ Reviewed by Dean Jackson.
+
+ * Shared/WebPreferences.yaml:
+
2018-05-24 Dan Bernstein <[email protected]>
ProcessLauncherMac.mm contains a couple of meaningless #ifndef directives
Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (232185 => 232186)
--- trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-05-25 13:45:15 UTC (rev 232185)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml 2018-05-25 13:47:11 UTC (rev 232186)
@@ -1188,7 +1188,7 @@
WebAnimationsEnabled:
type: bool
- defaultValue: true
+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
humanReadableName: "Web Animations"
humanReadableDescription: "Web Animations prototype"
category: experimental
@@ -1196,7 +1196,7 @@
WebAnimationsCSSIntegrationEnabled:
type: bool
- defaultValue: false
+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
humanReadableName: "Web Animations and CSS Integration"
humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()"
category: experimental
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes