On May 27, 2009, at 1:17 PM, Lucius Fox wrote:
I would like some help/pointers in how to understand Webkit reflow
logic/mechanism.
I would like to know given a URL, what elements are
re-layout/re-calculate dimension multiple times (e.g. things like
table without height/width attribute).
Look at the various Render* classes in WebCore/rendering, in
particular their layout() methods.
Is there any instrumentation in Webkit to collect that information?
No.
Or can where can I add debug printfs in Webkit to understand that.
Those methods I mentioned above.
If you haven't already, you should read the series of blog posts
starting here:
<http://webkit.org/blog/114/webcore-rendering-i-the-basics/>
Simon
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev