RESOLVED FIXED 170836
The Incomplete asynchronously decoded image frame should be decoded every time it's drawn
https://bugs.webkit.org/show_bug.cgi?id=170836
Summary The Incomplete asynchronously decoded image frame should be decoded every tim...
Said Abou-Hallawa
Reported 2017-04-13 16:53:56 PDT
The asynchronously decoded image frames has to be cached to prevent flickering, but we have to keep requesting new decoding for the incomplete frame every time it's drawn. This is to avoid drawing an incomplete image frame even after all its encoded data is received.
Attachments
Patch (3.42 KB, patch)
2017-04-13 16:55 PDT, Said Abou-Hallawa
no flags
Patch (5.95 KB, patch)
2017-04-14 10:38 PDT, Said Abou-Hallawa
no flags
Patch (5.63 KB, patch)
2017-05-08 16:59 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2017-04-13 16:55:22 PDT
Said Abou-Hallawa
Comment 2 2017-04-13 16:56:18 PDT
Said Abou-Hallawa
Comment 3 2017-04-14 10:38:40 PDT
Tim Horton
Comment 4 2017-04-17 10:27:35 PDT
Can we test this?
Said Abou-Hallawa
Comment 5 2017-05-08 16:59:58 PDT
Said Abou-Hallawa
Comment 6 2017-05-08 18:53:56 PDT
Comment on attachment 309441 [details] Patch Clearing flags on attachment: 309441 Committed r216471: <http://trac.webkit.org/changeset/216471>
Said Abou-Hallawa
Comment 7 2017-05-08 18:53:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.