NEW 22239
Implement missing animation & transition APIs on LayoutTestController for platforms other than Windows and Mac
https://bugs.webkit.org/show_bug.cgi?id=22239
Summary Implement missing animation & transition APIs on LayoutTestController for pla...
Pierre-Olivier Latour
Reported 2008-11-13 14:35:00 PST
As part of https://bugs.webkit.org/show_bug.cgi?id=21261, new JavaScript APIs were added to DRT which need to be implemented on non mac platforms as well: bool LayoutTestController::pauseAnimationAtTimeOnElementWithId(JSStringRef animationName, double time, JSStringRef elementId) bool LayoutTestController::pauseTransitionAtTimeOnElementWithId(JSStringRef propertyName, double time, JSStringRef elementId)
Attachments
Patch + ChangeLog for Windows v1 (12.07 KB, patch)
2009-02-11 17:08 PST, Adam Roben (:aroben)
no flags
Pierre-Olivier Latour
Comment 1 2009-01-06 16:23:20 PST
Here's a new one because of https://bugs.webkit.org/show_bug.cgi?id=23126: unsigned LayoutTestController::numberOfActiveAnimations() const
Adam Roben (:aroben)
Comment 2 2009-02-11 17:08:37 PST
Created attachment 27581 [details] Patch + ChangeLog for Windows v1
Adam Roben (:aroben)
Comment 3 2009-02-11 20:07:47 PST
Comment on attachment 27581 [details] Patch + ChangeLog for Windows v1 Landed as r40883
Note You need to log in before you can comment on or make changes to this bug.