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 <[EMAIL PROTECTED]> To: Tau After <[EMAIL PROTECTED]> Cc: [email protected] 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 [email protected] 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
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

