摘要:
现在继续分析浏览器去下载网页的过程,上一次说到需要分析函数NavigateToPendingEntry,在这个函数又是怎么去处理下载网页的呢?那就需要分析它的源码了,如下:#001 void NavigationController::NavigateToPendingEntry(bool reload) {#002 TabContents* from_contents = active_contents_;#003 #004 // For session history navigations only the pending_entry_index_ is set.下面从历史里找到入口选项 阅读全文
posted @ 2008-10-02 10:15
ajuanabc
阅读(207)
评论(0)
推荐(0)