.. |
build
|
Bug 1246851 (Part 1) - Add a new SurfacePipe API for writing to image surfaces in a safe and composable manner. r=njn
|
2016-02-25 16:21:29 -08:00 |
decoders
|
Bug 1257101. imgFrame::IsImageComplete says whether we've had pixels decoded to the whole image rect, but it's used to check if the frame is finished decoding. These are different things when the image has more than one progress pass. r=seth
|
2016-03-23 19:31:42 -05:00 |
encoders
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
test
|
Bug 1125916 - Fix code that miss proper flags and originAttributes in LoadInfo. Also fix some tests. r=sicking, r=jduell
|
2016-04-13 15:34:36 +02:00 |
BMPHeaders.h
|
…
|
|
ClippedImage.cpp
|
Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman
|
2016-04-12 15:18:11 -04:00 |
ClippedImage.h
|
Bug 619500: Part 1. Default sizing for specified size of SVG images which have no constraints; r=dholbert r=seth
|
2016-03-08 15:54:13 +08:00 |
CopyOnWrite.h
|
…
|
|
DecodePool.cpp
|
…
|
|
DecodePool.h
|
…
|
|
Decoder.cpp
|
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
|
2016-02-10 08:23:00 +01:00 |
Decoder.h
|
Bug 1246851 (Part 1) - Add a new SurfacePipe API for writing to image surfaces in a safe and composable manner. r=njn
|
2016-02-25 16:21:29 -08:00 |
DecoderFactory.cpp
|
…
|
|
DecoderFactory.h
|
…
|
|
DecoderFlags.h
|
…
|
|
Downscaler.cpp
|
Bug 1260351 - Image: Enable ConvolveVertically/Horizontally in LS3 MMI. r=tnikkel
|
2016-04-13 21:40:33 +08:00 |
Downscaler.h
|
Bug 1242093 - Fix assertion in Downscaler::ClearRow. r=njn
|
2016-02-16 08:04:57 +01:00 |
DownscalingFilter.h
|
Bug 1260351 - Image: Enable ConvolveVertically/Horizontally in LS3 MMI. r=tnikkel
|
2016-04-13 21:40:33 +08:00 |
DrawResult.h
|
Bug 1209780 (Part 1) - Mark DrawResult MOZ_MUST_USE. r=tn
|
2015-10-25 13:20:13 -07:00 |
DynamicImage.cpp
|
Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman
|
2016-04-12 15:18:11 -04:00 |
DynamicImage.h
|
…
|
|
FrameAnimator.cpp
|
Bug 1257101. imgFrame::IsImageComplete says whether we've had pixels decoded to the whole image rect, but it's used to check if the frame is finished decoding. These are different things when the image has more than one progress pass. r=seth
|
2016-03-23 19:31:42 -05:00 |
FrameAnimator.h
|
Bug 1242778: Add MOZ_COUNT_CTOR & MOZ_COUNT_DTOR calls to track leaks of imagelib's FrameAnimator class. r=tn
|
2016-01-26 11:08:26 -08:00 |
FrozenImage.cpp
|
…
|
|
FrozenImage.h
|
…
|
|
ICOFileHeaders.h
|
…
|
|
IProgressObserver.h
|
…
|
|
Image.cpp
|
…
|
|
Image.h
|
…
|
|
ImageCacheKey.cpp
|
Bug 1256999 - Use nsIDocument for ImageCacheKey. r=bz r=seth
|
2016-04-11 11:00:03 +02:00 |
ImageCacheKey.h
|
Bug 1256999 - Use nsIDocument for ImageCacheKey. r=bz r=seth
|
2016-04-11 11:00:03 +02:00 |
ImageFactory.cpp
|
…
|
|
ImageFactory.h
|
…
|
|
ImageLogging.h
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
ImageMetadata.h
|
…
|
|
ImageOps.cpp
|
Bug 619500: Part 1. Default sizing for specified size of SVG images which have no constraints; r=dholbert r=seth
|
2016-03-08 15:54:13 +08:00 |
ImageOps.h
|
Bug 619500: Part 1. Default sizing for specified size of SVG images which have no constraints; r=dholbert r=seth
|
2016-03-08 15:54:13 +08:00 |
ImageRegion.h
|
Bug 1221840. Support repeating images in 1 axis. r=seth
|
2015-11-23 08:17:35 -08:00 |
ImageURL.h
|
…
|
|
ImageWrapper.cpp
|
…
|
|
ImageWrapper.h
|
…
|
|
LookupResult.h
|
…
|
|
MultipartImage.cpp
|
…
|
|
MultipartImage.h
|
…
|
|
Orientation.h
|
…
|
|
OrientedImage.cpp
|
Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman
|
2016-04-12 15:18:11 -04:00 |
OrientedImage.h
|
…
|
|
ProgressTracker.cpp
|
Bug 1210745. Change image progress asserts to allow transparency to be posted after the size is posted. r=seth
|
2016-03-21 16:15:20 -05:00 |
ProgressTracker.h
|
…
|
|
RasterImage.cpp
|
Bug 1222596. If RasterImage::LookupFrame does (some) sync decoding and encouters an error we don't want to return the surface with an error. r=seth
|
2016-04-01 12:44:17 -05:00 |
RasterImage.h
|
Bug 1220082 - Assign frame ids to animated images so that they get invalidated correctly. r=seth
|
2016-01-12 17:14:09 +13:00 |
SVGDocumentWrapper.cpp
|
Bug 1253362. SVGDocumentWrapper::IsAnimated can be called after SVGDocumentWrapper::DestroyViewer so null check mViewer. r=dholbert
|
2016-03-06 14:59:19 -06:00 |
SVGDocumentWrapper.h
|
…
|
|
ScriptedNotificationObserver.cpp
|
…
|
|
ScriptedNotificationObserver.h
|
…
|
|
ShutdownTracker.cpp
|
…
|
|
ShutdownTracker.h
|
…
|
|
SourceBuffer.cpp
|
…
|
|
SourceBuffer.h
|
…
|
|
StreamingLexer.h
|
Bug 1237201 part 3 - Handle Vector OOM in StreamingLexer. r=njn
|
2016-01-14 15:19:21 +01:00 |
SurfaceCache.cpp
|
Bug 1257101. imgFrame::IsImageComplete says whether we've had pixels decoded to the whole image rect, but it's used to check if the frame is finished decoding. These are different things when the image has more than one progress pass. r=seth
|
2016-03-23 19:31:42 -05:00 |
SurfaceCache.h
|
Bug 1251742. Avoid overflow in computing area of surface sizes in SurfaceCache. r=dholbert
|
2016-02-26 17:13:59 -06:00 |
SurfaceFilters.h
|
Bug 1246851 (Part 2) - Add SurfaceFilter implementations for basic surface output operations. r=njn
|
2016-02-25 16:21:29 -08:00 |
SurfaceFlags.h
|
…
|
|
SurfacePipe.cpp
|
Bug 1246851 (Part 1) - Add a new SurfacePipe API for writing to image surfaces in a safe and composable manner. r=njn
|
2016-02-25 16:21:29 -08:00 |
SurfacePipe.h
|
Bug 1247152 (Part 1) - Use SurfacePipe in the GIF decoder. r=njn
|
2016-03-09 15:39:02 -08:00 |
SurfacePipeFactory.h
|
Bug 1246851 (Part 3) - Add a factory for constructing SurfacePipes. r=njn
|
2016-02-25 16:21:29 -08:00 |
VectorImage.cpp
|
Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman
|
2016-04-12 15:18:11 -04:00 |
VectorImage.h
|
…
|
|
imgFrame.cpp
|
Bug 1259513: Make gfxContext constructor private, use a utility function that can return nullptr. r=bas,lsalzman
|
2016-04-12 15:18:11 -04:00 |
imgFrame.h
|
Bug 1222596. If RasterImage::LookupFrame does (some) sync decoding and encouters an error we don't want to return the surface with an error. r=seth
|
2016-04-01 12:44:17 -05:00 |
imgICache.idl
|
…
|
|
imgIContainer.idl
|
Bug 1225934. Better describe the effect of the flag FLAG_HIGH_QUALITY_SCALING. Comment only change.
|
2016-03-21 16:15:20 -05:00 |
imgIContainerDebug.idl
|
…
|
|
imgIEncoder.idl
|
…
|
|
imgILoader.idl
|
…
|
|
imgINotificationObserver.idl
|
…
|
|
imgIOnloadBlocker.idl
|
…
|
|
imgIRequest.idl
|
…
|
|
imgIScriptedNotificationObserver.idl
|
…
|
|
imgITools.idl
|
…
|
|
imgLoader.cpp
|
Bug 1261231: Fix shutdown leak in imgLoader::GetInstance. r=gabor
|
2016-03-31 16:26:38 -07:00 |
imgLoader.h
|
Bug 1261231: Fix shutdown leak in imgLoader::GetInstance. r=gabor
|
2016-03-31 16:26:38 -07:00 |
imgRequest.cpp
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
imgRequest.h
|
…
|
|
imgRequestProxy.cpp
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
imgRequestProxy.h
|
…
|
|
imgTools.cpp
|
…
|
|
imgTools.h
|
…
|
|
moz.build
|
Bug 1247152 (Part 1) - Use SurfacePipe in the GIF decoder. r=njn
|
2016-03-09 15:39:02 -08:00 |
nsIIconURI.idl
|
…
|
|