Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.

This commit is contained in:
dbaron@fas.harvard.edu
2001-08-31 04:28:26 +00:00
parent d4d8440a70
commit b0cb10e8cf
30 changed files with 85 additions and 44 deletions

View File

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