[Webkit-unassigned] [Bug 114741] New: [BlackBerry] ASSERT in FrameLoaderClient::convertMainResourceLoadToDownload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 17 07:19:59 PDT 2013


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

           Summary: [BlackBerry] ASSERT in
                    FrameLoaderClient::convertMainResourceLoadToDownload
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


The test fast/dom/HTMLAnchorElement/anchor-nodownload-set.html tries to trigger a download for a Blob object. Our download code assumes all ResourceHandles have an associated FilterStream object (set on the ::start method for ResourceHandle), but Blob objects have their own ResourceHandle class which does not this (since they are not really retrieved from the network). This makes us crash when we ASSERT the stream object, since it will be null. As a workaround, call the right methods in our networking layer from FrameLoaderClient itself.

Note that this does not yet fix this test, since there's at least another bug involved.

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