Bug 190489 - [Web Animations] Allow iOS to also control toggling Web Animations CSS Integration
Summary: [Web Animations] Allow iOS to also control toggling Web Animations CSS Integr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-11 14:39 PDT by Antoine Quint
Modified: 2018-10-11 14:44 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.21 KB, patch)
2018-10-11 14:40 PDT, Antoine Quint
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>