RESOLVED DUPLICATE of bug 151688 Bug 123225
Add a timeline object and reference it from Document
https://bugs.webkit.org/show_bug.cgi?id=123225
Summary Add a timeline object and reference it from Document
Dean Jackson
Reported 2013-10-23 15:28:56 PDT
Implement a Timeline class. http://dev.w3.org/fxtf/web-animations/#dfn-timeline http://dev.w3.org/fxtf/web-animations/#the-timeline-interface Note, this will not expose the API. To begin with there will be a single instance referenced from Document, and it will have a monotonically increasing time.
Attachments
Patch (14.88 KB, patch)
2013-10-24 16:28 PDT, Dean Jackson
no flags
Patch (15.49 KB, patch)
2013-10-24 16:55 PDT, Dean Jackson
buildbot: commit-queue-
Dean Jackson
Comment 1 2013-10-23 15:44:10 PDT
Dean Jackson
Comment 2 2013-10-24 16:28:22 PDT
Dean Jackson
Comment 3 2013-10-24 16:55:40 PDT
Anders Carlsson
Comment 4 2013-10-24 17:22:51 PDT
Comment on attachment 215122 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=215122&action=review > Source/WebCore/animation/Timeline.h:35 > +class Timeline : public RefCounted<Timeline> { > +public: Does this really need to be refcounted? > Source/WebCore/dom/Document.h:1187 > + Timeline* timeline() const { return m_timeline.get(); } This should return a reference since it can never be null.
Dean Jackson
Comment 5 2013-10-24 17:24:02 PDT
Comment on attachment 215122 [details] Patch No longer for review. Will work on this more offline before choosing a design.
Build Bot
Comment 6 2013-10-24 17:42:05 PDT
Rawinder Singh
Comment 7 2016-04-04 23:19:21 PDT
*** This bug has been marked as a duplicate of bug 151688 ***
Note You need to log in before you can comment on or make changes to this bug.