Jonathan wrote: > I am looking at Gecko 1.8. And in the file nsFrameFrame.cpp, I don't > see any nsSubDocumentFrame::BuildDisplayList.
Right. Frame display lists are a 1.9-era change. In 1.8, as I recall, the equivalent of the display list is done on the view tree, and the view tree is linked through the iframe (so the root view of the contained document is a child of the iframe's view). -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

