Bug 74041 - WebPImageDecoder should not do a full image decode if progressive decoding is active
Summary: WebPImageDecoder should not do a full image decode if progressive decoding is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: noel gordon
URL:
Keywords:
Depends on:
Blocks: 58851
  Show dependency treegraph
 
Reported: 2011-12-07 17:35 PST by noel gordon
Modified: 2011-12-07 20:58 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2011-12-07 17:52 PST, noel gordon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.