[EMAIL PROTECTED] wrote:
> Is it possible to disable Gecko incremental reflow? Just have 1 reflow
> when it receives the whole document?

Not really.  For one thing, incremental reflows are needed as scripts in the 
page ask for layout information partway through the load.

What you _can_ do is set the "content.notify.ontimer" preference to false, as 
well as setting "content.notify.backoffcount" to 0 and setting 
"content.interrupt.parsing" to false in an attempt to reduce the granularity of 
the notifications.

I'm not sure why you'd want to muck with this, though.

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

Reply via email to