gecko-dev/layout/tables
buster%netscape.com 21e08756c0 irrationally-specified table (one where the width attributes of various rows don't add up to the same value,
and/or to the width attribute on the table itself), the rule is to try to give the column the largest value
assigned to it by any cell intersecting that column.
Separate storage is maintained for a column's natural desired width (width from any source other than a cell
with a colspan) and the maximum contribution to the column's width from any cell with a colspan.
1998-11-16 06:46:00 +00:00
..
BasicTableLayoutStrategy.cpp irrationally-specified table (one where the width attributes of various rows don't add up to the same value, 1998-11-16 06:46:00 +00:00
BasicTableLayoutStrategy.h irrationally-specified table (one where the width attributes of various rows don't add up to the same value, 1998-11-16 06:46:00 +00:00
celldata.h reimplemented cell map in terms of nsVoidArrays for incremental building. 1998-08-31 21:23:28 +00:00
FixedTableLayoutStrategy.cpp rows can now be incrementally inserted, appended, and deleted. 1998-10-19 23:43:06 +00:00
FixedTableLayoutStrategy.h rows can now be incrementally inserted, appended, and deleted. 1998-10-19 23:43:06 +00:00
nsCellMap.cpp minor fix, moved a method call outside an assert macro 1998-10-20 14:35:41 +00:00
nsCellMap.h lots of work for incremental reflow when the target frame is a table frame 1998-10-14 16:32:45 +00:00
nsITableLayoutStrategy.h rows can now be incrementally inserted, appended, and deleted. 1998-10-19 23:43:06 +00:00
nsTableCellFrame.cpp changes for pixel scaling/printing. 1998-11-14 01:52:27 +00:00
nsTableCellFrame.h support for frame and rules attribute 1998-11-11 19:56:02 +00:00
nsTableColFrame.cpp irrationally-specified table (one where the width attributes of various rows don't add up to the same value, 1998-11-16 06:46:00 +00:00
nsTableColFrame.h irrationally-specified table (one where the width attributes of various rows don't add up to the same value, 1998-11-16 06:46:00 +00:00
nsTableColGroupFrame.cpp col and colgroup attribute handling 1998-11-12 18:37:28 +00:00
nsTableColGroupFrame.h Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00
nsTableFrame.cpp irrationally-specified table (one where the width attributes of various rows don't add up to the same value, 1998-11-16 06:46:00 +00:00
nsTableFrame.h Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00
nsTableOuterFrame.cpp Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00
nsTableOuterFrame.h Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00
nsTableRowFrame.cpp fixed a tiny bug in handling unexpected frames in a row 1998-11-12 21:04:41 +00:00
nsTableRowFrame.h Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00
nsTableRowGroupFrame.cpp support for frame and rules attribute 1998-11-11 19:56:02 +00:00
nsTableRowGroupFrame.h Renamed Init() to SetInitialChildList() and added an additional parameter 1998-11-10 06:05:32 +00:00