Title: [242233] trunk/Source/WebKit
Revision
242233
Author
commit-qu...@webkit.org
Date
2019-02-28 15:04:07 -0800 (Thu, 28 Feb 2019)

Log Message

Disable Web Animations in Safari Technology Preview
https://bugs.webkit.org/show_bug.cgi?id=194748
<rdar://problem/48139481>

Patch by Antoine Quint <grao...@apple.com> on 2019-02-28
Reviewed by Dean Jackson.

The test runners already opt into that feature explicitly, so all that is needed is to turn
the default setting value to false.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (242232 => 242233)


--- trunk/Source/WebKit/ChangeLog	2019-02-28 22:59:14 UTC (rev 242232)
+++ trunk/Source/WebKit/ChangeLog	2019-02-28 23:04:07 UTC (rev 242233)
@@ -1,5 +1,18 @@
 2019-02-28  Antoine Quint  <grao...@apple.com>
 
+        Disable Web Animations in Safari Technology Preview
+        https://bugs.webkit.org/show_bug.cgi?id=194748
+        <rdar://problem/48139481>
+
+        Reviewed by Dean Jackson.
+
+        The test runners already opt into that feature explicitly, so all that is needed is to turn
+        the default setting value to false.
+
+        * Shared/WebPreferences.yaml:
+
+2019-02-28  Antoine Quint  <grao...@apple.com>
+
         Enable the Pointer Events runtime flag by default
         https://bugs.webkit.org/show_bug.cgi?id=195156
 

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (242232 => 242233)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-02-28 22:59:14 UTC (rev 242232)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-02-28 23:04:07 UTC (rev 242233)
@@ -1248,7 +1248,7 @@
 
 WebAnimationsCSSIntegrationEnabled:
   type: bool
-  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
+  defaultValue: false
   humanReadableName: "CSS Animations via Web Animations"
   humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()"
   category: experimental
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to