gecko-dev/servo/components
Emilio Cobos Álvarez 9acc400778 Bug 1892676 - Improve interaction of css zoom and non-absolute CSS units. r=dholbert
The values that we take from our parent should be zoomed in. Similarly,
root values should also be zoomed in by the effective zoom (for that, we
unzoom root values to zoom-independent pixels when storing them on the
device).

Container-relative units probably need more care / thought, because they
are in the layout (so zoom-independent) coordinate space already, since
they come from frames. Bug 1894104 is filed for this.

Differential Revision: https://phabricator.services.mozilla.com/D208599
2024-04-29 21:33:16 +00:00
..
derive_common
malloc_size_of Bug 1879743 - Rewrite custom property substitution to avoid re-tokenization. r=zrhoffman,firefox-style-system-reviewers 2024-02-11 15:23:22 +00:00
selectors Bug 1891296 - Fix an assertion in selector-matching. r=dshin 2024-04-25 19:35:10 +00:00
servo_arc Bug 1889670 - Add code to track accurate allocation size in servo-arc. r=firefox-style-system-reviewers,zrhoffman 2024-04-05 19:23:42 +00:00
style Bug 1892676 - Improve interaction of css zoom and non-absolute CSS units. r=dholbert 2024-04-29 21:33:16 +00:00
style_derive Bug 784648 - Implement the 'hanging' and 'each-line' options for CSS text-indent. r=emilio 2023-10-23 15:12:23 +00:00
style_traits Bug 1889030 - Remove redundant imports from style_traits. r=emilio 2024-04-03 06:35:26 +00:00
to_shmem Bug 1879743 - Rewrite custom property substitution to avoid re-tokenization. r=zrhoffman,firefox-style-system-reviewers 2024-02-11 15:23:22 +00:00
to_shmem_derive