Backing out unapproved checkin for bug 97227. a=brendan,blizzard

git-svn-id: svn://10.0.0.236/trunk@102064 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-08-31 03:45:20 +00:00
parent 985a1d4d1a
commit 5f0d92745b
30 changed files with 44 additions and 85 deletions

View File

@@ -8127,7 +8127,7 @@ nsCSSFrameConstructor::ContentAppended(nsIPresContext* aPresContext,
treeRowGroup->RegenerateRowGroupInfo(0);
if (!treeRowGroup->IsBatching())
shell->FlushPendingNotifications(PR_FALSE);
shell->FlushPendingNotifications();
return NS_OK;
}
@@ -8599,7 +8599,7 @@ nsCSSFrameConstructor::ContentInserted(nsIPresContext* aPresContext,
}
if (!treeRowGroup->IsBatching())
shell->FlushPendingNotifications(PR_FALSE);
shell->FlushPendingNotifications();
return NS_OK;
}
}
@@ -9281,7 +9281,7 @@ nsCSSFrameConstructor::ContentRemoved(nsIPresContext* aPresContext,
treeRowGroup->MarkDirtyChildren(state);
if (!treeRowGroup->IsBatching())
shell->FlushPendingNotifications(PR_FALSE);
shell->FlushPendingNotifications();
}
return NS_OK;
}