[Webkit-unassigned] [Bug 111915] FrameView::handleLoadCompleted() is called multiple times per load, before the load is completed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 21:20:40 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111915





--- Comment #1 from David Levin <levin at chromium.org>  2013-03-09 21:23:04 PST ---
Good point.

It was named more specifically in the past "checkFlushDeferredRepaintsAfterLoadComplete" but the name still implied that it was only called after the load completed.

I suppose that there could be  new function on FrameView for the deferred repaints (processDeferredRepaints) called where handleLoadCompleted is now. And then call handleLoadCompleted only where the load really is completed! :)

PS I'm really glad to see that other ports have found the function useful. (At one point in Chromium, it was going this cross process and that was just wrong because it could and occasionally did end up in an infinite feedback loop.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list