Bug 119218

Summary: ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsCompleteAtIndex() decodes the image
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Blocker CC: allan.jensen, ap, ggaren, ossy, thorton, zan
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   

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.