Title: [254584] branches/safari-609-branch/Source/WebKitLegacy/mac
Revision
254584
Author
alanc...@apple.com
Date
2020-01-15 11:14:31 -0800 (Wed, 15 Jan 2020)

Log Message

Cherry-pick r254063. rdar://problem/58559198

    [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
    https://bugs.webkit.org/show_bug.cgi?id=205791

    Patch by Antoine Quint <grao...@apple.com> on 2020-01-06
    Reviewed by Dean Jackson.

    It was an oversight that it had not been done along with the WebKit change.

    * WebView/WebPreferences.mm:
    (+[WebPreferences initialize]):

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

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebKitLegacy/mac/ChangeLog (254583 => 254584)


--- branches/safari-609-branch/Source/WebKitLegacy/mac/ChangeLog	2020-01-15 19:14:29 UTC (rev 254583)
+++ branches/safari-609-branch/Source/WebKitLegacy/mac/ChangeLog	2020-01-15 19:14:31 UTC (rev 254584)
@@ -1,5 +1,34 @@
 2020-01-14  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254063. rdar://problem/58559198
+
+    [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
+    https://bugs.webkit.org/show_bug.cgi?id=205791
+    
+    Patch by Antoine Quint <grao...@apple.com> on 2020-01-06
+    Reviewed by Dean Jackson.
+    
+    It was an oversight that it had not been done along with the WebKit change.
+    
+    * WebView/WebPreferences.mm:
+    (+[WebPreferences initialize]):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254063 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-06  Antoine Quint  <grao...@apple.com>
+
+            [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
+            https://bugs.webkit.org/show_bug.cgi?id=205791
+
+            Reviewed by Dean Jackson.
+
+            It was an oversight that it had not been done along with the WebKit change.
+
+            * WebView/WebPreferences.mm:
+            (+[WebPreferences initialize]):
+
+2020-01-14  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254042. rdar://problem/58549102
 
     Source/WebCore/PAL:

Modified: branches/safari-609-branch/Source/WebKitLegacy/mac/WebView/WebPreferences.mm (254583 => 254584)


--- branches/safari-609-branch/Source/WebKitLegacy/mac/WebView/WebPreferences.mm	2020-01-15 19:14:29 UTC (rev 254583)
+++ branches/safari-609-branch/Source/WebKitLegacy/mac/WebView/WebPreferences.mm	2020-01-15 19:14:31 UTC (rev 254584)
@@ -633,7 +633,7 @@
         @NO, WebKitDialogElementEnabledPreferenceKey,
         @NO, WebKitHighlightAPIEnabledPreferenceKey,
         @YES, WebKitModernMediaControlsEnabledPreferenceKey,
-        @NO, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey,
+        @YES, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey,
 
 #if ENABLE(WEBGL2)
         @NO, WebKitWebGL2EnabledPreferenceKey,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to