haikuwebkit/Source/WebCore/platform/image-decoders
Adrien Destugues 333916fbb0 Merge commit 'bd708bb50d9feb3c098035e778f1f0b91d9b8112' into haiku branch 2021-06-20 18:56:20 +02:00
..
avif Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
bmp
cairo
gif Reduce use of reinterpret_cast<> in the codebase 2021-06-08 17:35:15 +00:00
haiku
ico Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
jpeg Use `const uint8_t*` type more consistently to store bytes in WebKit 2021-06-06 05:25:41 +00:00
jpeg2000 Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
png Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
webp Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
ScalableImageDecoder.cpp Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
ScalableImageDecoder.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ScalableImageDecoderFrame.cpp
ScalableImageDecoderFrame.h