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

lands some style context resolution changes.


git-svn-id: svn://10.0.0.236/trunk@13764 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1998-10-30 23:08:34 +00:00
parent ec76a92bb8
commit 1249f0b7be
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)