WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
206819
[Web Animations] Update all DocumentTimeline objects when updating animations
https://bugs.webkit.org/show_bug.cgi?id=206819
Summary
[Web Animations] Update all DocumentTimeline objects when updating animations
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2020-01-26 23:52:02 PST
Created
attachment 388835
[details]
Patch
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
Committed
r255141
: <
https://trac.webkit.org/changeset/255141
>
Radar WebKit Bug Importer
Comment 4
2020-01-27 04:02:18 PST
<
rdar://problem/58914325
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug