gecko-dev/layout/tables
kin%netscape.com 0cfd50ccf4 Fix for bug 193257 (AIM Today page renders incorrectly)
Modified AppendFrames() and InsertFrames() to call SetNeedStrategyBalance(PR_TRUE) when the table isn't auto height. This forces any previously reflowed rows, who were adjusted to take up all of the table's height, to recalculate their height during the dirty reflow that gets generated, so all rows get resized properly.

r=bernd_mozilla@gmx.de  sr=dbaron@dbaron.org
2003-06-05 17:44:28 +00:00
..
BasicTableLayoutStrategy.cpp avoid marking columns that only have a desired width empty, what would exclude them from space redistribution, bug 194024, r=jkeiser sr=bzbarsky 2003-05-31 14:15:56 +00:00
BasicTableLayoutStrategy.h
celldata.h
FixedTableLayoutStrategy.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
FixedTableLayoutStrategy.h
nsCellMap.cpp Fixing memory leaks. b=206655, r=bernd, sr=dbaron, a=asa 2003-05-22 22:12:09 +00:00
nsCellMap.h
nsITableCellLayout.h
nsITableLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsTableCellFrame.h
nsTableColFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsTableColFrame.h
nsTableColGroupFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsTableColGroupFrame.h
nsTableFrame.cpp border collapse - lookup the correct border owner style, bug 196133, r=jkeiser sr=roc+moz 2003-05-31 14:49:18 +00:00
nsTableFrame.h
nsTableOuterFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsTableOuterFrame.h
nsTableRowFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsTableRowFrame.h
nsTableRowGroupFrame.cpp Fix for bug 193257 (AIM Today page renders incorrectly) 2003-06-05 17:44:28 +00:00
nsTableRowGroupFrame.h