fune/servo/components
Boris Chiou 9cd466df70 Bug 1583429 - Keep repeat() information for specified/computed value for subgrid. r=layout-reviewers,firefox-style-system-reviewers,emilio
We introduce a different rust type for `<line-name-list>` for subgrid,
which keeps `repeat()` information at computed time. At this moment,
we don't expand `repeat()`.

Also, we precompute the possible expanded list length, so we can expand
`repeat(auto-fill)` in a single iteration in nsGridContainerFrame. If we
don't have this precompution, we have to go through `<line-name-list>`
first to know how many items we have after expanding `repeat(Integer)`.

Differential Revision: https://phabricator.services.mozilla.com/D192876
2023-11-08 21:44:36 +00:00
..
derive_common Bug 1836229 - Update serde_with to 3.0.0. r=emilio,supply-chain-reviewers 2023-06-05 20:28:30 +00:00
malloc_size_of Backed out 2 changesets (bug 1734538, bug 1633289) for causing local storage related failures 2023-10-25 16:26:47 +03:00
selectors Bug 1850974 - Make :is(:host) work. r=zrhoffman 2023-11-01 19:20:28 +00:00
servo_arc Bug 1859917 - Make SelectorList cheaply cloneable and more compact. r=dshin 2023-10-19 15:35:54 +00:00
style Bug 1583429 - Keep repeat() information for specified/computed value for subgrid. r=layout-reviewers,firefox-style-system-reviewers,emilio 2023-11-08 21:44:36 +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 1855617 - Upgrade stylo to bitflags 2. r=emilio 2023-09-28 08:01:16 +00:00
to_shmem Bug 1859917 - Make SelectorList cheaply cloneable and more compact. r=dshin 2023-10-19 15:35:54 +00:00
to_shmem_derive Bug 1836229 - Update serde_with to 3.0.0. r=emilio,supply-chain-reviewers 2023-06-05 20:28:30 +00:00