servo/components
Oriol Brufau e76770202c
Fix column and row measures (#31480)
The min-content size of a table track was >= the max-content size. So
- For the min-content size of a column, now we just use min-inline-size,
  ignoring inline-size and max-inline-size. This matches Gecko, Blink
  and WebKit.
- For the max-content size of a column, we keep matching Gecko.
  Note that Blink and WebKit are different, they ignore max-inline-size.
- For both the min-content and max-content sizes of a row, now we just
  use block-size. This matches Gecko, Blink and WebKit.

Also, if the computed value contains percentages, now we treat it as
the initial value, instead of resolving percentages against zero.
This matches Gecko and Blink, but not WebKit for rows.
2024-03-04 08:10:14 +00:00
..
allocator Add use-system-allocator to not use jemalloc (#31443) 2024-02-29 08:43:03 +00:00
background_hang_monitor BHM: Support aarch64 for Mac sampler (#31298) 2024-02-09 13:55:28 +00:00
bluetooth Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
canvas Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
compositing Update gstreamer crates to 0.22 (#31465) 2024-03-01 11:45:43 +00:00
config Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
config_plugins Remove use of proc_macro_diagnostics feature (#30745) 2023-11-17 10:36:09 +00:00
constellation mach: Do not use unstable rust for rustfmt (#31441) 2024-02-28 13:53:04 +00:00
deny_public_fields Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
devtools rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
dom_struct Replace script_plugins with a clippy like rustc driver (named crown) (#30508) 2023-12-01 15:50:52 +00:00
domobject_derive Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
geometry Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
gfx layout: Turn on synthetic small-caps for layout 2020 (#31435) 2024-02-28 15:09:26 +00:00
hyper_serde Revert "Replace time with std::time in components/net (#31079)" (#31120) 2024-01-18 15:10:48 +00:00
jstraceable_derive Update to syn 2 where possible (#30387) 2023-09-19 15:57:37 +00:00
layout Update Stylo to 2023-07-23 (#31437) 2024-02-29 10:23:53 +00:00
layout_2020 Fix column and row measures (#31480) 2024-03-04 08:10:14 +00:00
layout_thread Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
layout_thread_2020 layout: Add an implementation of process_resolved_font_style_query for Layout 2020 (#31436) 2024-02-28 21:00:17 +00:00
media Update gstreamer crates to 0.22 (#31465) 2024-03-01 11:45:43 +00:00
metrics Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
net Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
pixels Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
profile Preliminary Android build support (#31086) 2024-01-22 13:00:15 +00:00
rand Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
range Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
remutex rustdoc: Fix many rustdoc errors (#31147) 2024-01-22 13:13:48 +00:00
script Fix "unused import" warning (#31485) 2024-03-04 07:33:37 +00:00
servo Update gstreamer crates to 0.22 (#31465) 2024-03-01 11:45:43 +00:00
shared Update Stylo to 2023-07-23 (#31437) 2024-02-29 10:23:53 +00:00
url Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00
webdriver_server deps: Remove unused crate dependencies (#31185) 2024-01-26 23:18:26 +00:00
webgpu Move Stylo to its own repo (#31350) 2024-02-27 15:39:06 +00:00