gecko-dev/layout/tables
Ting-Yu Lin 2364264db4 Bug 1857585 Part 7 - Revise the helper computing table cell's block-size. r=dholbert
* It used to return useless `nsresult`. Change it to return the block-size
  instead of modifying the argument to return value.
* Shorten its name to `CalcCellActualBSize` to match `CalcBSize`.

Differential Revision: https://phabricator.services.mozilla.com/D190377
2023-10-08 01:05:14 +00:00
..
crashtests Bug 1855763 - Automatic fixes to avoid using prefixed transforms in tests. r=layout-reviewers,jfkthame 2023-10-02 12:36:17 +00:00
reftests
test Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
BasicTableLayoutStrategy.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
BasicTableLayoutStrategy.h
celldata.h Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
FixedTableLayoutStrategy.cpp
FixedTableLayoutStrategy.h
moz.build
nsCellMap.cpp Bug 1844195 - Avoid duplicating rust and C++ display definitions. r=layout-reviewers,jfkthame 2023-07-26 06:46:32 +00:00
nsCellMap.h
nsITableCellLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableCellFrame.h Bug 1857585 Part 5 - Use GetFirstCell() to avoid extra do_QueryFrame. r=dholbert 2023-10-08 01:05:13 +00:00
nsTableColFrame.cpp Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableColFrame.h Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableColGroupFrame.cpp Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableColGroupFrame.h Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableFrame.cpp Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableFrame.h Backed out changeset c20fe6f0a048 (bug 1825384) for causing table related reftest failures. CLOSED TREE 2023-09-11 19:51:30 +03:00
nsTableRowFrame.cpp Bug 1857585 Part 7 - Revise the helper computing table cell's block-size. r=dholbert 2023-10-08 01:05:14 +00:00
nsTableRowFrame.h Bug 1857585 Part 7 - Revise the helper computing table cell's block-size. r=dholbert 2023-10-08 01:05:14 +00:00
nsTableRowGroupFrame.cpp Bug 1857585 Part 7 - Revise the helper computing table cell's block-size. r=dholbert 2023-10-08 01:05:14 +00:00
nsTableRowGroupFrame.h Bug 1857585 Part 6 - Use GetFirstRow() to avoid extra do_QueryFrame. r=dholbert 2023-10-08 01:05:14 +00:00
nsTableWrapperFrame.cpp Bug 1851787 - Plumb a DestroyContext through all functions that can destroy frames. r=dholbert 2023-09-08 15:11:17 +00:00
nsTableWrapperFrame.h Bug 1851787 - Plumb a DestroyContext through all functions that can destroy frames. r=dholbert 2023-09-08 15:11:17 +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