Title: [230682] tags/Safari-606.1.13.1/Source
Revision
230682
Author
kocsen_ch...@apple.com
Date
2018-04-16 14:52:24 -0700 (Mon, 16 Apr 2018)

Log Message

Cherry-pick r230521. rdar://problem/39344671

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-606.1.13.1/Source/WebCore/ChangeLog (230681 => 230682)


--- tags/Safari-606.1.13.1/Source/WebCore/ChangeLog	2018-04-16 21:50:26 UTC (rev 230681)
+++ tags/Safari-606.1.13.1/Source/WebCore/ChangeLog	2018-04-16 21:52:24 UTC (rev 230682)
@@ -1,3 +1,32 @@
+2018-04-16  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r230521. rdar://problem/39344671
+
+    [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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-12  Kocsen Chung  <kocsen_ch...@apple.com>
 
         Revert r230521. rdar://problem/39399564

Modified: tags/Safari-606.1.13.1/Source/WebCore/page/RuntimeEnabledFeatures.h (230681 => 230682)


--- tags/Safari-606.1.13.1/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-16 21:50:26 UTC (rev 230681)
+++ tags/Safari-606.1.13.1/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-16 21:52:24 UTC (rev 230682)
@@ -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: tags/Safari-606.1.13.1/Source/WebKit/ChangeLog (230681 => 230682)


--- tags/Safari-606.1.13.1/Source/WebKit/ChangeLog	2018-04-16 21:50:26 UTC (rev 230681)
+++ tags/Safari-606.1.13.1/Source/WebKit/ChangeLog	2018-04-16 21:52:24 UTC (rev 230682)
@@ -1,3 +1,32 @@
+2018-04-16  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Cherry-pick r230521. rdar://problem/39344671
+
+    [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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@230521 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-12  Kocsen Chung  <kocsen_ch...@apple.com>
 
         Revert r230521. rdar://problem/39399564

Modified: tags/Safari-606.1.13.1/Source/WebKit/Shared/WebPreferences.yaml (230681 => 230682)


--- tags/Safari-606.1.13.1/Source/WebKit/Shared/WebPreferences.yaml	2018-04-16 21:50:26 UTC (rev 230681)
+++ tags/Safari-606.1.13.1/Source/WebKit/Shared/WebPreferences.yaml	2018-04-16 21:52:24 UTC (rev 230682)
@@ -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