Title: [230617] tags/Safari-606.1.13/Source
Revision
230617
Author
kocsen_ch...@apple.com
Date
2018-04-12 17:33:26 -0700 (Thu, 12 Apr 2018)

Log Message

Revert r230521. rdar://problem/39399564

Modified Paths

Diff

Modified: tags/Safari-606.1.13/Source/WebCore/ChangeLog (230616 => 230617)


--- tags/Safari-606.1.13/Source/WebCore/ChangeLog	2018-04-13 00:11:06 UTC (rev 230616)
+++ tags/Safari-606.1.13/Source/WebCore/ChangeLog	2018-04-13 00:33:26 UTC (rev 230617)
@@ -1,3 +1,7 @@
+2018-04-12  Kocsen Chung  <kocsen_ch...@apple.com>
+
+        Revert r230521. rdar://problem/39399564
+
 2018-04-11  Antoine Quint  <grao...@apple.com>
 
         [Web Animations] Turn Web Animations on by default

Modified: tags/Safari-606.1.13/Source/WebCore/page/RuntimeEnabledFeatures.h (230616 => 230617)


--- tags/Safari-606.1.13/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-13 00:11:06 UTC (rev 230616)
+++ tags/Safari-606.1.13/Source/WebCore/page/RuntimeEnabledFeatures.h	2018-04-13 00:33:26 UTC (rev 230617)
@@ -336,7 +336,7 @@
     bool m_isWritableStreamAPIEnabled { false };
 #endif
 
-    bool m_areWebAnimationsEnabled { true };
+    bool m_areWebAnimationsEnabled { false };
     bool m_areCSSAnimationsAndCSSTransitionsBackedByWebAnimationsEnabled { false };
 
 #if ENABLE(WEBGL2)

Modified: tags/Safari-606.1.13/Source/WebKit/ChangeLog (230616 => 230617)


--- tags/Safari-606.1.13/Source/WebKit/ChangeLog	2018-04-13 00:11:06 UTC (rev 230616)
+++ tags/Safari-606.1.13/Source/WebKit/ChangeLog	2018-04-13 00:33:26 UTC (rev 230617)
@@ -1,5 +1,9 @@
 2018-04-12  Kocsen Chung  <kocsen_ch...@apple.com>
 
+        Revert r230521. rdar://problem/39399564
+
+2018-04-12  Kocsen Chung  <kocsen_ch...@apple.com>
+
         Cherry-pick r230609. rdar://problem/39398181
 
     Fix the MOBILE_WIFI build

Modified: tags/Safari-606.1.13/Source/WebKit/Shared/WebPreferences.yaml (230616 => 230617)


--- tags/Safari-606.1.13/Source/WebKit/Shared/WebPreferences.yaml	2018-04-13 00:11:06 UTC (rev 230616)
+++ tags/Safari-606.1.13/Source/WebKit/Shared/WebPreferences.yaml	2018-04-13 00:33:26 UTC (rev 230617)
@@ -1173,7 +1173,7 @@
 
 WebAnimationsEnabled:
   type: bool
-  defaultValue: true
+  defaultValue: false
   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