Re: [webkit-dev] Complicated Loaders

2008-07-29 Thread Eric Seidel
ceRequest is finally being launched/triggered :( > > Thanks! > > -Fengqi > > - Original Message > From: Brady Eidson <[EMAIL PROTECTED]> > To: Tau After <[EMAIL PROTECTED]> > Cc: webkit-dev@lists.webkit.org > Sent: Wednesday, July 30, 2008 8:09:51

Re: [webkit-dev] Complicated Loaders

2008-07-29 Thread Tau After
y 30, 2008 8:09:51 AM Subject: Re: [webkit-dev] Complicated Loaders The sequence of FrameLoader and DocumentLoader functions is indeed complicated and overloaded. This is slowly being improved over time, little by little. And no, there is no documentation at this time. I'm not sure of

Re: [webkit-dev] Complicated Loaders

2008-07-29 Thread Brady Eidson
The sequence of FrameLoader and DocumentLoader functions is indeed complicated and overloaded. This is slowly being improved over time, little by little. And no, there is no documentation at this time. I'm not sure of the exact motivation for your question, but you did end on a very speci

[webkit-dev] Complicated Loaders

2008-07-29 Thread Tau After
could anybody point me to some introduction/documents about WebCore/loader? I just want to know the normal flow of web page loading, and was soonly lost in those many overloaded FrameLoader::load() implementations :( so where is the code to read if I want to know how Webkit is invoking the HTTP