Bug 119218
| Summary: | ImageSourceCG.cpp shouldn't expect that frameDurationAtIndex()/frameIsCompleteAtIndex() decodes the image | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
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
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