In chromium, it has 2 parts: browser process and renderer process?

How does the renderer process know the page is finished loading (all
css/js are loaded, all images, and all frames/iframes are loaded?
I have tried setting up breakpoints in RenderView::didFinishLoad(),
but for a page with frameset of 3 frames (e.g.
http://java.sun.com/j2se/1.5.0/docs/api/index.html) I see
RenderView::didFinishLoad() get called multiple times.

So how does renderer process knows the whole page is loaded completely
and tell the browser process to stop the spinning icons and shows the
favicon of the page?

Thank you.
-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to