..
build
Bug 1294490 - Part 3. Implement WebP decoder. r=tnikkel
2018-10-31 15:01:08 -04:00
decoders
Bug 1501482. r=tnikkel
2018-11-16 09:41:27 -05:00
encoders
Bug 1434490. Avoid overflow in nsPNGEncoder::WriteCallback. r=aosmond
2018-09-28 23:23:01 -05:00
test
Bug 1503653 - Part 2. Enable WebP by default. r=tnikkel
2018-11-15 06:54:48 -05:00
AnimationFrameBuffer.cpp
Bug 1501212 - Fix faulty assert when requesting a frame from a previously discarded animated image. r=tnikkel
2018-10-26 07:50:23 -04:00
AnimationFrameBuffer.h
Bug 1465619 - Part 11. Add support for recycling animated image frames. r=tnikkel
2018-10-22 13:40:35 -04:00
AnimationParams.h
…
AnimationSurfaceProvider.cpp
Bug 1502275 - Skip recreating the decoder after redecode errors if an animated image is reset. r=tnikkel
2018-11-14 11:15:44 -05:00
AnimationSurfaceProvider.h
Bug 1465619 - Part 11. Add support for recycling animated image frames. r=tnikkel
2018-10-22 13:40:35 -04:00
BMPHeaders.h
…
ClippedImage.cpp
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
ClippedImage.h
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
CopyOnWrite.h
…
DecodePool.cpp
Bug 1504742 - Annotate idle stacks in the DecodePool code. r=aosmond
2018-11-05 18:14:17 +00:00
DecodePool.h
…
DecodedSurfaceProvider.cpp
…
DecodedSurfaceProvider.h
…
Decoder.cpp
Bug 1465619 - Part 7. Add support for recycling to image::Decoder. r=tnikkel
2018-10-22 13:40:35 -04:00
Decoder.h
Bug 1465619 - Part 7. Add support for recycling to image::Decoder. r=tnikkel
2018-10-22 13:40:35 -04:00
DecoderFactory.cpp
Bug 1501482. r=tnikkel
2018-11-16 09:41:27 -05:00
DecoderFactory.h
Bug 1501482. r=tnikkel
2018-11-16 09:41:27 -05:00
DecoderFlags.h
Bug 1337111 - Part 2. Add an image decoder flag to request complete frames. r=tnikkel
2018-09-17 15:06:28 -04:00
Downscaler.cpp
…
Downscaler.h
…
DownscalingFilter.h
…
DynamicImage.cpp
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
DynamicImage.h
…
FrameAnimator.cpp
Bug 1508393 - Enable animated images producing full frames by default. r=tnikkel
2018-11-19 21:05:54 -05:00
FrameAnimator.h
Bug 1465619 - Part 1. Use imgFrame directly instead of RawAccessFrameRef in FrameAnimator. r=tnikkel
2018-10-22 13:40:35 -04:00
FrameTimeout.h
…
FrozenImage.cpp
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
FrozenImage.h
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
ICOFileHeaders.h
…
IDecodingTask.cpp
Bug 1503935 - Fix some WebP decoder implementation bugs. r=tnikkel
2018-11-01 19:26:14 -04:00
IDecodingTask.h
Bug 1503935 - Fix some WebP decoder implementation bugs. r=tnikkel
2018-11-01 19:26:14 -04:00
IProgressObserver.h
…
ISurfaceProvider.h
Bug 1465619 - Part 1. Use imgFrame directly instead of RawAccessFrameRef in FrameAnimator. r=tnikkel
2018-10-22 13:40:35 -04:00
Image.cpp
Bug 1428558
- Part 8. Integrate SharedSurfacesAnimation with the rest of imagelib. r=nical
2018-11-02 09:09:52 -04:00
Image.h
Bug 1428558
- Part 8. Integrate SharedSurfacesAnimation with the rest of imagelib. r=nical
2018-11-02 09:09:52 -04:00
ImageCacheKey.cpp
Bug 1483765 - Fix the image cache key computation logic to only consider first-party storage access for third-party windows; r=smaug
2018-08-17 15:26:43 -04:00
ImageCacheKey.h
Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 6 - Image cache, r=aosmond
2018-06-20 13:38:22 -04:00
ImageFactory.cpp
…
ImageFactory.h
…
ImageLogging.h
…
ImageMemoryReporter.cpp
Bug 1492930 - Part 4. Add ImageMemoryReporter to support extra shared surfaces reporting. r=tnikkel
2018-09-25 09:13:51 -04:00
ImageMemoryReporter.h
Bug 1492930 - Part 4. Add ImageMemoryReporter to support extra shared surfaces reporting. r=tnikkel
2018-09-25 09:13:51 -04:00
ImageMetadata.h
…
ImageOps.cpp
Bug 1503935 - Fix some WebP decoder implementation bugs. r=tnikkel
2018-11-01 19:26:14 -04:00
ImageOps.h
…
ImageRegion.h
…
ImageWrapper.cpp
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
ImageWrapper.h
…
ImgDrawResult.h
Bug 1446309 - Part 3. Properly handle ImgDrawResult for WebRender display list generation. r=tnikkel
2018-09-13 19:48:27 -04:00
LookupResult.h
Bug 1456558 - Part 3. Implement factor of 2 scaling support for SVGs in VectorImage. r=tnikkel
2018-09-20 20:22:06 -04:00
MultipartImage.cpp
Bug 1256603. Change MultipartImage to use RequestDecode instead of GetFrame to avoid marking the frame as used. r=aosmond
2018-10-14 00:38:42 -05:00
MultipartImage.h
…
Orientation.h
…
OrientedImage.cpp
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
OrientedImage.h
Bug 1446309 - Part 1. Return draw result from imgIContainer::GetImageContainerAtSize. r=tnikkel
2018-09-13 19:48:21 -04:00
PlaybackType.h
…
ProgressTracker.cpp
…
ProgressTracker.h
…
RasterImage.cpp
Bug 1428558
- Part 8. Integrate SharedSurfacesAnimation with the rest of imagelib. r=nical
2018-11-02 09:09:52 -04:00
RasterImage.h
Bug 1256603. Make aMarkUsed parameters required everywhere. r=aosmond
2018-10-13 00:31:03 -05:00
RecyclingSourceSurface.h
Bug 1465619 - Part 6. Add support for recycling to imgFrame. r=tnikkel
2018-10-22 13:40:35 -04:00
SVGDocumentWrapper.cpp
Bug 1507540 part 2. Use more notxpcom attributes in docshell/. r=smaug
2018-11-19 20:17:53 -05:00
SVGDocumentWrapper.h
Bug 1507540 part 2. Use more notxpcom attributes in docshell/. r=smaug
2018-11-19 20:17:53 -05:00
SVGDrawingParameters.h
Bug 1456558 - Part 3. Implement factor of 2 scaling support for SVGs in VectorImage. r=tnikkel
2018-09-20 20:22:06 -04:00
ScriptedNotificationObserver.cpp
…
ScriptedNotificationObserver.h
…
ShutdownTracker.cpp
…
ShutdownTracker.h
…
SourceBuffer.cpp
…
SourceBuffer.h
Bug 1294490 - Part 3. Implement WebP decoder. r=tnikkel
2018-10-31 15:01:08 -04:00
StreamingLexer.h
…
SurfaceCache.cpp
Bug 1256603. Make aMarkUsed parameters required everywhere. r=aosmond
2018-10-13 00:31:03 -05:00
SurfaceCache.h
Bug 1256603. Make aMarkUsed parameters required everywhere. r=aosmond
2018-10-13 00:31:03 -05:00
SurfaceCacheUtils.cpp
…
SurfaceCacheUtils.h
…
SurfaceFilters.h
Bug 1465619 - Part 3. Improve the clear rect calculations to take into account recycling in BlendAnimationFilter. r=tnikkel
2018-10-22 13:40:35 -04:00
SurfaceFlags.h
…
SurfacePipe.cpp
…
SurfacePipe.h
…
SurfacePipeFactory.h
Bug 1337111 - Part 2. Add an image decoder flag to request complete frames. r=tnikkel
2018-09-17 15:06:28 -04:00
VectorImage.cpp
Bug 1507540 part 2. Use more notxpcom attributes in docshell/. r=smaug
2018-11-19 20:17:53 -05:00
VectorImage.h
Bug 1456558 - Part 3. Implement factor of 2 scaling support for SVGs in VectorImage. r=tnikkel
2018-09-20 20:22:06 -04:00
imgFrame.cpp
Bug 1465619 - Part 6. Add support for recycling to imgFrame. r=tnikkel
2018-10-22 13:40:35 -04:00
imgFrame.h
Bug 1465619 - Part 6. Add support for recycling to imgFrame. r=tnikkel
2018-10-22 13:40:35 -04:00
imgICache.idl
Bug 1268889 - Implement Clear-Site-Data header - part 4 - cleanup image cache, r=aosmond
2018-06-20 11:57:50 -04:00
imgIContainer.idl
Bug 1256603. Fix comment for imgIContainer::RequestDecodeForSize to match reality. r=aosmond
2018-10-13 00:31:03 -05:00
imgIContainerDebug.idl
…
imgIEncoder.idl
…
imgILoader.idl
…
imgINotificationObserver.idl
…
imgIRequest.idl
…
imgIScriptedNotificationObserver.idl
…
imgITools.idl
…
imgLoader.cpp
Bug 1504742 - Add a label for imgLoader::LoadImage that has the URL. r=aosmond
2018-11-05 18:13:39 +00:00
imgLoader.h
Bug 1476592 - Remove the cache from nsCSPContext - part 2 - sendViolationReports parameter, r=ckerschb, r=aosmond
2018-08-01 06:35:24 +02:00
imgRequest.cpp
Bug 1503850 - Remove expired WebP telemetry probes. r=tnikkel
2018-11-01 16:59:02 -04:00
imgRequest.h
bug 748809 - remove nsIAssociatedContentSecurity and nsISecurityInfoProvider r=mayhemer,jrmuizel
2018-09-13 17:13:43 +00:00
imgRequestProxy.cpp
Bug 1493737
- Fix many trivial calls to do_QueryInterface r=smaug
2018-10-01 21:38:01 +00:00
imgRequestProxy.h
bug 748809 - remove nsIAssociatedContentSecurity and nsISecurityInfoProvider r=mayhemer,jrmuizel
2018-09-13 17:13:43 +00:00
imgTools.cpp
Bug 1493737
- Fix many trivial calls to do_QueryInterface r=smaug
2018-10-01 21:38:01 +00:00
imgTools.h
…
moz.build
Bug 1465619 - Part 6. Add support for recycling to imgFrame. r=tnikkel
2018-10-22 13:40:35 -04:00
nsIIconURI.idl
…