[Webkit-unassigned] [Bug 112327] [WK2] Reorganize animation starting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 03:44:06 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112327





--- Comment #8 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-04 03:42:19 PST ---
(In reply to comment #7)
> Created an attachment (id=196299)
 --> (https://bugs.webkit.org/attachment.cgi?id=196299&action=review) [details]
> WIP patch - Approach: animations are started by FrameView
> 
> I have implemented Allan's idea. The patch needs some fix in respect of animation resuming, but it works well in generally.
> Only BitmapImageCairo got rid of animation starting, but it seems we also need to remove every startAnimation call from other ports (because it is done by FrameView now).
> What do you think about it?

Great. You need to make sure the lists are not linking to dead RenderObjects, so remove them when RenderObjects die. Second you need to remove the all the code starting animations in BitmapImage to be able to test if this really does start them correctly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list