[Webkit-unassigned] [Bug 91018] New: Failure to dispatch didFinishLoadForFrame if font load fails synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 14:40:20 PDT 2012


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

           Summary: Failure to dispatch didFinishLoadForFrame if font load
                    fails synchronously
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


If a font load fails synchronously (by willSendRequest delegate) we might fail to dispatch didFinishLoadForFrame.
Normally checkLoadComplete would be invoked by DocumentLoader::removeSubresourceLoader but in case of a synchronous failure
add/removeSubresourceLoader is not called at all.

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