[Webkit-unassigned] [Bug 20119] Execute CSS Animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 22 16:40:23 PDT 2008


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


dino at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22397|0                           |1
        is obsolete|                            |
  Attachment #22437|                            |review?(hyatt at apple.com)
               Flag|                            |




------- Comment #2 from dino at apple.com  2008-07-22 16:40 PDT -------
Created an attachment (id=22437)
 --> (https://bugs.webkit.org/attachment.cgi?id=22437&action=view)
Updated patch

This update fixes the assertion that we hit when unloading a page with running
animations. I'd like feedback on the fix because I'm sure there is a better way
to do it. This patch marks a document as it is being unloaded so that the style
is not recalculated (the animation engine had marked the document as changed),
and marks it loaded as it comes back from history. It would be better if the
updateRendering is never called, but it seems to happen from multiple places.


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



More information about the webkit-unassigned mailing list