Bug 206819

Summary: [Web Animations] Update all DocumentTimeline objects when updating animations
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dbates, dino, esprehn+autocc, ews-watchlist, kangil.han, koivisto, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Antoine Quint
Reported 2020-01-26 23:49:09 PST
[Web Animations] Update all DocumentTimeline objects when updating animations
Attachments
Patch (7.14 KB, patch)
2020-01-26 23:52 PST, Antoine Quint
koivisto: review+
Antoine Quint
Comment 1 2020-01-26 23:52:02 PST
Antti Koivisto
Comment 2 2020-01-27 02:41:32 PST
Comment on attachment 388835 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388835&action=review > Source/WebCore/dom/Document.h:2042 > + Vector<WeakPtr<DocumentTimeline>> m_timelines; You might want to use WeakHashSet instead if ordering doesn't matter.
Antoine Quint
Comment 3 2020-01-27 04:01:31 PST
Radar WebKit Bug Importer
Comment 4 2020-01-27 04:02:18 PST
Note You need to log in before you can comment on or make changes to this bug.