Bug 143959. Temporarily disable block reflow coalescing.

This commit is contained in:
waterson@netscape.com
2002-05-13 19:00:56 +00:00
parent 8ff5e1e175
commit e1df971389
2 changed files with 10 additions and 0 deletions

View File

@@ -5868,7 +5868,11 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
}
#endif
}
#if 0
// XXXwaterson Temporarily disable dirty reflow coalescing (which is sort of
// silly, anyway, given the reflow tree) until we can figure out bug 143959.
else {
nsIBox *
if (!(mState & NS_FRAME_IS_DIRTY)) {
// Mark yourself as dirty
mState |= NS_FRAME_IS_DIRTY;
@@ -5888,6 +5892,7 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
mParent->ReflowDirtyChild(aPresShell, this);
}
}
#endif
#ifdef DEBUG
if (gNoisyReflow) {

View File

@@ -5868,7 +5868,11 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
}
#endif
}
#if 0
// XXXwaterson Temporarily disable dirty reflow coalescing (which is sort of
// silly, anyway, given the reflow tree) until we can figure out bug 143959.
else {
nsIBox *
if (!(mState & NS_FRAME_IS_DIRTY)) {
// Mark yourself as dirty
mState |= NS_FRAME_IS_DIRTY;
@@ -5888,6 +5892,7 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
mParent->ReflowDirtyChild(aPresShell, this);
}
}
#endif
#ifdef DEBUG
if (gNoisyReflow) {