Changeset 254584 in webkit
- Timestamp:
- Jan 15, 2020, 11:14:31 AM (7 years ago)
- Location:
- branches/safari-609-branch/Source/WebKitLegacy/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebView/WebPreferences.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-609-branch/Source/WebKitLegacy/mac/ChangeLog
r254581 r254584 1 2020-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 1 30 2020-01-14 Alan Coon <alancoon@apple.com> 2 31 -
branches/safari-609-branch/Source/WebKitLegacy/mac/WebView/WebPreferences.mm
r253655 r254584 634 634 @NO, WebKitHighlightAPIEnabledPreferenceKey, 635 635 @YES, WebKitModernMediaControlsEnabledPreferenceKey, 636 @ NO, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey,636 @YES, WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey, 637 637 638 638 #if ENABLE(WEBGL2)
Note:
See TracChangeset
for help on using the changeset viewer.