aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table/construct.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-291-49/+37
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-3/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+5
* Protect `create_spanned_slot_based_on_cell_above()` against arithmetic underf...Oriol Brufau2025-02-121-37/+33
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-271-29/+44
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-6/+4
* layout: Add `LayoutBox` to `TableSlotCell` (#34513)Martin Robinson2024-12-081-4/+2
* layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...Martin Robinson2024-12-071-22/+19
* Protect against arithmetic underflow in TableBuilder::current_y() (#34247)Oriol Brufau2024-11-141-20/+34
* Use a RwLock to cache inline_content_sizes() (#34232)Oriol Brufau2024-11-131-2/+2
* Avoid recomputing inline_content_sizes() when not needed (#33806)Oriol Brufau2024-10-141-2/+2
* Do not remove extra columns at the end of the table (#33451)Oriol Brufau2024-09-161-21/+11
* Fix reordering of table-header-group and table-footer-group (#33383)Oriol Brufau2024-09-091-63/+66
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-081-2/+5
* layout: Improve layout of table captions (#32695)Martin Robinson2024-07-081-11/+20
* layout: Add support for table captions (#32657)Martin Robinson2024-07-031-14/+48
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-101-34/+41
* Don't trim leading whitespace of anonymous table cells (#31803)Oriol Brufau2024-03-211-8/+19
* rustdoc: Correct unresolved link to `handle_cell. (#31708)Aarya Khandelwal2024-03-191-1/+1
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-11/+21
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-2/+2
* layout: Do not inherit node and fragment flags in anonymous boxes (#31586)Martin Robinson2024-03-091-21/+22
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-081-3/+1
* layout: Properly propagate text decoration values in tables (#31487)Martin Robinson2024-03-041-15/+28
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-21/+341
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-101-1/+22
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-13/+9
* layout: Convert layout internal display to inline for replaced elements (#31133)Martin Robinson2024-01-231-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-14/+46
* Add support for table fixups (#30868)Martin Robinson2023-12-221-39/+288
* Add initial support for table box tree construction (#30799)Martin Robinson2023-12-051-0/+439