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

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to