Title: [242337] tags/Safari-608.1.7.2/Source/WebKit
Revision
242337
Author
[email protected]
Date
2019-03-03 20:47:56 -0800 (Sun, 03 Mar 2019)

Log Message

Cherry-pick r242233. rdar://problem/48139481

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

    Patch by Antoine Quint <[email protected]> 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:

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

Modified Paths

Diff

Modified: tags/Safari-608.1.7.2/Source/WebKit/ChangeLog (242336 => 242337)


--- tags/Safari-608.1.7.2/Source/WebKit/ChangeLog	2019-03-04 04:38:26 UTC (rev 242336)
+++ tags/Safari-608.1.7.2/Source/WebKit/ChangeLog	2019-03-04 04:47:56 UTC (rev 242337)
@@ -1,3 +1,34 @@
+2019-03-03  Babak Shafiei  <[email protected]>
+
+        Cherry-pick r242233. rdar://problem/48139481
+
+    Disable Web Animations in Safari Technology Preview
+    https://bugs.webkit.org/show_bug.cgi?id=194748
+    <rdar://problem/48139481>
+    
+    Patch by Antoine Quint <[email protected]> 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:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@242233 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-02-28  Antoine Quint  <[email protected]>
+
+            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-26  Philippe Normand <[email protected]> and Carlos Garcia Campos  <[email protected]>
 
         [WPE] Add API for webview background color configuration

Modified: tags/Safari-608.1.7.2/Source/WebKit/Shared/WebPreferences.yaml (242336 => 242337)


--- tags/Safari-608.1.7.2/Source/WebKit/Shared/WebPreferences.yaml	2019-03-04 04:38:26 UTC (rev 242336)
+++ tags/Safari-608.1.7.2/Source/WebKit/Shared/WebPreferences.yaml	2019-03-04 04:47:56 UTC (rev 242337)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to