.. |
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 1210745 - Update CheckProgressConsistency() to match current ImageLib behavior. r=tn
|
2016-02-25 13:12:58 -06:00 |
BMPHeaders.h
|
Bug 1215334 (part 2) - Avoid creating a fake header for BMP files in ICO files. r=seth.
|
2015-10-15 15:43:31 -07:00 |
ClippedImage.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 |
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
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
DecodePool.cpp
|
Bug 1219501. Limit total number of image decoding threads to 32 regardless of number asked for. r=seth
|
2015-11-01 11:45:40 -06:00 |
DecodePool.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
DecoderFactory.h
|
Bug 1118926 (Part 1) - Remove remnants of -moz-resolution in C++ code. r=tn
|
2015-09-30 17:00:52 -07:00 |
DecoderFlags.h
|
Bug 1185800 - Add DecoderFlags and SurfaceFlags enum classes and use them instead of imgIContainer flags in all decoder-related code. r=tn
|
2015-08-14 17:56:44 -07:00 |
Downscaler.cpp
|
Bug 1242093 - Fix assertion in Downscaler::ClearRow. r=njn
|
2016-02-16 08:04:57 +01:00 |
Downscaler.h
|
Bug 1242093 - Fix assertion in Downscaler::ClearRow. r=njn
|
2016-02-16 08:04:57 +01:00 |
DownscalingFilter.h
|
Bug 1246851 (Part 2) - Add SurfaceFilter implementations for basic surface output operations. r=njn
|
2016-02-25 16:21:29 -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 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn
|
2015-10-29 16:37:42 -07:00 |
DynamicImage.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1211324 (part 5) - Remove GraphicsFilter and gfxGraphicsFilter. r=mattwoodrow.
|
2015-10-05 17:18:10 -07:00 |
FrozenImage.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
ICOFileHeaders.h
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
IProgressObserver.h
|
Bug 1177615 - Rip everything related to FLAG_DECODE_STARTED out of ImageLib. r=tn
|
2015-07-06 17:11:14 -07:00 |
Image.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
Image.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
ImageCacheKey.cpp
|
Bug 1202085 - Part 4: Add an ID for controlled document to the image cache key; r=seth
|
2015-10-30 16:03:11 -04:00 |
ImageCacheKey.h
|
Bug 1202085 - Part 6: Clear the entries in the image cache belonging to a controlled document when it gets destroyed; r=seth
|
2015-10-30 16:03:13 -04:00 |
ImageFactory.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
ImageFactory.h
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
ImageLogging.h
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
ImageMetadata.h
|
Bug 1194059 (Part 2) - Always detect IS_ANIMATED during the metadata decode. r=tn
|
2015-08-14 00:37:13 -07:00 |
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
|
Bug 1169680 - Don't merge image cache entries for blob URIs with different refs. r=tn
|
2015-06-05 01:52:06 -07:00 |
ImageWrapper.cpp
|
Bug 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn
|
2015-10-29 16:37:42 -07:00 |
ImageWrapper.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
LookupResult.h
|
Bug 1176124 (Part 1) - Add a MatchType enum to LookupResult to let Lookup*() return more detailed information. r=dholbert
|
2015-07-19 18:39:40 -07:00 |
MultipartImage.cpp
|
Bug 1207355 (Part 5) - Request decodes intelligently in MultipartImage. r=tn
|
2015-10-29 16:37:42 -07:00 |
MultipartImage.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
Orientation.h
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
OrientedImage.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
OrientedImage.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
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
|
Bug 1214054 - Don't fire DECODE_COMPLETE in VectorImage::OnSVGDocumentError(). r=dholbert
|
2015-10-22 23:29:38 -07:00 |
RasterImage.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 |
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
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ScriptedNotificationObserver.cpp
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
ScriptedNotificationObserver.h
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
ShutdownTracker.cpp
|
Bug 1215763 - part 1 - remove unnecessary nsAutoPtr.h includes; r=seth
|
2015-10-17 06:52:21 -04:00 |
ShutdownTracker.h
|
Bug 1038536 - Flatten image/src/ directory. r=seth
|
2015-05-14 20:52:05 -07:00 |
SourceBuffer.cpp
|
Bug 1196065 - Add sanity tests for image decoders. r=tn
|
2015-08-19 14:04:01 -07:00 |
SourceBuffer.h
|
Bug 1218823 - use UniquePtr<> in preference to delete[] in image/; r=seth
|
2015-10-27 10:47:51 -04:00 |
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
|
Bug 1195878 - If we detect animation during a full decode, drop the results of the full decode on the floor. r=tn
|
2015-09-23 16:53:40 -07:00 |
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 619500: Part 4. Remove one unused data member in SVGDrawingParameters; r=dholbert
|
2016-03-08 15:54:14 +08:00 |
VectorImage.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
imgFrame.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 |
imgFrame.h
|
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 |
imgICache.idl
|
Bug 1202085 - Part 6: Clear the entries in the image cache belonging to a controlled document when it gets destroyed; r=seth
|
2015-10-30 16:03:13 -04:00 |
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
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgIEncoder.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgILoader.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgINotificationObserver.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgIOnloadBlocker.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgIRequest.idl
|
Bug 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn
|
2015-10-29 16:37:42 -07:00 |
imgIScriptedNotificationObserver.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgITools.idl
|
Bug 1038536 - Flatten image/public/ directory. r=seth
|
2015-05-06 10:57:19 -07:00 |
imgLoader.cpp
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
imgLoader.h
|
Bug 1215763 - part 2 - s/nsAutoPtr/UniquePtr/ in image/; r=seth
|
2015-10-17 06:53:28 -04: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
|
Bug 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn
|
2015-10-29 16:37:42 -07:00 |
imgRequestProxy.cpp
|
Bug 1219474 - Replace PRLogModuleInfo w/ LazyLogModule in the 'image/' directory. r=seth
|
2015-11-16 18:21:00 +01:00 |
imgRequestProxy.h
|
Bug 1215763 - part 2 - s/nsAutoPtr/UniquePtr/ in image/; r=seth
|
2015-10-17 06:53:28 -04:00 |
imgTools.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
imgTools.h
|
Bug 1151694 - Part 2 - imgTools should be inside mozilla::image namespace. r=bbirtles
|
2015-09-03 23:00:00 +02:00 |
moz.build
|
Bug 1247152 (Part 1) - Use SurfacePipe in the GIF decoder. r=njn
|
2016-03-09 15:39:02 -08:00 |
nsIIconURI.idl
|
Bug 1195415 - Add asciiHostPort field to nsIURI, and use it in the implementation of nsPrincipal::GetOriginForURI, r=bholley
|
2015-08-18 14:52:24 -04:00 |