Bug 46944

Summary: Unify setCSSAnimations and suspendAnimations/resumeAnimations APIs
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Chris Marrin <cmarrin>
Status: REOPENED ---    
Severity: Normal CC: dino, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Chris Marrin 2010-09-30 17:21:50 PDT
setCSSAnimations was done for iTunes and is part of the public API of WebView. suspendAnimations/resumeAnimations was added to LayoutTestController for testing. These essentially do the same thing, except that setCSSAnimations gets passed a boolean to suspend or resume. These should be unified. We should probably just get rid of uspendAnimations/resumeAnimations and use setCSSAnimations for testing.
Comment 1 Chris Marrin 2010-10-01 08:33:11 PDT

*** This bug has been marked as a duplicate of bug 46945 ***
Comment 2 Chris Marrin 2010-10-01 08:34:21 PDT
Dup'd the wrong bug