⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 254584 in webkit


Ignore:
Timestamp:
Jan 15, 2020, 11:14:31 AM (7 years ago)
Author:
Alan Coon
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 <Antoine Quint> 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

Location:
branches/safari-609-branch/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-609-branch/Source/WebKitLegacy/mac/ChangeLog

    r254581 r254584  
     12020-01-14  Alan Coon  <alancoon@apple.com>
     2
     3        Cherry-pick r254063. rdar://problem/58559198
     4
     5    [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
     6    https://bugs.webkit.org/show_bug.cgi?id=205791
     7   
     8    Patch by Antoine Quint <graouts@apple.com> on 2020-01-06
     9    Reviewed by Dean Jackson.
     10   
     11    It was an oversight that it had not been done along with the WebKit change.
     12   
     13    * WebView/WebPreferences.mm:
     14    (+[WebPreferences initialize]):
     15   
     16    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254063 268f45cc-cd09-0410-ab3c-d52691b4dbfc
     17
     18    2020-01-06  Antoine Quint  <graouts@apple.com>
     19
     20            [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
     21            https://bugs.webkit.org/show_bug.cgi?id=205791
     22
     23            Reviewed by Dean Jackson.
     24
     25            It was an oversight that it had not been done along with the WebKit change.
     26
     27            * WebView/WebPreferences.mm:
     28            (+[WebPreferences initialize]):
     29
    1302020-01-14  Alan Coon  <alancoon@apple.com>
    231
  • branches/safari-609-branch/Source/WebKitLegacy/mac/WebView/WebPreferences.mm

    r253655 r254584  
    634634        @NO, WebKitHighlightAPIEnabledPreferenceKey,
    635635        @YES, WebKitModernMediaControlsEnabledPreferenceKey,
    636         @NO, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey,
     636        @YES, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey,
    637637
    638638#if ENABLE(WEBGL2)
Note: See TracChangeset for help on using the changeset viewer.