[webkit-dev] How does WebCore Loader work?
Tau After
aftertau at yahoo.com
Wed Feb 20 18:43:49 PST 2008
Brady,
Thank you very much for your answer. I can't quite get the "FrameLoadClient is expected to call back to FrameLoader::checkNavigationPolicy() " yet. guess it will call FrameLoaderClient::startDownload() at last anyway?
Searching more from the wiki/toturial now :)
A.T
----- Original Message ----
From: Brady Eidson <beidson at apple.com>
To: Tau After <aftertau at yahoo.com>
Cc: webkit-dev at lists.webkit.org
Sent: Thursday, February 21, 2008 1:16:11 AM
Subject: Re: [webkit-dev] How does WebCore Loader work?
Going into details on how the loader works is quite a tall topic that is more about wiki/tutorial webpages than a post to this mailing list.
But to answer your specific question, after FrameLoader calls checkNavigationPolicy() on the FrameLoadClient, the FrameLoadClient is expected to call back to FrameLoader::checkNavigationPolicy() to continue the loading procedure.
Hopefully that will help you continue your hunt.
~Brady
On Feb 20, 2008, at 12:48 AM, Tau After wrote:
Hello,
I'm reading Webkit code from QT4.4 preview (3rdparty/webkit) and is lost in those FrameLoader::load() memebers :(
Could anybody kindly walk me through this part of the code -- what will happen when a load() request is issued? I saw it just stoped at checkNavigationPolicy() and this doesn't seem to trigger any network activity?
Thanks a lot!
afterTau
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now._______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20080220/a0e3ef2f/attachment.html
More information about the webkit-dev
mailing list