Bug 207784 - [Web Animations] Missing call to DocumentTimeline::resumeAnimations() in Frame::resumeActiveDOMObjectsAndAnimations()
Summary: [Web Animations] Missing call to DocumentTimeline::resumeAnimations() in Fram...
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: 2020-02-14 13:13 PST by Antoine Quint
Modified: 2020-02-14 13:51 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.86 KB, patch)
2020-02-14 13:14 PST, Antoine Quint
dino: 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 2020-02-14 13:13:36 PST
[Web Animations] Missing call to DocumentTimeline::resumeAnimations() in Frame::resumeActiveDOMObjectsAndAnimations()
Comment 1 Antoine Quint 2020-02-14 13:14:56 PST
Created attachment 390801 [details]
Patch
Comment 2 Antoine Quint 2020-02-14 13:15:01 PST
<rdar://problem/59251858>
Comment 3 Dean Jackson 2020-02-14 13:16:40 PST
Comment on attachment 390801 [details]
Patch

Please land a test asap. And maybe an explanation of why this was only WK1.
Comment 4 Antoine Quint 2020-02-14 13:20:04 PST
Committed r256636: <https://trac.webkit.org/changeset/256636>
Comment 5 Jon Lee 2020-02-14 13:51:23 PST
Why isn't the conditional inside resumeAnimationsForDocument()?