[Webkit-unassigned] [Bug 119877] New: DocumentLoader should be finished after convertMainResourceLoadToDownload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 15 22:56:42 PDT 2013


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

           Summary: DocumentLoader should be finished after
                    convertMainResourceLoadToDownload
           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: mawu at blackberry.com


After convertMainResourceLoadToDownload(), we should wrap up current documentLoader. But if mainResource is cachedResource, mainResourceLoader doesn't exist, ResourceLoader::didFail() won't be hit, so the following DocumentLoader() dataReceived() will still cause the page loading. We add cancelMainResourceLoad() to make sure current page load finished gracefully.

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