gecko/image/src
Joe Drew 7d7f4428f7 Bug 716140 - Preallocate frames before going into a decoder. r=seth
--HG--
extra : rebase_source : 6445356bc4a01ac2890eca855103e58bda772095
2013-02-01 20:06:30 -05:00
..
BMPFileHeaders.h Bug 826613 - Enable FAIL_ON_WARNINGS on MSVC in image/. r=joe 2013-01-05 12:55:23 +09:00
Decoder.cpp Bug 716140 - Preallocate frames before going into a decoder. r=seth 2013-02-01 20:06:30 -05:00
Decoder.h Bug 716140 - Preallocate frames before going into a decoder. r=seth 2013-02-01 20:06:30 -05:00
DiscardTracker.cpp Bug 808379 - fix Assertion failure: isEmpty(), at ../../dist/include/mozilla/LinkedList.h:258 causing Thunderbird crash since landing of fix to bug 803688. r=jlebar 2012-11-04 23:20:52 +00:00
DiscardTracker.h
EndianMacros.h Bug 812932 - Have EndianMacros.h recognize __BIG_ENDIAN__ preprocessor macro - r=bbondy 2012-11-19 09:09:17 -08:00
FrozenImage.cpp Bug 843895 (Followup) - Use a dummy variable in FrozenImage::GetAnimated. r=me 2013-03-12 13:42:09 -07:00
FrozenImage.h Bug 843895 (Part 3) - Add the FrozenImage wrapper class to stop image animation. r=joe 2013-03-10 18:43:38 -07:00
ICOFileHeaders.h
Image.cpp Bug 847310 - WBMP decoder implementation. r=joe 2013-03-08 11:17:29 +08:00
Image.h Bug 847310 - WBMP decoder implementation. r=joe 2013-03-08 11:17:29 +08:00
ImageFactory.cpp Bug 843895 (Part 4) - Use FrozenImage instead of ExtractFrame for imgRequestProxy::GetStaticRequest. r=joe 2013-03-10 18:43:38 -07:00
ImageFactory.h Bug 843895 (Part 4) - Use FrozenImage instead of ExtractFrame for imgRequestProxy::GetStaticRequest. r=joe 2013-03-10 18:43:38 -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 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
ImageWrapper.cpp Bug 843895 (Part 2) - Add ImageWrapper. r=joe 2013-03-10 18:43:38 -07:00
ImageWrapper.h Bug 843895 (Part 2) - Add ImageWrapper. r=joe 2013-03-10 18:43:38 -07:00
imgDecoderObserver.h Bug 716140 - Create and Send OnStartFrame when a frame starts. r=seth 2013-01-18 16:47:17 -05:00
imgFrame.cpp Backed out changeset c75481a07302 (bug 851611) 2013-03-18 14:10:35 +00:00
imgFrame.h Bug 786444 - Part 2 - Make imgFrame's lock status a count, not a boolean, so you can lock it multiple times and still be correct. r=jlebar 2012-09-26 11:33:06 -04:00
imgLoader.cpp Bug 847310 - WBMP decoder implementation. r=joe 2013-03-08 11:17:29 +08:00
imgLoader.h bug 852379 - remove unneeded prlock.h includes r=Ms2ger 2013-03-16 22:46:40 -04:00
imgRequest.cpp Bug 704059 - Part 2: Let images call imgStatusTracker::OnStopRequest. r=joe 2013-02-13 18:41:10 -08:00
imgRequest.h Bug 821023 - imgStatusTracker should not know about imgRequest. r=joe 2012-12-19 13:28:54 -08:00
imgRequestProxy.cpp Bug 843895 (Part 4) - Use FrozenImage instead of ExtractFrame for imgRequestProxy::GetStaticRequest. r=joe 2013-03-10 18:43:38 -07:00
imgRequestProxy.h Bug 689623. Part 8. Add an 'unlocked draw' notification for images that are drawn when not locked so we catch any images that become visible through a means other than scrolling. r=joe,mats 2013-02-24 18:59:22 -06:00
imgStatusTracker.cpp Bug 716140 - Make mImageData and mColormap (and their sizes) protected members of mozilla::image::Decoder rather than the leaf classes. 2013-01-28 12:26:36 -05:00
imgStatusTracker.h Bug 716140 - Handle discarding specially so it gets notified synchronously. r=seth 2013-02-07 17:22:38 -05: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 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
moz.build Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
RasterImage.cpp Bug 716140 - Preallocate frames before going into a decoder. r=seth 2013-02-01 20:06:30 -05:00
RasterImage.h Bug 716140 - Always run a size decode before doing a full decode so we know the size before decoding. r=jlebar 2013-01-31 13:38:24 -05:00
ScriptedNotificationObserver.cpp Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe 2012-10-12 12:11:23 -04:00
ScriptedNotificationObserver.h Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe 2012-10-12 12:11:22 -04:00
SVGDocumentWrapper.cpp Bug 843895 (Part 1) - Add an aWhichFrame parameter to imgIContainer::Draw. r=joe 2013-03-10 18:43:37 -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 845374 - Part g: Stop including nsContentSink.h in nsContentUtils.h; r=khuey 2013-03-17 08:55:13 +01:00
VectorImage.h Bug 847630 - Stop deferring OnStopRequest in VectorImage. r=joe 2013-03-10 14:04:29 -07:00