aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table/layout.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-271-3/+7
* Fix table with rows but no column (#31862)Oriol Brufau2024-03-261-7/+21
* Don't update row baseline if cell is empty (#31831)Oriol Brufau2024-03-251-1/+7
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-221-2/+2
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* Don't null out the baselines of anonymous tables (#31704)Oriol Brufau2024-03-151-5/+0
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-101/+317
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-6/+7
* Align table cell measures in the block axis to Gecko/Blink/WebKit (#31596)Oriol Brufau2024-03-091-19/+5
* layout: Add documentation about table layout (#31535)Martin Robinson2024-03-081-1/+1
* Obey table cell's box-sizing (#31536)Oriol Brufau2024-03-081-45/+39
* Fix the measures of a table cell (#31513)Oriol Brufau2024-03-061-22/+24
* Fix intrinsic sizing of tables (#31506)Oriol Brufau2024-03-051-131/+75
* Fix column and row measures (#31480)Oriol Brufau2024-03-041-15/+21
* Fix size of tables in flow layout (#31455)Oriol Brufau2024-03-021-66/+110
* Fix percentages in CSS tables (#31454)Oriol Brufau2024-02-291-3/+3
* layout: Add initial support for row height distribution (#31421)Martin Robinson2024-02-291-129/+526
* Fix percentages in the padding of a table-cell (#31430)Oriol Brufau2024-02-271-4/+16
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-107/+361
* make ContainingBlock use Au for inline_size and block_size (#31370)atbrakhi2024-02-201-5/+5
* Include border-spacing gutters in compute_inline_content_sizes (#31337)Oriol Brufau2024-02-131-0/+3
* layout: make `padding` and `border` use `Au` in `pbm` (#31289)atbrakhi2024-02-121-2/+2
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-101-45/+183
* layout: Collect both start and end baselines for fragments (#31230)Martin Robinson2024-02-051-6/+3
* Lint layout_2020 with clippy (#31196)Oriol Brufau2024-01-261-3/+3
* layout: Add support for table `border-spacing` (#31166)Martin Robinson2024-01-261-17/+37
* layout: Implement computation of table column widths (#31165)Martin Robinson2024-01-251-80/+665
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-5/+5
* Layout: use `Au` in `ContentSizes` (#31135)atbrakhi2024-01-231-9/+15
* layout: Add *very* basic support for table layout (#31121)Martin Robinson2024-01-191-0/+566