[Webkit-unassigned] [Bug 37048] transitions/cancel-transition.html crashed on Leopard Debug Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 2 16:00:26 PDT 2010


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





--- Comment #4 from James Robinson <jamesr at chromium.org>  2010-04-02 16:00:26 PST ---
If the ASSERT fails it means that the outline box generated using the cached
offset differs from the outline box using the slow path (walking up the
container hierarchy to generate the offset).  If the offset is time-dependent
than this makes sense, the cache offset might be correct at time X but
incorrect at time X+1ms.

Should I take out the ASSERT()?  IMHO the cleanest solution is for all
time-dependent values in animations to be fixed when painting a single frame.

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