[Webkit-unassigned] [Bug 186189] Crash in WebAnimation::runPendingPlayTask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 06:33:49 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186189

--- Comment #22 from Antoine Quint <graouts at apple.com> ---
There are two flags defined in Source/WebKit/Shared/WebPreferences.yaml:

    - WebAnimationsEnabled
    - WebAnimationsCSSIntegrationEnabled

The former (WebAnimationsEnabled) governs the general availability of the Web Animations API. The latter (WebAnimationsCSSIntegrationEnabled) governs whether CSS Animations and CSS Transitions should use the Web Animations code or the legacy CSSAnimationController. You probably want to turn WebAnimationsCSSIntegrationEnabled off only.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180621/3a95d369/attachment.html>


More information about the webkit-unassigned mailing list