- 02f9ece Remove Direct2D code (part 2) https://bugs.webkit.org/show_bug.cgi?id=235097 by Hironori.Fujii@sony.com · 3 years, 3 months ago
- a61b84a Remove IPC::SharedBufferDataReference and use IPC::SharedBufferCopy instead by jya@apple.com · 3 years, 3 months ago
- faef41c ScalableImageDecoder should be using SharedBuffer instead of DataSegment by jya@apple.com · 3 years, 3 months ago
- 1b7e407 [LCMS] Use std::unqiue_ptr to retain LCMS objects by yoshiaki.jitsukawa@sony.com · 3 years, 3 months ago
- ad28fcb JPEG XL decoder should support understand color profiles by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
- ab28f63 PerformanceTests: by jya@apple.com · 3 years, 4 months ago
- ae272b7 Add SharedBufferBuilder class by jya@apple.com · 3 years, 4 months ago
- 936b068 Distinguish contiguous SharedBuffer from non-contiguous one and guarantee immutability by jya@apple.com · 3 years, 4 months ago
- 3d2c7c7 Support Animated JPEG-XL images by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
- dec83ac Implement JPEG XL image decoder using libjxl by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
- e2d5602 Reduce use of reinterpret_cast<> in the codebase by cdumez@apple.com · 3 years, 10 months ago
- fdddc9c Use `const uint8_t*` type more consistently to store bytes in WebKit by cdumez@apple.com · 3 years, 10 months ago
- 4490aff Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer by cdumez@apple.com · 3 years, 10 months ago
- e82ce69 Rename Checked::unsafeGet() to Checked::value() by cdumez@apple.com · 3 years, 10 months ago
- a4ddc78 Remove WTF::Optional synonym for std::optional, using that class template directly instead by darin@apple.com · 3 years, 10 months ago
- 7c840b6 Next step toward using std::optional directly instead of through WTF::Optional typedef by darin@apple.com · 3 years, 10 months ago
- 7d2da83 Drop CheckedLock / CheckedCondition aliases by cdumez@apple.com · 3 years, 10 months ago
- 83bcf24 Use CheckedLock in even more places by cdumez@apple.com · 3 years, 10 months ago
- 3e035a8 Replace LockHolder with Locker in local variables by cdumez@apple.com · 3 years, 10 months ago
- 61241a6 Unreviewed, reverting r277913. https://bugs.webkit.org/show_bug.cgi?id=226140 by commit-queue@webkit.org · 3 years, 10 months ago
- 048710c Replace LockHolder with Locker in local variables by cdumez@apple.com · 3 years, 10 months ago
- 26743d5 Fix a crash caused by AVIF decoding failure by changseok@webkit.org · 4 years ago
- d20e67e Remove UNUSED warnings based on the configuration. by basuke.suzuki@sony.com · 4 years ago
- 976c883 [WPE][GTK] Enable AVIF decoder as experimental feature and unskip tests by philn@webkit.org · 4 years ago
- 9afb589 [GTK][WPE] Avif decoder build broken by commit-queue@webkit.org · 4 years ago
- 331ae78 Implement repetition of animated AVIF by changseok@webkit.org · 4 years ago
- 1cce03a Animated AVIF support by changseok@webkit.org · 4 years ago
- f112bdf [WPE][GTK] Add support for ICC color management by carlosgc@webkit.org · 4 years, 1 month ago
- 51bf176 AVIF decoding support https://bugs.webkit.org/show_bug.cgi?id=207750 by changseok@webkit.org · 4 years, 1 month ago
- 41b68da REGRESSION(r268886): Page load time performance regression by noam@webkit.org · 4 years, 4 months ago
- fa7dd51 [GPU Process] Control the life cycle of the platform image by a new class named NativeImage by said@apple.com · 4 years, 5 months ago
- eefbdde Drop most uses of the phrase 'neuter' from the tree by ggaren@apple.com · 4 years, 5 months ago
- 51a1e4d LayoutTests/imported/w3c: by noam@webkit.org · 4 years, 5 months ago
- e3ff056 [GTK][WPE] Compilation warnings with clang/gcc 10 by philn@webkit.org · 4 years, 7 months ago
- 78cecfe [WinCairo][32bit] JPEG2000ImageDecoder.cpp: error C2664: 'std::unique_ptr<...>::unique_ptr(...)': cannot convert argument 2 from 'void (__stdcall *)(opj_codec_t *)' to 'const _Dx &' by Hironori.Fujii@sony.com · 4 years, 8 months ago
- 4664812 Replace RGBA32 typedef with a class to improve type safety by darin@apple.com · 5 years ago
- 441673e [GTK][WPE] ImageDecoders: use SharedBuffer::DataSegment instead of SharedBuffer by carlosgc@webkit.org · 5 years ago
- 3c02776 ImageDecoders: use a thread safe data buffer for Cairo backing store by carlosgc@webkit.org · 5 years ago
- e723b10 Unreviewed, rolling out r251651. https://bugs.webkit.org/show_bug.cgi?id=203488 by commit-queue@webkit.org · 5 years ago
- d92b48e ImageDecoders: use a thread safe data buffer for Cairo backing store by cturner@igalia.com · 5 years ago
- 0c56b49 REGRESSION(r244372): [GTK][WPE] fast/images/icon-decoding.html and others are failing by magomez@igalia.com · 5 years ago
- 2c3f712 JPEGImageDecoder: use libjpeg-turbo RGBA output path even for Adobe transform=0 JPEGs by Hironori.Fujii@sony.com · 6 years ago
- fc0259a Unreviewed. Remove build warning since r248998. by jh718.park@samsung.com · 6 years ago
- 120cdb3 Remove the dead code of ScalableImageDecoder for scaling by Hironori.Fujii@sony.com · 6 years ago
- 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
- 491f379 shouldRespectImageOrientation should be a value in ImageOrientation by commit-queue@webkit.org · 6 years ago
- ea4656a [FTW] Build WebCore https://bugs.webkit.org/show_bug.cgi?id=199199 by bfulgham@apple.com · 6 years ago
- 1781fc2 ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration by zandobersek@gmail.com · 6 years ago
- 8e95493 [GTK][WPE] Support JPEG 2000 images by carlosgc@webkit.org · 6 years ago
- 2502ec1 Unreviewed, rolling out r238275. by mcatanzaro@igalia.com · 6 years ago
- 1dba861 Remove "using namespace std;" https://bugs.webkit.org/show_bug.cgi?id=192973 by Hironori.Fujii@sony.com · 6 years ago
- ae5a8bd Use Ref<> as much as possible https://bugs.webkit.org/show_bug.cgi?id=192808 by yusukesuzuki@slowstart.org · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- ce9b7ea ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration by zandobersek@gmail.com · 6 years ago
- 141cc47 PNGImageDecoder: report no repetition for non-animated images by zandobersek@gmail.com · 6 years ago
- 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
- 3db7f13 Animated GIF imagery with finite looping are falling one loop short by commit-queue@webkit.org · 7 years ago
- 202bdb3 ImageFrame type used by non-Cocoa image decoder should not be the same as that used by ImageSource by antti@apple.com · 7 years ago
- 1d211e1 Fix std::make_unique / new[] using system malloc by utatane.tea@gmail.com · 7 years ago
- 47b0662 Prepare for ExtendedColor changes (first step) by darin@apple.com · 7 years ago
- bcbc974 Support the decoding="sync/async" syntax for image async attribute by commit-queue@webkit.org · 7 years ago
- 638af2b Include 'video/*' in image request Accept header if browser supports video media in image contexts. by jer.noble@apple.com · 7 years ago
- 6ab3883 Drop ENABLE_IMAGE_DECODER_DOWN_SAMPLING code by zandobersek@gmail.com · 7 years ago
- 3a49581 fast/images/animated-gif-paint-after-animation.html flaky crash by commit-queue@webkit.org · 7 years ago
- cea833d Use "= default" for more default constructors and destructors in WebCore by commit-queue@webkit.org · 7 years ago
- b4497f1 [GTK][WPE] Fix review comments on WEBPImageDecoder by magomez@igalia.com · 7 years ago
- f21f3ae Use "= default" to denote default constructor or destructor by dbates@webkit.org · 7 years ago
- ce64b73 Change WebCore sources to work with unified source builds by keith_miller@apple.com · 7 years ago
- 6e9fe18 [GTK][WPE] GIFImageDecoder never clears decoded frames even when told to do so by magomez@igalia.com · 7 years ago
- e79fcfb Unreviewed: fix GTK debug build after r222841. by magomez@igalia.com · 7 years ago
- 4bc91f7 Add animation support for WebP images by magomez@igalia.com · 7 years ago
- 1bc5ff8 [GTK][WPE] Fix playback of GIFs https://bugs.webkit.org/show_bug.cgi?id=176089 by magomez@igalia.com · 7 years ago
- ae2a9b4 Make ImageFrame::duration() return Seconds instead of float by commit-queue@webkit.org · 8 years ago
- c32c4a0 Virtualize ImageDecoder https://bugs.webkit.org/show_bug.cgi?id=176118 by jer.noble@apple.com · 8 years ago
- 807c57c REGRESSION(r219045): A partially loaded image may not be repainted when its complete frame finishes decoding by commit-queue@webkit.org · 8 years ago
- 8570951 Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable by cdumez@apple.com · 8 years ago
- 07de963 Remove excessive headers from WebCore/platform by annulen@yandex.ru · 8 years ago
- be7fef1 REGRESSION(r216901): ImageDecoders: rendering of large images is broken since r216901 by magomez@igalia.com · 8 years ago
- b6d86726c REGRESSION(r215686): O(n^2) algorithm in CachedRawResource::addDataBuffer by achristensen@apple.com · 8 years ago
- ca28299 [CG] Use the SPI CGImageSourceGetTypeWithData() to get the typeIdentifierHint of an image by commit-queue@webkit.org · 8 years ago
- 159c055 When the image decoding thread makes a callOnMainThread(), ensure all the objects it needs are protected by commit-queue@webkit.org · 8 years ago
- d28447a REGRESSION (216471): Infinite repaint-drawing loop when asynchronously decoding incomplete image frames by commit-queue@webkit.org · 8 years ago
- d45b87b REGRESSION(r215686): Incremental reads from SharedBuffer are wrong after r215686 by carlosgc@webkit.org · 8 years ago
- 1afe890 REGRESSION(r215211): [GTK] Several webgl related tests are failing by magomez@igalia.com · 8 years ago
- 210b70d Image decoders must have private constructors to avoid refcount misuse: ASSERTION FAILED: m_deletionHasBegun when destroying ImageDecoder by magomez@igalia.com · 8 years ago
- cd6e0aa [CG] Provide a type identifier hint to the CGImageSource so getting the type identifier is more accurate by commit-queue@webkit.org · 8 years ago
- 8aff3d9 Reduce copies and allocations in SharedBuffer::append by achristensen@apple.com · 8 years ago
- 6aa52a7 Unreviewed, rolling out r215608. by mcatanzaro@igalia.com · 8 years ago
- efd0b6c Reduce copies and allocations in SharedBuffer::append by achristensen@apple.com · 8 years ago
- 3fecba6 [GTK+] Crash in WebCore::ImageFrame::ImageFrame() by magomez@igalia.com · 8 years ago
- 104a8d6 REGRESSION(r215211): [GTK] Lots of image related tests are timing out, causing the test bot to exit early by magomez@igalia.com · 8 years ago
- 18f13ef REGRESSION(r215211): [GTK] Lots of image related tests are crashing, causing the test bot to exit early by magomez@igalia.com · 8 years ago
- c924c2b CachedImage should stop decoding images when unknown type is detected by commit-queue@webkit.org · 8 years ago
- 5efdaee [GTK+] PNG animations that should run once are not played at all by magomez@igalia.com · 8 years ago
- 09412b6 REGRESSION(213764): Large images should not be decoded asynchronously when they are drawn on a canvas by commit-queue@webkit.org · 8 years ago
- 77b1ea3 ImageDecoder can be deleted while the async decoder thread is still using it by magomez@igalia.com · 8 years ago
- 4b76ea4 Asynchronous image decoding should consider the drawing size if it is smaller than the size of the image by commit-queue@webkit.org · 8 years ago
- 64eb7dc [GTK] WebProcess from WebKitGtk+ 2.15.x SIGSEVs in GIFLZWContext::doLZW(unsigned char const*, unsigned long) at Source/WebCore/platform/image-decoders/gif/GIFImageReader.cpp:303 by magomez@igalia.com · 8 years ago
- 1bc7f4d [GTK] WebProcess from WebKitGtk+ 2.15.2 SIGSEGVs in std::unique_ptr<SoupBuffer, WTF::GPtrDeleter<SoupBuffer> >::get() const () at /usr/include/c++/6/bits/unique_ptr.h:305 by carlosgc@webkit.org · 8 years ago
- 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago