Bug 46944
Summary: | Unify setCSSAnimations and suspendAnimations/resumeAnimations APIs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> |
Component: | Layout and Rendering | Assignee: | Chris Marrin <cmarrin> |
Status: | REOPENED | ||
Severity: | Normal | CC: | dino, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Chris Marrin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Marrin
*** This bug has been marked as a duplicate of bug 46945 ***
Chris Marrin
Dup'd the wrong bug