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 Frame/FrameView. I see several methods including, but not limited
> 
> to:
> 
>     FrameView::layout()
>     FrameView::scheduleRelayout()
>     Frame::forceLayout()
>     Document::updateLayout()
>     FrameView::setNeedsLayout()
> 
> What is the difference between all these methods? What method should be
> called 
> when, for example. the toplevel frameview is manually resized by user? Is any
> 
> method should be called for inner frames, if any?
> 
> I haven't found any documentation, either external or in source code, about 
> these methods:(
> 
> Thanks,
> 
> Artem

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to