1. 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
  2. a61b84a Remove IPC::SharedBufferDataReference and use IPC::SharedBufferCopy instead by jya@apple.com · 3 years, 3 months ago
  3. faef41c ScalableImageDecoder should be using SharedBuffer instead of DataSegment by jya@apple.com · 3 years, 3 months ago
  4. 1b7e407 [LCMS] Use std::unqiue_ptr to retain LCMS objects by yoshiaki.jitsukawa@sony.com · 3 years, 3 months ago
  5. ad28fcb JPEG XL decoder should support understand color profiles by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
  6. ab28f63 PerformanceTests: by jya@apple.com · 3 years, 4 months ago
  7. ae272b7 Add SharedBufferBuilder class by jya@apple.com · 3 years, 4 months ago
  8. 936b068 Distinguish contiguous SharedBuffer from non-contiguous one and guarantee immutability by jya@apple.com · 3 years, 4 months ago
  9. 3d2c7c7 Support Animated JPEG-XL images by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
  10. dec83ac Implement JPEG XL image decoder using libjxl by yoshiaki.jitsukawa@sony.com · 3 years, 4 months ago
  11. e2d5602 Reduce use of reinterpret_cast<> in the codebase by cdumez@apple.com · 3 years, 10 months ago
  12. fdddc9c Use `const uint8_t*` type more consistently to store bytes in WebKit by cdumez@apple.com · 3 years, 10 months ago
  13. 4490aff Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer by cdumez@apple.com · 3 years, 10 months ago
  14. e82ce69 Rename Checked::unsafeGet() to Checked::value() by cdumez@apple.com · 3 years, 10 months ago
  15. a4ddc78 Remove WTF::Optional synonym for std::optional, using that class template directly instead by darin@apple.com · 3 years, 10 months ago
  16. 7c840b6 Next step toward using std::optional directly instead of through WTF::Optional typedef by darin@apple.com · 3 years, 10 months ago
  17. 7d2da83 Drop CheckedLock / CheckedCondition aliases by cdumez@apple.com · 3 years, 10 months ago
  18. 83bcf24 Use CheckedLock in even more places by cdumez@apple.com · 3 years, 10 months ago
  19. 3e035a8 Replace LockHolder with Locker in local variables by cdumez@apple.com · 3 years, 10 months ago
  20. 61241a6 Unreviewed, reverting r277913. https://bugs.webkit.org/show_bug.cgi?id=226140 by commit-queue@webkit.org · 3 years, 10 months ago
  21. 048710c Replace LockHolder with Locker in local variables by cdumez@apple.com · 3 years, 10 months ago
  22. 26743d5 Fix a crash caused by AVIF decoding failure by changseok@webkit.org · 4 years ago
  23. d20e67e Remove UNUSED warnings based on the configuration. by basuke.suzuki@sony.com · 4 years ago
  24. 976c883 [WPE][GTK] Enable AVIF decoder as experimental feature and unskip tests by philn@webkit.org · 4 years ago
  25. 9afb589 [GTK][WPE] Avif decoder build broken by commit-queue@webkit.org · 4 years ago
  26. 331ae78 Implement repetition of animated AVIF by changseok@webkit.org · 4 years ago
  27. 1cce03a Animated AVIF support by changseok@webkit.org · 4 years ago
  28. f112bdf [WPE][GTK] Add support for ICC color management by carlosgc@webkit.org · 4 years, 1 month ago
  29. 51bf176 AVIF decoding support https://bugs.webkit.org/show_bug.cgi?id=207750 by changseok@webkit.org · 4 years, 1 month ago
  30. 41b68da REGRESSION(r268886): Page load time performance regression by noam@webkit.org · 4 years, 4 months ago
  31. 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
  32. eefbdde Drop most uses of the phrase 'neuter' from the tree by ggaren@apple.com · 4 years, 5 months ago
  33. 51a1e4d LayoutTests/imported/w3c: by noam@webkit.org · 4 years, 5 months ago
  34. e3ff056 [GTK][WPE] Compilation warnings with clang/gcc 10 by philn@webkit.org · 4 years, 7 months ago
  35. 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
  36. 4664812 Replace RGBA32 typedef with a class to improve type safety by darin@apple.com · 5 years ago
  37. 441673e [GTK][WPE] ImageDecoders: use SharedBuffer::DataSegment instead of SharedBuffer by carlosgc@webkit.org · 5 years ago
  38. 3c02776 ImageDecoders: use a thread safe data buffer for Cairo backing store by carlosgc@webkit.org · 5 years ago
  39. e723b10 Unreviewed, rolling out r251651. https://bugs.webkit.org/show_bug.cgi?id=203488 by commit-queue@webkit.org · 5 years ago
  40. d92b48e ImageDecoders: use a thread safe data buffer for Cairo backing store by cturner@igalia.com · 5 years ago
  41. 0c56b49 REGRESSION(r244372): [GTK][WPE] fast/images/icon-decoding.html and others are failing by magomez@igalia.com · 5 years ago
  42. 2c3f712 JPEGImageDecoder: use libjpeg-turbo RGBA output path even for Adobe transform=0 JPEGs by Hironori.Fujii@sony.com · 6 years ago
  43. fc0259a Unreviewed. Remove build warning since r248998. by jh718.park@samsung.com · 6 years ago
  44. 120cdb3 Remove the dead code of ScalableImageDecoder for scaling by Hironori.Fujii@sony.com · 6 years ago
  45. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  46. 491f379 shouldRespectImageOrientation should be a value in ImageOrientation by commit-queue@webkit.org · 6 years ago
  47. ea4656a [FTW] Build WebCore https://bugs.webkit.org/show_bug.cgi?id=199199 by bfulgham@apple.com · 6 years ago
  48. 1781fc2 ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration by zandobersek@gmail.com · 6 years ago
  49. 8e95493 [GTK][WPE] Support JPEG 2000 images by carlosgc@webkit.org · 6 years ago
  50. 2502ec1 Unreviewed, rolling out r238275. by mcatanzaro@igalia.com · 6 years ago
  51. 1dba861 Remove "using namespace std;" https://bugs.webkit.org/show_bug.cgi?id=192973 by Hironori.Fujii@sony.com · 6 years ago
  52. ae5a8bd Use Ref<> as much as possible https://bugs.webkit.org/show_bug.cgi?id=192808 by yusukesuzuki@slowstart.org · 6 years ago
  53. 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
  54. ce9b7ea ScalableImageDecoder: don't forcefully decode image data when querying frame completeness, duration by zandobersek@gmail.com · 6 years ago
  55. 141cc47 PNGImageDecoder: report no repetition for non-animated images by zandobersek@gmail.com · 6 years ago
  56. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  57. 3db7f13 Animated GIF imagery with finite looping are falling one loop short by commit-queue@webkit.org · 7 years ago
  58. 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
  59. 1d211e1 Fix std::make_unique / new[] using system malloc by utatane.tea@gmail.com · 7 years ago
  60. 47b0662 Prepare for ExtendedColor changes (first step) by darin@apple.com · 7 years ago
  61. bcbc974 Support the decoding="sync/async" syntax for image async attribute by commit-queue@webkit.org · 7 years ago
  62. 638af2b Include 'video/*' in image request Accept header if browser supports video media in image contexts. by jer.noble@apple.com · 7 years ago
  63. 6ab3883 Drop ENABLE_IMAGE_DECODER_DOWN_SAMPLING code by zandobersek@gmail.com · 7 years ago
  64. 3a49581 fast/images/animated-gif-paint-after-animation.html flaky crash by commit-queue@webkit.org · 7 years ago
  65. cea833d Use "= default" for more default constructors and destructors in WebCore by commit-queue@webkit.org · 7 years ago
  66. b4497f1 [GTK][WPE] Fix review comments on WEBPImageDecoder by magomez@igalia.com · 7 years ago
  67. f21f3ae Use "= default" to denote default constructor or destructor by dbates@webkit.org · 7 years ago
  68. ce64b73 Change WebCore sources to work with unified source builds by keith_miller@apple.com · 7 years ago
  69. 6e9fe18 [GTK][WPE] GIFImageDecoder never clears decoded frames even when told to do so by magomez@igalia.com · 7 years ago
  70. e79fcfb Unreviewed: fix GTK debug build after r222841. by magomez@igalia.com · 7 years ago
  71. 4bc91f7 Add animation support for WebP images by magomez@igalia.com · 7 years ago
  72. 1bc5ff8 [GTK][WPE] Fix playback of GIFs https://bugs.webkit.org/show_bug.cgi?id=176089 by magomez@igalia.com · 7 years ago
  73. ae2a9b4 Make ImageFrame::duration() return Seconds instead of float by commit-queue@webkit.org · 8 years ago
  74. c32c4a0 Virtualize ImageDecoder https://bugs.webkit.org/show_bug.cgi?id=176118 by jer.noble@apple.com · 8 years ago
  75. 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
  76. 8570951 Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable by cdumez@apple.com · 8 years ago
  77. 07de963 Remove excessive headers from WebCore/platform by annulen@yandex.ru · 8 years ago
  78. be7fef1 REGRESSION(r216901): ImageDecoders: rendering of large images is broken since r216901 by magomez@igalia.com · 8 years ago
  79. b6d86726c REGRESSION(r215686): O(n^2) algorithm in CachedRawResource::addDataBuffer by achristensen@apple.com · 8 years ago
  80. ca28299 [CG] Use the SPI CGImageSourceGetTypeWithData() to get the typeIdentifierHint of an image by commit-queue@webkit.org · 8 years ago
  81. 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
  82. d28447a REGRESSION (216471): Infinite repaint-drawing loop when asynchronously decoding incomplete image frames by commit-queue@webkit.org · 8 years ago
  83. d45b87b REGRESSION(r215686): Incremental reads from SharedBuffer are wrong after r215686 by carlosgc@webkit.org · 8 years ago
  84. 1afe890 REGRESSION(r215211): [GTK] Several webgl related tests are failing by magomez@igalia.com · 8 years ago
  85. 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
  86. 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
  87. 8aff3d9 Reduce copies and allocations in SharedBuffer::append by achristensen@apple.com · 8 years ago
  88. 6aa52a7 Unreviewed, rolling out r215608. by mcatanzaro@igalia.com · 8 years ago
  89. efd0b6c Reduce copies and allocations in SharedBuffer::append by achristensen@apple.com · 8 years ago
  90. 3fecba6 [GTK+] Crash in WebCore::ImageFrame::ImageFrame() by magomez@igalia.com · 8 years ago
  91. 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
  92. 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
  93. c924c2b CachedImage should stop decoding images when unknown type is detected by commit-queue@webkit.org · 8 years ago
  94. 5efdaee [GTK+] PNG animations that should run once are not played at all by magomez@igalia.com · 8 years ago
  95. 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
  96. 77b1ea3 ImageDecoder can be deleted while the async decoder thread is still using it by magomez@igalia.com · 8 years ago
  97. 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
  98. 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
  99. 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
  100. 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago