servo/components
Martin Robinson fc31e69f79
layout: Add *very* basic support for table layout (#31121)
* layout: Add *very* basic support for table layout

This is the first step to proper table layout. It implements a naive
layout algorithm, notably only taking into account the preferred widths
of the first table row. Still, it causes some float tests to start
passing, so turn on the `layout.tables.enabled` preference for those
directories.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>

* Address review comments

* Fix a crash with rowspan=0

* Turn on pref and update results for `/css/css-tables` and `/css/CSS2/tables`

---------

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-01-19 13:20:20 +00:00
..
allocator Unfork and upgrade jemallocator (#30963) 2024-01-01 19:32:45 +00:00
atoms Further changes required by Servo 2023-11-06 09:35:57 +01:00
background_hang_monitor bhm: Fix a warning in the Linux sampler (#30924) 2023-12-28 11:20:47 +00:00
bluetooth fix conditional logic that enables native bluetooth (#31073) 2024-01-12 09:24:39 +00:00
canvas Further changes required by Servo 2023-11-21 15:36:35 +01:00
compositing Add initial support for offscreen rendering (#30767) 2023-12-13 02:49:25 +00:00
config Add initial support for table box tree construction (#30799) 2023-12-05 11:10:45 +00:00
config_plugins Remove use of proc_macro_diagnostics feature (#30745) 2023-11-17 10:36:09 +00:00
constellation Fix failed request for adapter when not available (#31002) 2024-01-09 09:12:53 +00:00
deny_public_fields
derive_common Further changes required by Servo 2023-11-24 08:57:14 +01:00
devtools Revert "Replace time with std::time in components/net (#31079)" (#31120) 2024-01-18 15:10: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
geometry
gfx layout: Implement support for line-height and vertical-align (#30902) 2024-01-08 14:49:50 +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
layout Add support for table fixups (#30868) 2023-12-22 12:11:58 +00:00
layout_2020 layout: Add *very* basic support for table layout (#31121) 2024-01-19 13:20:20 +00:00
layout_thread Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
layout_thread_2020 Compile Servo with the latest version of rust stable (#30831) 2023-12-06 17:36:07 +00:00
malloc_size_of script: Start replacing time with std::time and chrono (#30639) 2024-01-16 12:23:18 +00:00
media Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
metrics Replace time with std::time in components/metrics & components/shared (#31020) 2024-01-10 19:23:47 +00:00
net Revert "Replace time with std::time in components/net (#31079)" (#31120) 2024-01-18 15:10:48 +00:00
pixels
profile Unfork and upgrade jemallocator (#30963) 2024-01-01 19:32:45 +00:00
rand
range
remutex
script Use FLoat32Array in GamepadPose (#31106) 2024-01-19 04:39:09 +00:00
selectors Further changes required by Servo 2023-11-24 08:57:14 +01:00
servo Upgrade media / GStreamer / GLib (#30750) 2024-01-05 08:01:58 +00:00
servo_arc style: Rustfmt servo/. r=zrhoffman 2023-11-24 08:57:14 +01:00
shared Replace time with std::time in components/metrics & components/shared (#31020) 2024-01-10 19:23:47 +00:00
size_of_test
style layout: Implement support for line-height and vertical-align (#30902) 2024-01-08 14:49:50 +00:00
style_derive Further changes required by Servo 2023-11-24 08:57:14 +01:00
style_traits style: Remove viewport rule code 2023-11-24 08:57:14 +01:00
to_shmem style: Rustfmt servo/. r=zrhoffman 2023-11-24 08:57:14 +01:00
to_shmem_derive Further changes required by Servo 2023-11-24 08:57:14 +01:00
url
webdriver_server Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
webgpu Fix failed request for adapter when not available (#31002) 2024-01-09 09:12:53 +00:00
webrender_surfman