Bug 22239

Summary: Implement missing animation & transition APIs on LayoutTestController for platforms other than Windows and Mac
Product: WebKit Reporter: Pierre-Olivier Latour <pol>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aroben, cmarrin, dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on: 21261, 23126    
Bug Blocks:    
Attachments:
Description Flags
Patch + ChangeLog for Windows v1 none

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