gecko/image/src
2014-08-02 16:14:53 +09:00
..
BMPFileHeaders.h
ClippedImage.cpp Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
ClippedImage.h Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
Decoder.cpp Bug 994081 - [2/3] Convert imgFrame to SourceSurfaces, r=seth 2014-04-19 21:28:38 -04:00
Decoder.h Bug 1027251 - Fix or whitelist dangerous public destructors in image/ - r=jrmuizel 2014-06-18 22:29:00 -04:00
DecodeStrategy.h
DiscardTracker.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
DiscardTracker.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
DynamicImage.cpp Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
DynamicImage.h Bug 1031576 (Part 1) - Add an Image subclass for dynamically-created images. r=tn 2014-07-21 17:59:22 -07:00
FrameAnimator.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrameAnimator.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrameBlender.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrameBlender.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrameSequence.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrameSequence.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrozenImage.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
FrozenImage.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
ICOFileHeaders.h Add some documenting comments to the image encoders; no bug 2014-06-25 12:59:55 +01:00
Image.cpp Bug 1003683: Throttle the rate at which animated images will allow themselves to be refreshed. r=seth 2014-05-08 11:37:39 -07:00
Image.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
ImageFactory.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
ImageFactory.h Bug 967985 - Don't retarget OnDataAvailable when not storing source data. r=tn 2014-04-02 19:20:25 -07:00
ImageMetadata.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
ImageMetadata.h
ImageOps.cpp Bug 1031576 (Part 1) - Add an Image subclass for dynamically-created images. r=tn 2014-07-21 17:59:22 -07:00
ImageOps.h Bug 1031576 (Part 1) - Add an Image subclass for dynamically-created images. r=tn 2014-07-21 17:59:22 -07:00
ImageURL.h Bug 1027251 - Fix or whitelist dangerous public destructors in image/ - r=jrmuizel 2014-06-18 22:29:00 -04:00
ImageWrapper.cpp Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
ImageWrapper.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
imgDecoderObserver.h Bug 994907: imgDecoderObserver does reference counting on different threads, so should be using thread safe reference counting. r=seth,ehsan 2014-05-06 14:32:23 -04:00
imgFrame.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
imgFrame.h Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
imgLoader.cpp Bug 1038897: pop entries off the cache until its size reaches max cache size. Input read from corresponding pref is clamped to non-negative values (r=seth) 2014-07-18 18:47:39 -07:00
imgLoader.h Bug 1028588 - Fix dangerous public destructors in image/ - r=jrmuizel 2014-06-23 14:49:08 -04:00
imgRequest.cpp Bug 1037213: extended imgIRequest with an imageErrorCode attribute and modified imgRequest::OnStopRequest to preserve the actual error code when NS_FAILED(status) (r=seth) 2014-07-18 18:47:11 -07:00
imgRequest.h Bug 1037213: extended imgIRequest with an imageErrorCode attribute and modified imgRequest::OnStopRequest to preserve the actual error code when NS_FAILED(status) (r=seth) 2014-07-18 18:47:11 -07:00
imgRequestProxy.cpp Bug 1037213: extended imgIRequest with an imageErrorCode attribute and modified imgRequest::OnStopRequest to preserve the actual error code when NS_FAILED(status) (r=seth) 2014-07-18 18:47:11 -07:00
imgRequestProxy.h Bug 1028588 - Fix dangerous public destructors in image/ - r=jrmuizel 2014-06-23 14:49:08 -04:00
imgStatusTracker.cpp Bug 1044658 - 5/6 - remove asWeakPtr - r=froydnj 2014-07-30 15:52:05 -04:00
imgStatusTracker.h Bug 1027251 - Fix or whitelist dangerous public destructors in image/ - r=jrmuizel 2014-06-18 22:29:00 -04:00
imgTools.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
imgTools.h Bug 1028588 - Fix dangerous public destructors in image/ - r=jrmuizel 2014-06-23 14:49:08 -04:00
moz.build Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Orientation.h
OrientedImage.cpp Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
OrientedImage.h Bug 1034345 (Part 4) - Implement OptimalImageSizeForDest for other image types. r=tn 2014-07-28 14:27:40 -07:00
RasterImage.cpp Bug 1045390: Add a MOZ_FINAL annotation to RIDThreadPoolListener. r=cyu 2014-07-30 19:29:52 -07:00
RasterImage.h Bug 1034345 (Part 2) - Implement OptimalImageSizeForDest for RasterImage. r=tn 2014-07-28 14:27:39 -07:00
ScriptedNotificationObserver.cpp Bug 1037028 - More namespace cleanups in imglib, r=seth 2014-07-10 11:00:31 -04:00
ScriptedNotificationObserver.h Bug 1028588 - Fix dangerous public destructors in image/ - r=jrmuizel 2014-06-23 14:49:08 -04:00
SurfaceCache.cpp Bug 1044702 - Part 1: Remove unnecessary gfxDrawable constructors. r=Bas,seth 2014-07-29 12:05:40 +12:00
SurfaceCache.h Bug 1044702 - Part 1: Remove unnecessary gfxDrawable constructors. r=Bas,seth 2014-07-29 12:05:40 +12:00
SVGDocumentWrapper.cpp Bug 1002632: Make an image document's refresh driver receive ticks from the image's clients, & disable its internal timer. r=bz 2014-05-01 09:31:54 -07:00
SVGDocumentWrapper.h Bug 1028588 - Fix dangerous public destructors in image/ - r=jrmuizel 2014-06-23 14:49:08 -04:00
VectorImage.cpp Bug 1028288 Add canvas global transparency support to svgs. r=roc 2014-08-02 16:14:53 +09:00
VectorImage.h Bug 1028288 Add canvas global transparency support to svgs. r=roc 2014-08-02 16:14:53 +09:00