Bug 190489

Summary: [Web Animations] Allow iOS to also control toggling Web Animations CSS Integration
Product: WebKit Reporter: Antoine Quint <graouts>
Component: New BugsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Antoine Quint 2018-10-11 14:39:48 PDT
[Web Animations] Allow iOS to also control toggling Web Animations CSS Integration
Comment 1 Antoine Quint 2018-10-11 14:40:12 PDT
Created attachment 352080 [details]
Patch
Comment 2 Tim Horton 2018-10-11 14:40:49 PDT
Comment on attachment 352080 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=352080&action=review

> Source/WebKit/UIProcess/API/Cocoa/WKPreferencesPrivate.h:152
> +@property (nonatomic, setter=_setWebAnimationsCSSIntegrationEnabled:) BOOL _webAnimationsCSSIntegrationEnabled WK_API_AVAILABLE(macosx(10.14), ios(12.0));

This is a lie, it was not available in the iOS 12 SDK. This should be WK_IOS_TBA.
Comment 3 Antoine Quint 2018-10-11 14:43:30 PDT
Committed r237049: <https://trac.webkit.org/changeset/237049>
Comment 4 Radar WebKit Bug Importer 2018-10-11 14:44:23 PDT
<rdar://problem/45206684>