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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 18:57:00 PST 2013


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

           Summary: FrameView::handleLoadCompleted() is called multiple
                    times per load, before the load is completed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy_horton at apple.com
                CC: sam at webkit.org, koivisto at iki.fi,
                    simon.fraser at apple.com, dimich at chromium.org,
                    levin at chromium.org, fsamuel at chromium.org


FrameLoader::checkCompleted() unconditionally calls FrameView::handleLoadCompleted() — even if the load is not completed.

Thus. the naming seems a bit ... wrong.

Antti says it was added for deferred repaints, but now it’s also been adopted for autosizing too, where it’s probably wasting time doing non-final sizing.

-- 
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