Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | New cycle master | Moonchild | 2022-05-03 |
| | |||
* | Bump milestone | Moonchild | 2022-04-19 |
| | |||
* | Bump platform version. | Moonchild | 2021-08-13 |
| | |||
* | Bump platform version | Moonchild | 2021-06-19 |
| | |||
* | Issue #1782: Remove Luna, Royale and Zune support from the platform. | Moonchild | 2021-06-14 |
| | | | | | These are obsolete system themes; the platform will fall back to generic/unknown theme support instead. | ||
* | Bump platform version for added features. | Moonchild | 2021-01-16 |
| | |||
* | Bump platform version for added features. | Moonchild | 2020-10-23 |
| | |||
* | Bump platform version. | Moonchild | 2020-05-12 |
| | | | | We've made some notable changes re: layout and rendering. | ||
* | Update platform version. | wolfbeast | 2020-01-27 |
| | | | | Intended to be bumped to 4.6.x once CE/sDOM is landed completely. | ||
* | Issue #1219 - Align computed DOM styles with mainstream behvior. | wolfbeast | 2019-12-20 |
| | | | | | | | | | This updates our behavior for computed DOM styling to no longer return null on elements that have no display, but return a 0-length (empty) style instead and don't throw. For this we stop looking at having a presentation for the style and just look at the document instead. This resolves #1219 | ||
* | Bump Goanna version. | wolfbeast | 2019-11-03 |
| | |||
* | Update platform version. | wolfbeast | 2019-08-14 |
| | |||
* | Update platform version and force clobber. | wolfbeast | 2019-07-20 |
| | |||
* | Platform version update for large internal changes: | wolfbeast | 2019-06-27 |
| | | | | | | - Removal of a lot of redundant JS code (part pending) - Addition of more ES standards code - Change of master password / NSS db password storage (pending) | ||
* | Bump platform version for primarily #1112 and #1061 | wolfbeast | 2019-05-25 |
| | |||
* | Update platform version to reflect major changes in platform. | wolfbeast | 2019-04-22 |
| | | | | Slightly belated but there it is. | ||
* | Bump Goanna version for layout handling changes. | wolfbeast | 2019-03-23 |
| | |||
* | Bump goanna version for updated canvas handling. | wolfbeast | 2019-02-14 |
| | |||
* | Bump Goanna version for layout code changes. | wolfbeast | 2018-12-13 |
| | |||
* | Ensure that the scroll frame deregisters its refresh driver observers ↵ | wolfbeast | 2018-10-31 |
| | | | | | | (mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed. Tag #345 | ||
* | Bump Goanna/platform version for layout changes. | wolfbeast | 2018-10-08 |
| | |||
* | Bump goanna version for SVG handling update | wolfbeast | 2018-09-07 |
| | |||
* | Switch to Lanczos scaling from Hamming to get acceptable fast downscaling. | wolfbeast | 2018-07-14 |
| | | | | | | | | | | In visual tests we see that Hamming-1 is not as good as Lanczos-2, however it is about 40% faster, and Lanczos-2 itself is about 30% faster than Lanczos-3. The use of Hamming-1 has been deemed an unacceptable trade-off between quality and speed due to the limited pixel space it operates in, so we pick Lanczos-2 here. On modern hardware, Lanczos-2 doesn't have any noticeable impact in normal use. | ||
* | Account for offsets when creating buffers for image textures. | wolfbeast | 2018-06-07 |
| | |||
* | Use natural border width rounding. | wolfbeast | 2018-04-18 |
| | | | | | | | Round subpixel border widths to nearest integer instead of nearest-below integer. Split caret widths off from border widths and continue to use rounding to nearest-below integer for that. Bump Goanna version for visual rendering change. | ||
* | Bump Goanna version for CSS improvements. | wolfbeast | 2018-03-12 |
| | |||
* | Identify as Goanna + set Goanna platform version. | wolfbeast | 2018-02-21 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |