RESOLVED FIXED 119218
ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsCompleteAtIndex() decodes the image
https://bugs.webkit.org/show_bug.cgi?id=119218
Summary ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsComplet...
Csaba Osztrogonác
Reported 2013-07-29 07:23:12 PDT
After http://trac.webkit.org/changeset/151957 frameDurationAtIndex() and frameIsCompleteAtIndex() functions don't ensure decoding the image. Unfortunaly ImageSourceCG.cpp still expects is and it caused a nasty bug on Mac: https://bugs.webkit.org/show_bug.cgi?id=119016
Attachments
Csaba Osztrogonác
Comment 1 2013-07-30 09:49:38 PDT
It blocks fixing flakey crashes during animated gifs on all ports except CG ports: https://bugs.webkit.org/show_bug.cgi?id=116041
Csaba Osztrogonác
Comment 2 2013-07-31 01:18:47 PDT
I changed my mind, after rolling out the original fix, I'm going to fix this issue in the original bug: https://bugs.webkit.org/show_bug.cgi?id=116041
Note You need to log in before you can comment on or make changes to this bug.