Bug 22239 - Implement missing animation & transition APIs on LayoutTestController for platforms other than Windows and Mac
Summary: Implement missing animation & transition APIs on LayoutTestController for pla...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 21261 23126
Blocks:
  Show dependency treegraph
 
Reported: 2008-11-13 14:35 PST by Pierre-Olivier Latour
Modified: 2010-06-10 16:35 PDT (History)
4 users (show)

See Also:


Attachments
Patch + ChangeLog for Windows v1 (12.07 KB, patch)
2009-02-11 17:08 PST, Adam Roben (:aroben)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Olivier Latour 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)
Comment 1 Pierre-Olivier Latour 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
Comment 2 Adam Roben (:aroben) 2009-02-11 17:08:37 PST
Created attachment 27581 [details]
Patch + ChangeLog for Windows v1
Comment 3 Adam Roben (:aroben) 2009-02-11 20:07:47 PST
Comment on attachment 27581 [details]
Patch + ChangeLog for Windows v1

Landed as r40883