Bug 46944 - Unify setCSSAnimations and suspendAnimations/resumeAnimations APIs
Summary: Unify setCSSAnimations and suspendAnimations/resumeAnimations APIs
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Chris Marrin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-30 17:21 PDT by Chris Marrin
Modified: 2011-02-24 22:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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