Bug 74041

Summary: WebPImageDecoder should not do a full image decode if progressive decoding is active
Product: WebKit Reporter: noel gordon <noel.gordon>
Component: New BugsAssignee: noel gordon <noel.gordon>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 58851    
Attachments:
Description Flags
Patch none

Description noel gordon 2011-12-07 17:35:33 PST
If decoder input data state reaches allDataReceived during a progressive image decode,
the decoder performs full image decode. 

The decoder should just continue with, and complete, the current progressive decode.
Comment 1 noel gordon 2011-12-07 17:52:55 PST
Created attachment 118295 [details]
Patch
Comment 2 WebKit Review Bot 2011-12-07 20:58:17 PST
Comment on attachment 118295 [details]
Patch

Clearing flags on attachment: 118295

Committed r102310: <http://trac.webkit.org/changeset/102310>
Comment 3 WebKit Review Bot 2011-12-07 20:58:21 PST
All reviewed patches have been landed.  Closing bug.