implemented basic attribute changed handling. most things currently work, those that don't will work better after Peter

lands some style context resolution changes.
This commit is contained in:
buster@netscape.com
1998-10-30 23:08:34 +00:00
parent a6f64f67eb
commit 6b939637a4
10 changed files with 22 additions and 128 deletions

View File

@@ -676,7 +676,7 @@ PRBool BasicTableLayoutStrategy::AssignPreliminaryColumnWidths()
// clean up
if (nsnull!=spanList)
{
if (gsDebug) printf("BTLS::APCW...space leak, span list not empty");
if (gsDebug) printf("BTLS::APCW...space leak, span list not empty\n");
delete spanList;
}
if (nsnull!=colSpanList)