Commits
User selector
Commit History
Commits on Jun 14, 2021
Pass PAL::SessionID by value instead of reference
Show description for 13620e1authored andcommitted
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jan 20, 2021
Implement efficient way to collect images that are likely visible in the viewport
Show description for 36a8fc8committed
Commits on Oct 6, 2020
Rename scheduleTimedRenderingUpdate() functions related to images
Show description for f558f8bcommitted
Commits on Sep 7, 2020
Safari takes too long to fetch images from memory cache
Show description for 0a84a8fcommitted
Commits on May 13, 2020
Give some NetworkLoadMetrics to WebCoreNSURLSession's delegate
Show description for 7a8ba90authored andcommitted
Commits on Apr 9, 2020
REGRESSION: CSS animations inside an embedded SVG image do not animate
Show description for f480070authored andcommitted
Commits on Feb 17, 2020
Main implementation for lazy image loading
Show description for 3c64a30authored andcommitted
Commits on Feb 12, 2020
Shrink CachedResource
Show description for 4c2bf61committed
Commits on Jan 8, 2020
<img>.naturalWidth should return the density-corrected intrinsic width
Show description for 670419eauthored andcommitted
Commits on Oct 29, 2019
Unreviewed, revert r251637 as it caused http/tests/lazyload/scroll-element-removed-from-document.html to crash
Show description for f226ef2committed
Commits on Oct 26, 2019
Main implementation for lazy image loading
Show description for 255f65cauthored andcommitted
Commits on Aug 8, 2019
[iOS] Position image information should respect the image orientation
Show description for d4cd689authored andcommitted
Commits on Jan 15, 2019
Stop using CookiesStrategy
Show description for fd6dedccommitted
Commits on Jan 4, 2019
Web Content process main thread blocked beneath ImageDecoderAVFObjC::readSamples for many seconds on imgur.com
Show description for 47f0785committed
Commits on Nov 28, 2018
Fix the mis-spelled "m_clienstWaitingForAsyncDecoding"
Show description for b1b59f2committed
Commits on Jul 17, 2018
Source/WebCore:
Show description for 3670783authored andcommitted
Commits on Jul 15, 2018
Shrink CachedResource and subclasses
Show description for 388d7e3committed
Commits on Jul 9, 2018
Shrink various loading-related enums to shrink CachedResource
Show description for b733027committed
Commits on Jan 31, 2018
BitmapImage::drawPattern() may not draw a complete frame even after all the data is received
Show description for 23db897authored andcommitted
Commits on Nov 28, 2017
[CG] PostScript images should be supported if they are sub-resource images
Show description for 94d3f04authored andcommitted
Commits on Oct 10, 2017
Image data should be coalesced if it comes in small chunks before updating the ImageSource
Show description for a5776ccauthored andcommitted
Commits on Sep 19, 2017
[Cocoa] Add an ImageDecoder subclass backed by AVFoundation
Show description for 96dc031committed
Commits on Aug 30, 2017
The SVG fragment identifier is not respected if it is a part of an HTTP URL
Show description for ad1c057authored andcommitted
Commits on Aug 17, 2017
[PAL] Move SessionID into PAL
Show description for 3c007d9committed
Commits on Aug 13, 2017
Drop non-const getter for CachedResource::resourceRequest()
Show description for 7a66668committed
Commits on Jul 22, 2017
REGRESSION(r219045): A partially loaded image may not be repainted when its complete frame finishes decoding
Show description for 2e280e9authored andcommitted
Commits on Jul 1, 2017
If an image appears more than once on a page, decoding for painting one instance repaints them all
Show description for a02d74cauthored andcommitted
Commits on Jun 10, 2017
Image should clear its ImageObserver* when CachedImage releases the last reference to its RefCounted<ImageObserver>
Show description for de568c1authored andcommitted
Unreviewed, rolling out r218003.
Show description for f8896b1committed
Commits on Jun 9, 2017
Image should clear its ImageObserver* when CachedImage releases the last reference to its RefCounted<ImageObserver>
Show description for 1eb3e6fauthored andcommitted
Commits on May 16, 2017
Do not delete asynchronously decoded frames for large images if their clients are in the viewport
Show description for 83b44a1authored andcommitted
Commits on Apr 28, 2017
Unify how BitmapImage handles the availability of a decoded for large and animated images
Show description for 8b592b7authored andcommitted
Commits on Apr 27, 2017
REGRESSION(r213764): Async decoding of animated images is disabled for ImageDocument
Show description for 9317cdeauthored andcommitted
Commits on Apr 26, 2017
Restrict WebKit image formats to a known whitelist
Show description for 5a361bbauthored andcommitted