Bug 178643

Summary: [Web Animations] Add animations to the timeline
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cdumez, commit-queue, dino, esprehn+autocc, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=122912
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Antoine Quint 2017-10-22 05:22:26 PDT
[Web Animations] Add animations to the timeline
Comment 1 Antoine Quint 2017-10-22 05:25:14 PDT
Created attachment 324524 [details]
Patch
Comment 2 Antoine Quint 2017-10-22 06:55:30 PDT
Created attachment 324525 [details]
Patch
Comment 3 Antoine Quint 2017-10-22 10:16:47 PDT
Created attachment 324529 [details]
Patch
Comment 4 Dean Jackson 2017-10-22 13:01:34 PDT
Comment on attachment 324529 [details]
Patch

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

> Source/WebCore/animation/AnimationTimeline.cpp:60
> +    stream << (m_classType == DocumentTimelineClass ? "DocumentTimeline" : "AnimationTimeline") << " with " << m_animations.size() << " animations:";
> +    stream << "\n";

why not put this on the previous line?

> Source/WebCore/animation/AnimationTimeline.cpp:64
> +        stream << count << ". " << animation->description();
> +        stream << "\n";

same
Comment 5 WebKit Commit Bot 2017-10-22 14:31:28 PDT
Comment on attachment 324529 [details]
Patch

Clearing flags on attachment: 324529

Committed r223825: <https://trac.webkit.org/changeset/223825>
Comment 6 WebKit Commit Bot 2017-10-22 14:31:29 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2017-10-31 06:40:53 PDT
<rdar://problem/35271075>