.. |
BMPFileHeaders.h
|
Bug 855712 - Remove trailing whitespaces in image/src/*cpp. r=jmuizelaar
|
2013-03-29 16:14:19 -04:00 |
ClippedImage.cpp
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
|
2014-01-23 13:26:40 -05:00 |
ClippedImage.h
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
Decoder.cpp
|
Bug 944353. If we've had a decoder error then the image is not usable. r=seth
|
2014-02-26 21:48:51 -06:00 |
Decoder.h
|
Bug 896268 - Use a stateless approach to synchronous image decoding. r=jdm
|
2013-12-17 14:04:24 -08:00 |
DecodeStrategy.h
|
Bug 896268 - Use a stateless approach to synchronous image decoding. r=jdm
|
2013-12-17 14:04:24 -08:00 |
DiscardTracker.cpp
|
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in image/. r=bholley
|
2014-02-06 22:05:16 -08:00 |
DiscardTracker.h
|
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in image/. r=bholley
|
2014-02-06 22:05:16 -08:00 |
FrameAnimator.cpp
|
Bug 924366 - Animated GIFs shouldn't loop before they have finished decoding (r=seth)
|
2013-12-12 14:17:41 -08:00 |
FrameAnimator.h
|
Bug 890743 - Display 0-delay, single loop GIFs instantly. r=seth
|
2013-12-06 10:45:24 +01:00 |
FrameBlender.cpp
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
|
2014-01-23 13:26:40 -05:00 |
FrameBlender.h
|
Bug 890743 - Display 0-delay, single loop GIFs instantly. r=seth
|
2013-12-06 10:45:24 +01:00 |
FrameSequence.cpp
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
|
2013-09-24 16:45:13 -04:00 |
FrameSequence.h
|
Bug 913872 - Take nested enums out of gfxASurface - 3/3 : remove the now-useless inclusions of gfxASurface.h - r=jrmuizel
|
2013-09-24 16:45:14 -04:00 |
FrozenImage.cpp
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
FrozenImage.h
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
ICOFileHeaders.h
|
|
|
Image.cpp
|
Bug 947798 (part 1) - Rename NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN as MOZ_DEFINE_MALLOC_SIZE_OF. r=mccr8.
|
2013-12-07 21:38:32 -08:00 |
Image.h
|
Bug 867755 - Add strong refcnting for derived classes of mozilla::image::Image r=seth
|
2013-09-28 11:28:44 -07:00 |
ImageFactory.cpp
|
Bug 910860: Use gfxPrefs to make sure preferences are evaluated on the main thread. This still leaves the preference re-evaluated all the time, not just at startup. Changing that is another bug. r=bgirard.
|
2014-03-05 16:25:09 -05:00 |
ImageFactory.h
|
Bug 867755 - Support OnDataAvailable and OnStopRequest off main thread for image loading r=seth
|
2013-09-28 11:28:42 -07:00 |
ImageMetadata.cpp
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2013-09-22 19:14:24 -04:00 |
ImageMetadata.h
|
Bug 940226 - Build image/src in unified mode. r=seth
|
2013-11-18 22:03:36 -08:00 |
ImageOps.cpp
|
Bug 869723 (Part 4) - Add OrientedImage. r=joe
|
2013-08-25 00:19:43 -07:00 |
ImageOps.h
|
Bug 913619 - Minimize the #includes in image/src; r=jrmuizel
|
2013-09-07 09:01:08 -04:00 |
ImageURL.h
|
Bug 867755 - Support OnDataAvailable and OnStopRequest off main thread for image loading r=seth
|
2013-09-28 11:28:42 -07:00 |
ImageWrapper.cpp
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
ImageWrapper.h
|
Bug 867755 - Return already_AddRefed from GetStatusTracker instead of C++ ref r=seth
|
2013-09-28 11:28:44 -07:00 |
imgDecoderObserver.h
|
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 23:07:24 -05:00 |
imgFrame.cpp
|
Bug 962670 - Store decoded images in VolatileBuffers, r=seth,jrmuizel
|
2014-02-24 22:37:51 -05:00 |
imgFrame.h
|
Bug 962670 - Store decoded images in VolatileBuffers, r=seth,jrmuizel
|
2014-02-24 22:37:51 -05:00 |
imgLoader.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
imgLoader.h
|
Bug 867755 - Support OnDataAvailable and OnStopRequest off main thread for image loading r=seth
|
2013-09-28 11:28:42 -07:00 |
imgRequest.cpp
|
Bug 973088. Use nsContentUtils::GetSecurityManager(). r=ehsan
|
2014-02-14 17:56:01 -05:00 |
imgRequest.h
|
Bug 924967 - Dispatch nsIRequest::Cancel to main thread in imgRequest::Cancel r=seth
|
2013-10-15 16:33:11 -07:00 |
imgRequestProxy.cpp
|
Bug 867755 - Add strong refcnting for derived classes of mozilla::image::Image r=seth
|
2013-09-28 11:28:44 -07:00 |
imgRequestProxy.h
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
imgStatusTracker.cpp
|
Bug 942164 - Store weak references to imgRequest consumers. r=seth
|
2013-12-12 16:17:35 -05:00 |
imgStatusTracker.h
|
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
|
2014-02-20 21:33:49 -05:00 |
imgTools.cpp
|
Bug 980415 - Fix multiple points in the codebase where we fail to call DataSourceSurface::Unmap(). r=Bas
|
2014-03-07 13:21:38 +00:00 |
imgTools.h
|
Bug 975900 - Convert imgUtils to Moz2D (from gfxASurface to SourceSurface). r=mattwoodrow
|
2014-02-25 00:51:45 +00:00 |
Makefile.in
|
Bug 941595 - Build with system-cairo is broken. r=glandium
|
2013-12-10 10:37:03 -05:00 |
moz.build
|
Bug 969580 - Part 1: Expose DiscardAll to SurfaceCache public interface. r=seth
|
2014-02-08 19:37:39 +00:00 |
Orientation.h
|
Bug 869723 (Part 1) - Add imgIContainer::GetOrientation. r=joe sr=bz
|
2013-08-25 00:19:42 -07:00 |
OrientedImage.cpp
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
|
2014-01-23 13:26:40 -05:00 |
OrientedImage.h
|
Bug 944442 - DeCOMify imgIContainer::GetFrame. r=seth
|
2013-12-13 08:34:24 +00:00 |
RasterImage.cpp
|
Bug 952354. Don't worry about premult alpha flags if the frame is opaque when calling GetFrame and CopyFrame. r=seth
|
2014-03-04 22:48:48 -06:00 |
RasterImage.h
|
Bug 952354. Don't worry about premult alpha flags if the frame is opaque when calling GetFrame and CopyFrame. r=seth
|
2014-03-04 22:48:48 -06:00 |
ScriptedNotificationObserver.cpp
|
|
|
ScriptedNotificationObserver.h
|
Bug 945589 - Add include guards to ScriptedNotificationObserver.h
|
2013-12-03 08:20:53 -05:00 |
SurfaceCache.cpp
|
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
|
2014-03-04 15:39:42 -08:00 |
SurfaceCache.h
|
Bug 952033 - Part a: Use IntSize in SurfaceCache; r=roc
|
2014-02-09 09:04:37 +01:00 |
SVGDocumentWrapper.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
SVGDocumentWrapper.h
|
Bug 940226 - Build image/src in unified mode. r=seth
|
2013-11-18 22:03:36 -08:00 |
VectorImage.cpp
|
Bug 979905 - Make VectorImage use a Moz2D backed gfxContext. r=mattwoodrow
|
2014-03-05 16:10:34 +00:00 |
VectorImage.h
|
Bug 922899 - Fix VectorImage invalidation for non-animated images. r=dholbert
|
2013-11-20 17:21:50 -08:00 |