On Fri, Apr 15, 2016 at 4:32 AM, Jip de Beer <jip.de.b...@gmail.com> wrote: > Thanks for the reply. My problem with display lists is that they only contain > this information about nodes within the viewport. I'm interested in all nodes > that take up space within the document. > > I know Firefox can calculate the necessary information for nodes outside of > the viewport because I can take a screenshot of the entire page with > CanvasRenderingContext2D.drawWindow() and it correctly renders the entire > page (also outside of the viewport).
If it renders the entire page, it must build a display list for the entire page. Can you get a display list dump from that operation? Cheers, Botond _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform