[webkit-reviews] review granted: [Bug 190489] [Web Animations] Allow iOS to also control toggling Web Animations CSS Integration : [Attachment 352080] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 11 14:40:49 PDT 2018
Tim Horton <thorton at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 190489: [Web Animations] Allow iOS to also control toggling Web Animations
CSS Integration
https://bugs.webkit.org/show_bug.cgi?id=190489
Attachment 352080: Patch
https://bugs.webkit.org/attachment.cgi?id=352080&action=review
--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 352080
--> https://bugs.webkit.org/attachment.cgi?id=352080
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=352080&action=review
> Source/WebKit/UIProcess/API/Cocoa/WKPreferencesPrivate.h:152
> + at 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.
More information about the webkit-reviews
mailing list