gecko-dev/layout/tables
Emilio Cobos Álvarez 70cd809ba4 Bug 1907289 - Reflow table cell if collapsed borders have changed. r=dshin
A potentially better approach could be to call FrameNeedsReflow from
nsBCTableCellFrame::SetBorderWidth... But it seems that might
over-invalidate quite a lot when recalculating borders, since it seems
we reset the relevant ones and then accumulate directly on the frame.

If that seems like a better approach, happy to give that a try. This
should be less risky for performance changes in general tho.

Differential Revision: https://phabricator.services.mozilla.com/D216409
2024-07-12 15:05:32 +00:00
..
crashtests
reftests
test Bug 1825384 - Use app units in border-collapsed table data, not dev pixels. r=emilio 2024-05-14 13:51:28 +00:00
BasicTableLayoutStrategy.cpp Bug 1905462 Part 2 - Pass a style block size and aspect-ratio into ComputeISizeValue(). r=layout-reviewers,emilio 2024-07-01 21:26:01 +00:00
BasicTableLayoutStrategy.h
celldata.h Bug 1825384 - Use app units in border-collapsed table data, not dev pixels. r=emilio 2024-05-14 13:51:28 +00:00
FixedTableLayoutStrategy.cpp Bug 1888535 Part 4 - Remove DISPLAY_PREF_INLINE_SIZE and DISPLAY_MIN_INLINE_SIZE. r=layout-reviewers,emilio 2024-04-02 19:03:04 +00:00
FixedTableLayoutStrategy.h
moz.build
nsCellMap.cpp Bug 1885693: Converted LogicalSide to an enum class, and renamed variables accordingly. r=TYLin 2024-03-26 17:55:16 +00:00
nsCellMap.h
nsITableCellLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Bug 1907289 - Reflow table cell if collapsed borders have changed. r=dshin 2024-07-12 15:05:32 +00:00
nsTableCellFrame.h Bug 1907289 - Reflow table cell if collapsed borders have changed. r=dshin 2024-07-12 15:05:32 +00:00
nsTableColFrame.cpp Bug 1888535 Part 5 - Remove DISPLAY_REFLOW. r=layout-reviewers,emilio 2024-04-02 19:03:05 +00:00
nsTableColFrame.h Bug 1825384 - Use app units in border-collapsed table data, not dev pixels. r=emilio 2024-05-14 13:51:28 +00:00
nsTableColGroupFrame.cpp Bug 1892307 Part 2 - Remove LogicalSideBits. r=layout-reviewers,jfkthame 2024-04-19 22:16:03 +00:00
nsTableColGroupFrame.h
nsTableFrame.cpp Bug 1901126: Invalidate along the entire table edge when a cell in the edge of the table is modified. r=dholbert 2024-06-18 01:31:52 +00:00
nsTableFrame.h Bug 1901126: Stop considering border inline-sides' widths from only the first row. r=dholbert 2024-06-18 01:31:52 +00:00
nsTableRowFrame.cpp Bug 1907289 - Reflow table cell if collapsed borders have changed. r=dshin 2024-07-12 15:05:32 +00:00
nsTableRowFrame.h Bug 1825384 - Use app units in border-collapsed table data, not dev pixels. r=emilio 2024-05-14 13:51:28 +00:00
nsTableRowGroupFrame.cpp Bug 1825384 - Use app units in border-collapsed table data, not dev pixels. r=emilio 2024-05-14 13:51:28 +00:00
nsTableRowGroupFrame.h
nsTableWrapperFrame.cpp Bug 1888535 Part 5 - Remove DISPLAY_REFLOW. r=layout-reviewers,emilio 2024-04-02 19:03:05 +00:00
nsTableWrapperFrame.h
SpanningCellSorter.cpp
SpanningCellSorter.h
TableArea.h