Confirmed users
888
edits
(→DOM / Content: put back todo) |
(→Reflow: Update links to NS_FRAME_IS_DIRTY and NS_FRAME_HAS_DIRTY_CHILDREN) |
||
| Line 477: | Line 477: | ||
To do this, we maintain two bits on frames: | To do this, we maintain two bits on frames: | ||
[http://dxr.mozilla.org/ | [http://dxr.mozilla.org/mozilla-central/search?q=var%3ANS_FRAME_IS_DIRTY&case=true&redirect=true NS_FRAME_IS_DIRTY] | ||
indicates that a frame and all of its descendants require reflow. | indicates that a frame and all of its descendants require reflow. | ||
[http://dxr.mozilla.org/ | [http://dxr.mozilla.org/mozilla-central/search?q=var%3ANS_FRAME_HAS_DIRTY_CHILDREN&case=true&redirect=true NS_FRAME_HAS_DIRTY_CHILDREN] | ||
indicates that a frame has a descendant that | indicates that a frame has a descendant that | ||
is dirty or has had a descendant removed (i.e., that it has a child that | is dirty or has had a descendant removed (i.e., that it has a child that | ||