aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...Martin Robinson3 days1-14/+19
* layout: Store table parts in DOM layout data (#36447)Martin Robinson9 days1-9/+40
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-5/+1
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-271-0/+5
* layout: simplify `CollapsedBorderLine` (#35125)Oriol Brufau2025-01-231-5/+1
* layout: Fix border widths of table wrapper with collapsed borders (#35097)Oriol Brufau2025-01-211-2/+7
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-211-5/+20
* layout: Fix clientWidth & friends for tables (#35096)Oriol Brufau2025-01-201-1/+1
* layout: Remove the obsolete layout tracing functionality (#35001)Martin Robinson2025-01-151-12/+6
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-111-0/+9
* layout: Add `LayoutBox` to `TableSlotCell` (#34513)Martin Robinson2024-12-081-11/+9
* layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...Martin Robinson2024-12-071-2/+2
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-081-1/+3
* layout: Improve layout of table captions (#32695)Martin Robinson2024-07-081-8/+3
* layout: Add support for table captions (#32657)Martin Robinson2024-07-031-2/+36
* rustdoc: fix warnings in `components/layout_2020/table` (#31738)Azhar Ismagulova2024-03-191-0/+1
* rustdoc: Fix some typos in `components/layout_2020/table/mod.rs` (#31644)Ekta Siwach2024-03-191-3/+3
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-091-1/+1
* layout: Add documentation about table layout (#31535)Martin Robinson2024-03-081-5/+60
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-0/+68
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-101-0/+4
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-4/+4
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-26/+71
* layout: Switch `IndependentLayout` to use `Au` instead of `Length` (#31083)atbrakhi2024-01-151-2/+3
* layout: Implement support for `line-height` and `vertical-align` (#30902)Martin Robinson2024-01-081-0/+1
* Add support for table fixups (#30868)Martin Robinson2023-12-221-0/+1
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+117