Preethi Natarajan wrote:
How can I control the rate of incremental page layout.
If you really mean layout, there are numerous preferences that control this. See nsContentSink.cpp.
If you mean parsing, then you'd have to change the necko code you mentioned, which is kinda tough, because right now it's a simple push model -- we get data from the server, we tell the parser we have it. No waiting.
All that said, what are you really trying to do? -Boris _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
