mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
f11bc612c7
mozilla/layout/html/base/src/nsBlockFrame.cpp - Removed code in ReflowDirtyChild() which propagated the reflow command up to the block's parent if the block already had dirty children. There's no need for this optimization with waterson's reflow command tree changes. mozilla/xul/base/src/nsBox.cpp - Modified RelayoutDirtyChild() so that it posts a dirty reflow event if |this| is a reflow root. This prevents ReflowDirtyChild requests from propagating all the way out of the box hierarchy. r=dbaron@fas.harvard.edu sr=waterson@netscape.com