[EMAIL PROTECTED] wrote:
My understanding of Mozilla layout engine is for each page, it will
create
1. DOM
2. Frame Tree
3. View Tree

The latter two will be created only if there is a presentation.

Is there a way to free the memory/detach the Frame Tree and View Tree
and just keep the dom.

That depends on where your DOM is coming from, basically. For example, an <iframe style="display:none"> will create the DOM but nothing else.

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to