Changeset 254063 in webkit


Ignore:
Timestamp:
Jan 6, 2020 10:39:58 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[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]):

Location:
trunk/Source/WebKitLegacy/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/mac/ChangeLog

    r254042 r254063  
     12020-01-06  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Enable CSS Animations via Web Animations for WebKitLegacy
     4        https://bugs.webkit.org/show_bug.cgi?id=205791
     5
     6        Reviewed by Dean Jackson.
     7
     8        It was an oversight that it had not been done along with the WebKit change.
     9
     10        * WebView/WebPreferences.mm:
     11        (+[WebPreferences initialize]):
     12
    1132020-01-05  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Source/WebKitLegacy/mac/WebView/WebPreferences.mm

    r253655 r254063  
    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.