>From the layout/doc/Layout_Overview.html, it said These dynamic changes are caused by manipulations of the content model via the DOM (generally through java script). When a content element is modified, added or removed, Layout is notified. If content elements have been inserted, new frames are created and formatted (and impacts to other frames are managed by performing further incremental reflows).
Can tell me which class and which methods of the class in 'Layout' is notified when a new frame is created/formatted which is used for incremental reflows? _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

