Re: [webkit-dev] Resize/layout code

2007-10-18 Thread David D. Kilzer
You want to read this blog entry about layout (as well as the other four entries): http://webkit.org/blog/116/webcore-rendering-iii-layout-basics/ Dave Artem Ananiev <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to understand WebKit code which is responsible for layouting the > contents of

[webkit-dev] Resize/layout code

2007-10-18 Thread Artem Ananiev
Hi, I'm trying to understand WebKit code which is responsible for layouting the contents of Frame/FrameView. I see several methods including, but not limited to: FrameView::layout() FrameView::scheduleRelayout() Frame::forceLayout() Document::updateLayout() FrameView::setNee