Bug 202973 - Add dumping for Animation and AnimationList
Summary: Add dumping for Animation and AnimationList
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: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-14 22:32 PDT by Simon Fraser (smfr)
Modified: 2019-10-15 15:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.13 KB, patch)
2019-10-14 22:33 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2019-10-14 22:32:39 PDT
Add dumping for Animation and AnimationList
Comment 1 Simon Fraser (smfr) 2019-10-14 22:33:09 PDT
Created attachment 380964 [details]
Patch
Comment 2 Dean Jackson 2019-10-15 13:37:21 PDT
Comment on attachment 380964 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=380964&action=review

> Source/WebCore/platform/animation/AnimationList.cpp:71
> +    for (size_t i = 0; i < animationList.size(); ++i) {

Maybe we should put iterators on AnimationList?
Comment 3 WebKit Commit Bot 2019-10-15 14:18:44 PDT
Comment on attachment 380964 [details]
Patch

Clearing flags on attachment: 380964

Committed r251158: <https://trac.webkit.org/changeset/251158>
Comment 4 WebKit Commit Bot 2019-10-15 14:18:45 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ling Ho 2019-10-15 15:31:17 PDT
<rdar://problem/56307776>