Bug 119218 - ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsCompleteAtIndex() decodes the image
Summary: ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsComplet...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P1 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 07:23 PDT by Csaba Osztrogonác
Modified: 2013-07-31 01:18 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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
Comment 1 Csaba Osztrogonác 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
Comment 2 Csaba Osztrogonác 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