Commit graph

28 commits

Author SHA1 Message Date
roytam1
c0c980e12f bump platform version for JPEG-XL import 2023-06-26 09:04:49 +08:00
roytam1
5212cbebd3 bump version for ICU update 2022-07-30 08:43:44 +08:00
roytam1
9816e341b2 bump versions 2022-05-05 09:04:04 +08:00
roytam1
3636940b3a bump versions. 2022-03-23 07:42:35 +08:00
Moonchild
0e23f7bde9 Bump platform version. 2021-08-19 09:45:38 +08:00
Moonchild
07288b49a3 Bump platform version 2021-06-24 11:08:58 +08:00
Moonchild
29963d81bd Bump platform version for added features. 2021-01-21 14:31:00 +08:00
Moonchild
c9b506acfd Bump platform version for added features. 2020-10-30 09:08:14 +08:00
Moonchild
9e7397ac71 Bump platform version.
We've made some notable changes re: layout and rendering.
2020-05-16 06:49:17 +08:00
wolfbeast
858d01468b Update platform version.
Intended to be bumped to 4.6.x once CE/sDOM is landed completely.
2020-01-31 07:42:16 +08:00
wolfbeast
72b9aaa248 Issue #1219 - Align computed DOM styles with mainstream behvior.
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
2019-12-21 07:12:56 +08:00
wolfbeast
7e9d02223c Bump Goanna version. 2019-11-05 10:43:11 +08:00
wolfbeast
b7c0f39806 Update platform version. 2019-08-17 13:32:27 +08:00
wolfbeast
017ee15137 Update platform version and force clobber. 2019-07-22 19:55:38 +08:00
wolfbeast
bc0c85f0d8 Platform version update for large internal changes:
- 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)
2019-06-28 07:02:12 +08:00
wolfbeast
a4371cdad3 Bump platform version for primarily #1112 and #1061 2019-05-31 07:20:06 +08:00
wolfbeast
b78446a163 Bump Goanna version for layout handling changes. 2019-03-29 22:21:45 +08:00
wolfbeast
e0ba35ab87 Bump goanna version for updated canvas handling. 2019-02-16 00:28:28 +08:00
wolfbeast
e2411ad985 Bump Goanna version for layout code changes. 2019-02-16 00:22:14 +08:00
wolfbeast
eb83cf3ac8 Ensure that the scroll frame deregisters its refresh driver observers (mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed.
Tag #345
2019-02-16 00:18:19 +08:00
wolfbeast
27106783ed Bump Goanna/platform version for layout changes. 2019-02-16 00:15:19 +08:00
wolfbeast
0c59e08e58 Bump goanna version for SVG handling update 2019-02-16 00:12:43 +08:00
wolfbeast
d203062c4e Switch to Lanczos scaling from Hamming to get acceptable fast downscaling.
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.
2019-02-16 00:08:42 +08:00
wolfbeast
14c6f518ce Account for offsets when creating buffers for image textures. 2019-02-16 00:01:27 +08:00
wolfbeast
7754d12175 Use natural border width rounding.
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.
2019-02-15 23:46:41 +08:00
wolfbeast
ea58ee34a6 Bump Goanna version for CSS improvements. 2019-02-15 23:36:17 +08:00
wolfbeast
6e9110ce90 Identify as Goanna + set Goanna platform version. 2019-02-15 23:33:02 +08:00
Roy Tam
dcd9973243 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00