gecko-dev/layout/tables
Ting-Yu Lin 1055b1302e Bug 1875600 - Use nsIFrame::PresShell() to simply some callers. r=layout-reviewers,emilio
Those callers who using the pointer immediately after getting from
`GetPresShell()` can be replaced with `PresShell()`.

This patch doesn't change behavior.

Differential Revision: https://phabricator.services.mozilla.com/D199164
2024-01-23 00:30:53 +00:00
..
crashtests
reftests
test
BasicTableLayoutStrategy.cpp
BasicTableLayoutStrategy.h
celldata.h
FixedTableLayoutStrategy.cpp
FixedTableLayoutStrategy.h
moz.build
nsCellMap.cpp
nsCellMap.h
nsITableCellLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Bug 1875600 - Use nsIFrame::PresShell() to simply some callers. r=layout-reviewers,emilio 2024-01-23 00:30:53 +00:00
nsTableCellFrame.h Backed out 2 changesets (bug 221154) for causing crashtests. CLOSED TREE 2024-01-19 20:17:38 +02:00
nsTableColFrame.cpp Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableColFrame.h Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableColGroupFrame.cpp Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableColGroupFrame.h Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableFrame.cpp Bug 1875600 - Use nsIFrame::PresShell() to simply some callers. r=layout-reviewers,emilio 2024-01-23 00:30:53 +00:00
nsTableFrame.h Bug 1871608 Part 3 - Remove one addition unused methods and cleanup a comment. r=jwatt 2023-12-22 22:53:51 +00:00
nsTableRowFrame.cpp Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableRowFrame.h Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableRowGroupFrame.cpp Bug 1872410 - Make nsTableRowGroupFrame::FindLineContaining allow callers to set aFrame to an out-of-flow child r=emilio 2024-01-10 03:13:15 +00:00
nsTableRowGroupFrame.h Bug 1871608 Part 2 - Remove unused setters and member variables for continuous BC borders in table parts. r=jwatt 2023-12-22 22:53:50 +00:00
nsTableWrapperFrame.cpp Bug 1350037 Part 3 - Prevent table caption from honoring justify-*/align-* when table is a grid item. r=dholbert 2023-12-18 22:12:43 +00:00
nsTableWrapperFrame.h Bug 1350037 Part 3 - Prevent table caption from honoring justify-*/align-* when table is a grid item. r=dholbert 2023-12-18 22:12:43 +00:00
SpanningCellSorter.cpp Bug 1839051 - Use nsTArray::Sort in the SpanningCellSorter. r=xpcom-reviewers,emilio 2023-12-11 06:53:27 +00:00
SpanningCellSorter.h Bug 1839051 - Use nsTArray::Sort in the SpanningCellSorter. r=xpcom-reviewers,emilio 2023-12-11 06:53:27 +00:00
TableArea.h