gecko-dev/layout/tables
buster%netscape.com c4b345b782 fixes Bug 1110, URL=http://www.webstandards.org
ables were not correctly applying the min width of the content of cells
that had col spans in some cases.  In this case, the nested table was specified
as being too narrow for the content.  There were 4 columns each with width=25%
in the first row, and in the next row a single cell with colspan=4 and whose
content min size was wider than the specified table width.
1998-10-23 19:56:11 +00:00
..
BasicTableLayoutStrategy.cpp fixes Bug 1110, URL=http://www.webstandards.org 1998-10-23 19:56:11 +00:00
BasicTableLayoutStrategy.h fixes Bug 1110, URL=http://www.webstandards.org 1998-10-23 19:56:11 +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 all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableCellFrame.h all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableColFrame.cpp WIP for inner table incremental reflow 1998-10-11 09:18:27 +00:00
nsTableColFrame.h WIP for inner table incremental reflow 1998-10-11 09:18:27 +00:00
nsTableColGroupFrame.cpp all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableColGroupFrame.h all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableFrame.cpp fixed bug 1112 - form submission within a table sometimes doesn't work 1998-10-23 17:24:57 +00:00
nsTableFrame.h incremental reflow only does pass1 reflow on new frames when necessary 1998-10-20 20:05:44 +00:00
nsTableOuterFrame.cpp fixed several incremental reflow bugs 1998-10-21 22:29:00 +00:00
nsTableOuterFrame.h all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableRowFrame.cpp fixed bug 1112 - form submission within a table sometimes doesn't work 1998-10-23 17:24:57 +00:00
nsTableRowFrame.h all containers now decend from nsHTMLContainerFrame 1998-10-20 17:45:07 +00:00
nsTableRowGroupFrame.cpp fixed a bug where columns were not always created as needed during incremental appends 1998-10-22 05:27:11 +00:00
nsTableRowGroupFrame.h fixed a bug where columns were not always created as needed during incremental appends 1998-10-22 05:27:11 +00:00