Gecko:Overview: Difference between revisions

Jump to navigation Jump to search
→‎Reflow: Update links to NS_FRAME_IS_DIRTY and NS_FRAME_HAS_DIRTY_CHILDREN
(→‎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/search?tree=mozilla-central&q=macro%3ANS_FRAME_IS_DIRTY NS_FRAME_IS_DIRTY]
[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/search?tree=mozilla-central&q=macro%3ANS_FRAME_HAS_DIRTY_CHILDREN NS_FRAME_HAS_DIRTY_CHILDREN]
[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
Confirmed users
888

edits

Navigation menu