Hi

Prpbably you should start form FrameLoader::load. The root of the
render tree is called the RenderView, and this class corresponds to
the initial containing block according to CSS2.1. It is also the
renderer that will be returned if the renderer() method is called on
the Document. U can have a look at that.
So i guess, DOM tree will be created but u can stop it from being rendered.

Thanks & Regards
Niilesh

On Tue, Jan 13, 2009 at 4:23 PM, goldeneyes <houda....@gmail.com> wrote:
>
>
> Bugzilla from tr...@kde.org wrote:
>>
>>
>> Not sure what port you are using, but perhaps put in a 'return;' at the
>> beginning of Frame::paint(...) ?
>>
>> Adam
>>
> hi,
>
> I want to do the same thing, I search the word "Frame:" with the following
> command:
> find /home/hiba/webkit-last-version/WebKit/  -type "f" | xargs grep -i
> "Frame::" | less -S
> but i don't found "Frame:: paint"
> where i can  find it ? please, can you help me.
>
> thank you in advance for any help,
>
> --
> View this message in context: 
> http://www.nabble.com/Turning-off-rendering-in-WebKit-tp21419298p21433194.html
> Sent from the Webkit mailing list archive at Nabble.com.
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to