fune/layout/tables
David Shin 52c0a5e6c9 Bug 1819266: Ensure block-direction collapsed border does not extend beyond its row. r=dholbert
If `border-collapse` is set and `border` is set for `td` but there's an empty
`tr`, the collapsed border was pushed out wrongly by the empty `tr`.
Columns borders cannot collapse like row borders as you can't define an empty
column without defining a cell.

Differential Revision: https://phabricator.services.mozilla.com/D173031
2023-03-30 18:11:40 +00:00
..
crashtests
reftests
test
BasicTableLayoutStrategy.cpp Bug 1600542 - Remove a few other no longer reachable XUL box special-cases. r=TYLin 2023-03-20 23:56:03 +00:00
BasicTableLayoutStrategy.h
celldata.h
FixedTableLayoutStrategy.cpp
FixedTableLayoutStrategy.h
moz.build
nsCellMap.cpp
nsCellMap.h
nsITableCellLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers 2023-03-01 19:04:17 +00:00
nsTableCellFrame.h Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableColFrame.cpp Bug 1651129 - Convert uses of mState to various StateBits methods and make mState private r=emilio 2023-02-15 21:35:46 +00:00
nsTableColFrame.h
nsTableColGroupFrame.cpp
nsTableColGroupFrame.h
nsTableFrame.cpp Bug 1819266: Ensure block-direction collapsed border does not extend beyond its row. r=dholbert 2023-03-30 18:11:40 +00:00
nsTableFrame.h Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers 2023-03-01 19:04:17 +00:00
nsTableRowFrame.cpp Bug 1812679 - Handle central baseline calculation in GetNaturalBaselineBOffset. r=layout-reviewers,emilio 2023-03-24 16:23:16 +00:00
nsTableRowFrame.h Bug 1812679 - Handle central baseline calculation in GetNaturalBaselineBOffset. r=layout-reviewers,emilio 2023-03-24 16:23:16 +00:00
nsTableRowGroupFrame.cpp Bug 1815552 - Make positioned table parts deal correctly with switching position without being reframed. r=TYLin,layout-reviewers 2023-03-01 19:04:17 +00:00
nsTableRowGroupFrame.h Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableWrapperFrame.cpp Bug 1812679 - Handle central baseline calculation in GetNaturalBaselineBOffset. r=layout-reviewers,emilio 2023-03-24 16:23:16 +00:00
nsTableWrapperFrame.h Bug 1811311 - Part 3: Refactor GetNaturalBaselineBOffset to return Maybe<nscoord>. r=layout-reviewers,emilio 2023-02-23 14:53:27 +00:00
SpanningCellSorter.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
SpanningCellSorter.h
TableArea.h