[Webkit-unassigned] [Bug 78315] REGRESSION(99539): Infinite repaint loop with SVGImage and deferred repaint timers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 17:49:21 PST 2012


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


Tim Horton <timothy_horton at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127403|0                           |1
        is obsolete|                            |
 Attachment #127484|                            |review?
               Flag|                            |




--- Comment #10 from Tim Horton <timothy_horton at apple.com>  2012-02-16 17:49:18 PST ---
Created an attachment (id=127484)
 --> (https://bugs.webkit.org/attachment.cgi?id=127484&action=review)
revised patch

The logic was slightly wrong; before, with the !timer.isActive() inside the same condition as needsLayout(), if the timer was active and we were in layout, we would (bad!) perform an immediate repaint. Uploading in hopes that the Chromium EWS is happier with this, but this does fix it locally.

-- 
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