gecko-dev/layout/html
buster%netscape.com c024161837 * migrated and improved some fixes from the branch to the tip
* fixes sample6, yahoo resizing
* added BasicTableLayoutStrategy::ColIsSpecifiedAsMinimumWidth helper function,
which tells us if the given column has a width attribute that means "make me as small as possible"
* nsTableFrame methods now no longer use mCellMap directly, they ask for it from
GetCellMap which gets the cell map from the first-in-flow.  Only the first-in-flow has a
cell map because the cellmap refers to the table as a single object, not to each table frame.
* Likewise, continuing table frames do not call BalanceColumnWidths or SetTableWidth
which are "global" operations.  Responsibility for these lies with the first-in-flow.
1998-08-14 16:16:43 +00:00
..
base made parse color compress whitespace first 1998-08-12 18:28:55 +00:00
content rounding support 1998-07-31 23:34:45 +00:00
document Added NS_RELEASE in ProcessTEXTAREATag(). This fixes a problem with 1998-08-14 05:21:43 +00:00
forms Added NS_RELEASE of list box widget interface pointer 1998-08-14 04:45:30 +00:00
style fixed processing of font face (preserve original quotes) 1998-08-07 02:17:56 +00:00
table * migrated and improved some fixes from the branch to the tip 1998-08-14 16:16:43 +00:00
tests Use flexible library naming 1998-08-05 01:40:20 +00:00
Makefile Added content directory and moved some code 1998-06-26 15:08:55 +00:00
makefile.win Added content directory and moved some code 1998-06-26 15:08:55 +00:00