Commits
User selector
Commit History
Commits on Jul 9, 2021
SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage
Show description for 3280e7acommitted
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 Mar 2, 2021
The layout of SVGImage should force the layout for its clients
Show description for 2d55c5acommitted
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 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 Sep 1, 2019
Source/WebCore:
Show description for 99cb2d0authored andcommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Aug 14, 2019
shouldRespectImageOrientation should be a value in ImageOrientation
Show description for b213d84authored 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 Oct 18, 2018
Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY)
Show description for 8132e32committed
Commits on Jul 17, 2018
Source/WebCore:
Show description for 3670783authored andcommitted
Commits on Jul 9, 2018
Shrink various loading-related enums to shrink CachedResource
Show description for b733027committed
Commits on Apr 6, 2018
Implement createImageBitmap(Blob)
Show description for aee91cacommitted
Commits on Mar 5, 2018
[WTF] Move currentCPUTime and sleep(Seconds) to CPUTime.h and Seconds.h respectively
Show description for 0042791committed
Commits on Mar 2, 2018
Remove monotonicallyIncreasingTime
Show description for e05d544committed
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 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 21, 2017
[CG] An image should not invoke many system calls before confirming its format is supported
Show description for d536efeauthored andcommitted
Commits on Jul 16, 2017
Make the decision for asynchronously decoding an image be in one place
Show description for 0cb6002authored andcommitted
Commits on Jul 11, 2017
REGRESSION(r219045): The <body> element does not get repainted when its background image finishes decoding
Show description for 0f02985authored 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