gecko-dev/servo/ports/geckolib
Jonathan Watt 8191eda786 Bug 1900195. Remove support for the 'align-tracks' and 'justify-tracks' properties. r=emilio
These properties were added as part of the experimental Masonry support added
in bug 1607954. Since then the CSS WG resolved to remove these properties in:
https://github.com/w3c/csswg-drafts/pull/9529

This patch is a fairly brain dead removal of the properties, simply changing
the consumer code to take the code paths that would have been taken previously
if the properties were not set. That leaves some obvious dead code, which has
been removed, but no attempt has been made to redesign the Masonry code to
"make sense" without these properties. That would require a more prolonged
effort to understand Masonry, how the spec has changed in the last four years,
and how we should best change our code.

For now, this removal is simply focused on reducing the amount of memory used
by nsStyleDisplay to unblock the landing of bug 1899949.

Differential Revision: https://phabricator.services.mozilla.com/D212358
2024-06-02 00:16:26 +00:00
..
tests Bug 1848170: Use fully-computed piecewise linear function for both computed and specified value. r=emilio 2023-08-15 13:26:25 +00:00
Cargo.toml Bug 1884879 - [css-syntax] Implement recent syntax spec change to avoid parsing custom properties that look like selectors. r=firefox-style-system-reviewers,zrhoffman,supply-chain-reviewers,glandium 2024-04-30 23:49:44 +00:00
cbindgen.toml Bug 1900195. Remove support for the 'align-tracks' and 'justify-tracks' properties. r=emilio 2024-06-02 00:16:26 +00:00
error_reporter.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
glue.rs Bug 1899597 - Avoid double walk over siblings in style invalidation. r=dshin 2024-05-31 13:14:36 +00:00
lib.rs Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup 2024-02-22 10:43:49 +00:00
stylesheet_loader.rs Bug 1847440 - Always store relative line numbers in CSS rules. r=zrhoffman 2023-08-16 09:37:27 +00:00