Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Correct the pixel size comment. 64Mpix, not 16Mpix. | Pale Moon | 2017-03-20 |
| | |||
* | Stop trying to apply HQ scaling on ridiculously-sized (>16Mpix) images since ↵ | Pale Moon | 2017-03-20 |
| | | | | | | | | it'll cause OOM crashes. Too-large images won't use HQ scaling and also won't display at 1:1 zoom because we simply don't have the surface cache space available for that kind of out-of-scope image. It will allow the user to save such images to disk and view in specialized software. | ||
* | Add JXR support to the browser | rhinoduck | 2017-02-08 |
| | | | | | | | | | | | | | | Can be enabled/disabled at runtime by toggling the 'media.jxr.enabled' pref (disabled by default). Two additional prefs are provided for testing purposes: 'media.jxr.autoaccept', and 'media.jxr.advertised_mime_type' See comments in all.js for information on what these do. This commit includes the MS OpenTech implementation of the decoder on the browser side with some fixes applied; see the development in Pale Moon GitGub issue #105 or my comments in the source code for more information. | ||
* | CORS: A "data:" URL = the same-origin | janekptacijarabaci | 2017-01-30 |
| | |||
* | Clear the buffer we allocate for paletted image frames | Pale Moon | 2016-09-21 |
| | |||
* | Base import of Tycho-libwebp-work branch | wolfbeast | 2016-09-01 |
| | |||
* | Base import of Tycho code (warning: huge commit) | Pale Moon | 2016-09-01 |
| | |||
* | Handle redirects for drag&drop properly while avoiding CVE-2015-4519 #177 | Pale Moon | 2015-10-22 |
| | |||
* | Import libwebp 0.3.0 to the tree | Pale Moon | 2015-06-16 |
| | |||
* | Wholesale switch remaining code to Goanna | Pale Moon | 2015-05-27 |
| | |||
* | Remove telemetry includes (except where still required) | Pale Moon | 2015-04-14 |
| | |||
* | Remove Telemetry part 15: Clean up various timers and stubs/dead code | Pale Moon | 2015-04-14 |
| | |||
* | Remove Telemetry part5: Image decoding speed histograms | Pale Moon | 2015-03-27 |
| | |||
* | Remove Telemetry part1: Autotimers, accumulator calls | Pale Moon | 2015-03-21 |
| | |||
* | Implement CSS basic filters, CSS hue-rotate, CSS image-orientation, and EXIF ↵ | Pale Moon | 2014-08-18 |
| | | | | reader. | ||
* | Bug 913805 - Hold a lock on the RasterImage in ScaleRequest so that the ↵ | George Wright | 2014-06-20 |
| | | | | srcFrame doesn't go away if we need to discard images to free up memory. | ||
* | Recommit working copy to repo with proper line endings. | wolfbeast | 2014-05-21 |