.. |
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 - Convert the XPCOM imgIDecoderObserver interface into a private C++ interface, imgDecoderObserver, so we can more easily make changes to it. r=jrmuizel
|
2012-12-18 11:37:15 -05:00 |
Decoder.h
|
Bug 716140 - Convert the XPCOM imgIDecoderObserver interface into a private C++ interface, imgDecoderObserver, so we can more easily make changes to it. r=jrmuizel
|
2012-12-18 11:37:15 -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
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
EndianMacros.h
|
Bug 812932 - Have EndianMacros.h recognize __BIG_ENDIAN__ preprocessor macro - r=bbondy
|
2012-11-19 09:09:17 -08:00 |
ICOFileHeaders.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
Image.cpp
|
Bug 822846 - Use nsMimeTypes.h instead of working with literal strings in imagelib. r=joe
|
2013-01-08 13:40:47 -08:00 |
Image.h
|
Bug 822526 - Turn mozilla::image::Image into an interface. r=joe
|
2012-12-19 14:24:32 -08:00 |
ImageFactory.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
ImageFactory.h
|
Bug 822846 - Use nsMimeTypes.h instead of working with literal strings in imagelib. r=joe
|
2013-01-08 13:40:47 -08:00 |
imgDecoderObserver.h
|
Bug 716140 - Convert the XPCOM imgIDecoderObserver interface into a private C++ interface, imgDecoderObserver, so we can more easily make changes to it. r=jrmuizel
|
2012-12-18 11:37:15 -05:00 |
imgFrame.cpp
|
Bug 820132 - Measure imgFrame::mOptSurface's size where possible, instead of calculating it. r=joedrew.
|
2012-12-18 21:59:30 -08: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 822846 - Use nsMimeTypes.h instead of working with literal strings in imagelib. r=joe
|
2013-01-08 13:40:47 -08:00 |
imgLoader.h
|
Bug 801061. Switch from imgIRequest to imgRequestProxy. r=joe
|
2012-10-12 08:43:01 -04:00 |
imgRequest.cpp
|
Bug 822846 - Use nsMimeTypes.h instead of working with literal strings in imagelib. r=joe
|
2013-01-08 13:40:47 -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 821023 - imgStatusTracker should not know about imgRequest. r=joe
|
2012-12-19 13:28:54 -08:00 |
imgRequestProxy.h
|
Bug 821023 - imgStatusTracker should not know about imgRequest. r=joe
|
2012-12-19 13:28:54 -08:00 |
imgStatusTracker.cpp
|
Bug 826613 - Enable FAIL_ON_WARNINGS on MSVC in image/. r=joe
|
2013-01-05 12:55:23 +09:00 |
imgStatusTracker.h
|
Bug 821023 - imgStatusTracker should not know about imgRequest. r=joe
|
2012-12-19 13:28:54 -08:00 |
imgTools.cpp
|
Bug 716140 - Convert the XPCOM imgIDecoderObserver interface into a private C++ interface, imgDecoderObserver, so we can more easily make changes to it. r=jrmuizel
|
2012-12-18 11:37:15 -05: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 827119: Move SVGSVGElement to mozilla::dom r=bz
|
2013-01-09 18:02:45 -05:00 |
RasterImage.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
RasterImage.h
|
Bug 822526 - Turn mozilla::image::Image into an interface. r=joe
|
2012-12-19 14:24:32 -08: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 827119: Move SVGSVGElement to mozilla::dom r=bz
|
2013-01-09 18:02:45 -05:00 |
SVGDocumentWrapper.h
|
Bug 827119: Move SVGSVGElement to mozilla::dom r=bz
|
2013-01-09 18:02:45 -05:00 |
VectorImage.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
VectorImage.h
|
Bug 822526 - Turn mozilla::image::Image into an interface. r=joe
|
2012-12-19 14:24:32 -08:00 |