gecko-dev/image/src
2013-08-13 18:30:28 -04:00
..
BMPFileHeaders.h Bug 855712 - Remove trailing whitespaces in image/src/*cpp. r=jmuizelaar 2013-03-29 16:14:19 -04:00
ClippedImage.cpp Bug 859377 (Part 5) - Use CreateOffscreenDrawTarget instead of CreateOffscreenSurface. r=joe 2013-05-07 10:47:42 -07:00
ClippedImage.h Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo 2013-08-14 09:00:52 +02:00
Decoder.cpp Bug 888499 - Mark frames as dirty in a threadsafe way when imgFrame::ImageUpdated is called on them, and clear that dirty bit when we're drawing. r=seth 2013-07-04 14:45:57 -04:00
Decoder.h Bug 867774 - Create a FrameBlender class that holds on to an image's frames and can blend frames together on demand (while leaving the decision as to which frames to external users). r=seth 2013-06-17 16:49:04 -04:00
DiscardTracker.cpp Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar 2013-07-11 15:21:45 -05:00
DiscardTracker.h Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar 2013-07-11 15:21:45 -05:00
EndianMacros.h
FrameAnimator.cpp Bug 717872 - Move all image animation logic into a new class, FrameAnimator, and use it from RasterImage. r=seth 2013-07-15 14:38:59 -04:00
FrameAnimator.h Bug 717872 - Move all image animation logic into a new class, FrameAnimator, and use it from RasterImage. r=seth 2013-07-15 14:38:59 -04:00
FrameBlender.cpp Bug 717872 - Make FrameSequences be refcounted, and store a RefPtr to FrameSequence on FrameBlender. r=seth 2013-07-09 14:53:12 -04:00
FrameBlender.h Bug 717872 - Make FrameSequences be refcounted, and store a RefPtr to FrameSequence on FrameBlender. r=seth 2013-07-09 14:53:12 -04:00
FrameSequence.cpp Bug 717872 - Move frame ownership to a separate container object, FrameSequence, which only exposes const access to its frames. r=seth 2013-07-09 10:45:06 -04:00
FrameSequence.h Bug 717872 - Make FrameSequences be refcounted, and store a RefPtr to FrameSequence on FrameBlender. r=seth 2013-07-09 14:53:12 -04:00
FrozenImage.cpp Bug 859377 (Part 1) - Add imgIContainer::GetFrameIndex. r=joe sr=bz 2013-04-25 15:58:20 -07:00
FrozenImage.h Bug 859377 (Part 1) - Add imgIContainer::GetFrameIndex. r=joe sr=bz 2013-04-25 15:58:20 -07:00
ICOFileHeaders.h
Image.cpp Bug 882526 - Remove Gecko support for WBMP. r=joe, r=roc 2013-07-22 22:31:24 -04:00
Image.h Bug 882526 - Remove Gecko support for WBMP. r=joe, r=roc 2013-07-22 22:31:24 -04:00
ImageFactory.cpp Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz 2013-04-05 14:14:34 -07:00
ImageFactory.h Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz 2013-04-05 14:14:34 -07:00
ImageMetadata.cpp Bug 716140 - Track image metadata in a separate object, and sync it to the image once decoding is done. r=jlebar 2012-12-20 11:49:25 -05:00
ImageMetadata.h Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
ImageOps.cpp Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz 2013-04-05 14:14:34 -07:00
ImageOps.h Bug 826093 (Part 2) - Create a static utility class for image operations. r=joe, sr=bz 2013-04-05 14:14:34 -07:00
ImageWrapper.cpp Bug 798914 (part 6) - Followup: move MemoryReporting.h include after the cpp's own header include. r=njn. 2013-06-30 18:26:39 +02:00
ImageWrapper.h Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn. 2013-06-23 14:03:39 +02:00
imgDecoderObserver.h Bug 716140 - Handle errors correctly. r=seth 2013-02-01 20:06:34 -05:00
imgFrame.cpp Bug 717872 - Move all image animation logic into a new class, FrameAnimator, and use it from RasterImage. r=seth 2013-07-15 14:38:59 -04:00
imgFrame.h Bug 717872 - Move all image animation logic into a new class, FrameAnimator, and use it from RasterImage. r=seth 2013-07-15 14:38:59 -04:00
imgLoader.cpp Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
imgLoader.h Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
imgRequest.cpp Bug 882526 - Remove Gecko support for WBMP. r=joe, r=roc 2013-07-22 22:31:24 -04:00
imgRequest.h Bug 855712 - Remove trailing whitespaces in image/src/*cpp. r=jmuizelaar 2013-03-29 16:14:19 -04:00
imgRequestProxy.cpp Bug 878037 - Make static image requests (imgRequestProxyStatic) Clone correctly when the concrete-type Clone override is called. r=seth 2013-06-04 14:38:37 -04:00
imgRequestProxy.h Bug 878037 - Make static image requests (imgRequestProxyStatic) Clone correctly when the concrete-type Clone override is called. r=seth 2013-06-04 14:38:37 -04:00
imgStatusTracker.cpp Bug 866463 - Remove the initial incorrect assignment. r=joe 2013-05-08 09:14:26 -04:00
imgStatusTracker.h Bug 854287 - Don't send partial invalidations for images which have already been decoded. r=joe 2013-04-18 16:31:46 -07:00
imgTools.cpp Bug 845374 - Part l: Stop including nsIDocument.h in nsContentUtils.h and fix two nits; r=khuey 2013-03-17 08:55:15 +01:00
imgTools.h Bug 816362 - Refactor imgTools::DecodeImageData to remove imgIContainer argument and use ImageFactory. r=joe 2012-12-17 17:35:07 -08:00
Makefile.in bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium 2013-08-08 20:12:37 -04:00
moz.build Bug 717872 - Move all image animation logic into a new class, FrameAnimator, and use it from RasterImage. r=seth 2013-07-15 14:38:59 -04:00
RasterImage.cpp Bug 899861 - Animated gifs should not wait to play until fully downloaded. This is a partial backout of 717872 with the intent to re-enable using the separate FrameAnimator class. Hide the new approach behind #define USE_FRAME_ANIMATOR for now. r=bgirard 2013-08-13 18:30:28 -04:00
RasterImage.h Bug 899861 - Animated gifs should not wait to play until fully downloaded. This is a partial backout of 717872 with the intent to re-enable using the separate FrameAnimator class. Hide the new approach behind #define USE_FRAME_ANIMATOR for now. r=bgirard 2013-08-13 18:30:28 -04:00
ScriptedNotificationObserver.cpp
ScriptedNotificationObserver.h
SVGDocumentWrapper.cpp Bug 885959 - Remove nsIDOMSVGAnimatedLength r=Ms2ger 2013-06-24 12:31:52 -07:00
SVGDocumentWrapper.h Bug 843895 (Part 1) - Add an aWhichFrame parameter to imgIContainer::Draw. r=joe 2013-03-10 18:43:37 -07:00
VectorImage.cpp Bug 895023: Null-check SVG image document's root frame, before dereferencing it. r=seth 2013-07-22 13:42:05 -07:00
VectorImage.h Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn. 2013-06-23 14:03:39 +02:00