[Webkit-unassigned] [Bug 170730] REGRESSION(r215211): [GTK] Several webgl related tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 02:19:15 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170730

--- Comment #2 from Miguel Gomez <magomez at igalia.com> ---
(In reply to Miguel Gomez from comment #1)
> The problem seems to be that setting the data to a decoder using
> ImageDecoder::setData() is setting m_isAllDataReceived to true. Due to this,
> ImageDecoder::encodedDataStatus() returns EncodedDataStatus::Complete and no
> size is set to the decoder.

The enumeration for EncodedDataStatus doesn't have a value to indicate that the data was set but the size is not available yet. As ImageDecoder::encodedDataStatus() is implemented now, having all the data set returns EncodedDataStatus::Complete, which means that the size is already set, which may not be true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170412/9cd75e30/attachment.html>


More information about the webkit-unassigned mailing list