Re: [webkit-dev] Incremental Layout

2008-02-03 Thread Maciej Stachowiak
On Feb 2, 2008, at 4:23 AM, ankush tiwari wrote: Hi All, Is there any plan of making webkit render pages incrementally for better performance? WebKit does render incrementally, although normally pending scripts block parsing and pending stylesheets block layout and painting until a

[webkit-dev] Incremental Layout

2008-02-02 Thread ankush tiwari
Hi All, Is there any plan of making webkit render pages incrementally for better performance? Thanks, Ankush. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Incremental Layout

2008-02-02 Thread David Kilzer
You may be interested in defining the USE(LOW_BANDWIDTH_DISPLAY) macro (which becomes WTF_USE_LOW_BANDWIDTH_DISPLAY) when building WebCore. Note that this will cause FOUC (flash of unstyled content) by definition, though: http://webkit.org/blog/66/the-fouc-problem/ Dave ankush tiwari [EMAIL