[Webkit-unassigned] [Bug 20745] REGRESSION: Animated GIF not animated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 16 11:13:19 PDT 2008


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


pkasting at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pkasting at google.com         |webkit-
                   |                            |unassigned at lists.webkit.org
             Status|ASSIGNED                    |NEW




------- Comment #7 from pkasting at google.com  2008-09-16 11:13 PDT -------
OK, so far it looks like my patch is tickling a probably-previously-unnoticed
bug in the CG decoder (which I can't debug).  When the image is loaded,
setData(..., ..., true) is called, meaning all the data is available; but when
startAnimation() asks if the first frame is complete, the CG decoder says "no".
 So the animation code doesn't begin the animation.

bdash mentioned on IRC that he'd glance at this.

Either the CG code needs to be fixed to properly report frame completion
status, or I'm going to have to figure out how to work around this in the
animation code, which I'm not sure how to do.

Unassigning for now as I can't proceed further until I hear more about the CG
side of things.


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