[webkit-dev] About renderer

Darin Adler darin at apple.com
Thu Dec 25 10:23:45 PST 2008


On Dec 24, 2008, at 2:16 AM, zhenghe zhang wrote:

> I know how to create a "render" object , but I don't know that the  
> condition about create the "render" object ,could you tell me?

The process of creating and properly setting up the objects in the  
render tree is called "layout". It starts with functions like  
FrameView::layout() and Document::attach(). One way to learn about  
when they're called is to get a running web browser and set  
breakpoints in these functions.

     -- Darin



More information about the webkit-dev mailing list