[Webkit-unassigned] [Bug 88773] New: [BlackBerry] Add handling of notifyDataReceived in NetworkJob even there's no data inside

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 03:22:54 PDT 2012


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

           Summary: [BlackBerry] Add handling of notifyDataReceived in
                    NetworkJob even there's no data inside
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mary.wu at torchmobile.com.cn


if there's no data in the page, we should still pass on the dataReceived event to client. It's critical to two cases: plugin and download.
Otherwise if we only send notifyClose without dataReceived, FrameLoaderBlackBerry will create pluginView in close and have no chance to clear it later; 
download will create DownloadFilterStream in notifyClose and can't get any update afterwards since NetworkStream already closed.

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