Gecko:Continuation Model: Difference between revisions

Jump to navigation Jump to search
m
Line 63: Line 63:
(The information in this paragraph is provided by roc)
(The information in this paragraph is provided by roc)


The aStatus argument of Reflow reflects that. NS_FRAME_COMPLETE means that we reflowed all the content and no more next-in-flows are needed. At that point there may still be next in flows, but the parent will delete them. NOT_COMPLETE means "some content did not fit in this frame".  NOT_COMPLETE and REFLOW_NEXT_IN_FLOW means "some content did not fit in this frame AND it must be reflowed".
The aStatus argument of Reflow reflects that. NS_FRAME_COMPLETE means that we reflowed all the content and no more next-in-flows are needed. At that point there may still be next in flows, but the parent will delete them. NS_FRAME_NOT_COMPLETE means "some content did not fit in this frame".  NS_FRAME_NOT_COMPLETE and NS_FRAME_REFLOW_NEXTINFLOW means "some content did not fit in this frame AND it must be reflowed".


== Dynamic Reflow Considerations ==
== Dynamic Reflow Considerations ==

Navigation menu