Bug 143959. Temporarily disable block reflow coalescing.

This commit is contained in:
waterson%netscape.com 2002-05-13 19:00:56 +00:00
Родитель 986ba40fe3
Коммит 569ab8b5aa
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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) {

Просмотреть файл

@ -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) {