Title: [230521] trunk/Source
Revision
230521
Author
commit-qu...@webkit.org
Date
2018-04-11 05:05:45 -0700 (Wed, 11 Apr 2018)

Log Message

[Web Animations] Turn Web Animations on by default
https://bugs.webkit.org/show_bug.cgi?id=184491

Patch by Antoine Quint <grao...@apple.com> on 2018-04-11
Reviewed by Simon Fraser.

Source/WebCore:

* page/RuntimeEnabledFeatures.h:

Source/WebKit:

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (230520 => 230521)


--- trunk/Source/WebCore/ChangeLog	2018-04-11 09:37:14 UTC (rev 230520)
+++ trunk/Source/WebCore/ChangeLog	2018-04-11 12:05:45 UTC (rev 230521)
@@ -1,3 +1,12 @@
+2018-04-11  Antoine Quint  <grao...@apple.com>
+
+        [Web Animations] Turn Web Animations on by default
+        https://bugs.webkit.org/show_bug.cgi?id=184491
+
+        Reviewed by Simon Fraser.
+
+        * page/RuntimeEnabledFeatures.h:
+
 2018-04-11  Ryosuke Niwa  <rn...@webkit.org>
 
         Fix warning in HashTools.h for newer versions of clang

Modified: trunk/Source/WebCore/page/RuntimeEnabledFeatures.h (230520 => 230521)


--- trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-11 09:37:14 UTC (rev 230520)
+++ trunk/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-11 12:05:45 UTC (rev 230521)
@@ -336,7 +336,7 @@
     bool m_isWritableStreamAPIEnabled { false };
 #endif
 
-    bool m_areWebAnimationsEnabled { false };
+    bool m_areWebAnimationsEnabled { true };
     bool m_areCSSAnimationsAndCSSTransitionsBackedByWebAnimationsEnabled { false };
 
 #if ENABLE(WEBGL2)

Modified: trunk/Source/WebKit/ChangeLog (230520 => 230521)


--- trunk/Source/WebKit/ChangeLog	2018-04-11 09:37:14 UTC (rev 230520)
+++ trunk/Source/WebKit/ChangeLog	2018-04-11 12:05:45 UTC (rev 230521)
@@ -1,3 +1,12 @@
+2018-04-11  Antoine Quint  <grao...@apple.com>
+
+        [Web Animations] Turn Web Animations on by default
+        https://bugs.webkit.org/show_bug.cgi?id=184491
+
+        Reviewed by Simon Fraser.
+
+        * Shared/WebPreferences.yaml:
+
 2018-04-10  Brent Fulgham  <bfulg...@apple.com>
 
         Unreviewed test fix after r230468

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (230520 => 230521)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-04-11 09:37:14 UTC (rev 230520)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-04-11 12:05:45 UTC (rev 230521)
@@ -1173,7 +1173,7 @@
 
 WebAnimationsEnabled:
   type: bool
-  defaultValue: false
+  defaultValue: true
   humanReadableName: "Web Animations"
   humanReadableDescription: "Web Animations prototype"
   category: experimental
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to