summaryrefslogtreecommitdiff
path: root/image
Commit message (Expand)AuthorAge
* Change nsIDocumentLoaderFactory and nsIURIContentListener to take MIME types ...JustOff2017-11-17
* Force a larger zlib inflate window.Pale Moon2017-11-16
* Make the SVG scaling limit for the surface cache more lenient.Pale Moon2017-11-05
* Fix/remove some tests that depend on image load event timing.Pale Moon2017-09-21
* Fix async image load unit test for #1360.Pale Moon2017-09-21
* Don't fire the image load event until the decoder is fully finalized.Pale Moon2017-09-21
* Detect WEBP from content even if it's received with wrong mime typeJustOff2017-09-09
* Fix build bustage when compiler warnings as errors (int32_t/uint32_t)janekptacijarabaci2017-07-15
* Fix build bustage when compiler warnings as errorsjanekptacijarabaci2017-07-15
* Reinstate some caching for vector images with small enough dimensions.Pale Moon2017-06-28
* Bypass surface cache for vector images; always draw them as-is.Pale Moon2017-06-28
* Bug 1342567.Pale Moon2017-06-23
* Replace correct #define checkPale Moon2017-06-19
* Remove incorrect #define checkPale Moon2017-06-19
* Simplify libwebp usage in nsWEBPDecoderrhinoduck2017-03-20
* Clean up in nsWEBPDecoder a bitrhinoduck2017-03-20
* Fix invalidation rect in nsWEBPDecoderrhinoduck2017-03-20
* Fix memory leak in nsWEBPDecoderrhinoduck2017-03-20
* Fix posting order in nsWEBPDecoderrhinoduck2017-03-20
* Fix member visibility in nsWEBPDecoderrhinoduck2017-03-20
* Correct the pixel size comment. 64Mpix, not 16Mpix.Pale Moon2017-03-20
* Stop trying to apply HQ scaling on ridiculously-sized (>16Mpix) images since ...Pale Moon2017-03-20
* Do not pre-multiply JXR planar alpha twicerhinoduck2017-03-18
* Prettify rendering of JXR images with transparencyrhinoduck2017-03-16
* Change the way maximum image dimensions are handled for PNG.Pale Moon2017-03-06
* Initialize member variable to stay saferhinoduck2017-02-13
* Silence compiler warnings in JXR decoderrhinoduck2017-02-13
* Add a basic jxr reftest for decodingPale Moon2017-02-08
* Add JXR support to the browserrhinoduck2017-02-08
* CORS: A "data:" URL = the same-originjanekptacijarabaci2017-01-30
* Add a basic WebP reftest for decoding.Pale Moon2017-01-22
* Fix build bustage caused by 25ca96965c594585ce11ee4c2f08e3ecb51284f9Pale Moon2016-09-22
* Be more strict with PNG files with CRC errors and invalid frame sizes if buil...Pale Moon2016-09-22
* Clear the buffer we allocate for paletted image framesPale Moon2016-09-21
* Change WIN_VER and _WIN32_WINNT to 0x0600Gpower22016-09-17
* Revert "Change WINVER and _WIN32_WINNT to 0x0600 where applicable for issue #...Moonchild2016-09-16
* Change WIN_VER and _WIN32_WINNT to 0x0600Gpower22016-09-16
* Properly support transparent WebP images with the new decoder implementation.Pale Moon2016-09-13
* Remove unnecessary frame allocations for WebP.Pale Moon2016-09-13
* Get rid of non functional pointer juggling and replace it with a working data...wolfbeast2016-09-07
* Use new type frame allocation.wolfbeast2016-09-07
* Base import of Tycho-libwebp-work branchwolfbeast2016-09-01
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
* Bustage fix: add missing }Pale Moon2016-08-11
* Better handle incorrect ICO images.Pale Moon2016-08-10
* Handle redirects for drag&drop properly while avoiding CVE-2015-4519 #177Pale Moon2015-10-22
* Fix EXIF endian parsing in accordance with the spec for LE tagged images.Pale Moon2015-08-13
* Comment out/remove WebP encoder lines in other build files as well.Pale Moon2015-07-10
* Comment out WebP encoder lines in nsImageModulePale Moon2015-07-10
* The WebP encoder's image buffer handling seems terribly broken, so disable it...Pale Moon2015-07-08