RESOLVED INVALID 88773
[BlackBerry] Add handling of notifyDataReceived in NetworkJob even there's no data inside
https://bugs.webkit.org/show_bug.cgi?id=88773
Summary [BlackBerry] Add handling of notifyDataReceived in NetworkJob even there's no...
Mary Wu
Reported 2012-06-11 03:22:54 PDT
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.
Attachments
Patch (1.99 KB, patch)
2012-06-11 03:42 PDT, Mary Wu
no flags
Mary Wu
Comment 1 2012-06-11 03:41:05 PDT
related to RIM PR# 164563
Mary Wu
Comment 2 2012-06-11 03:42:12 PDT
Rob Buis
Comment 3 2012-06-11 06:56:22 PDT
Comment on attachment 146820 [details] Patch Looks good.
WebKit Review Bot
Comment 4 2012-06-11 20:46:51 PDT
Comment on attachment 146820 [details] Patch Clearing flags on attachment: 146820 Committed r120036: <http://trac.webkit.org/changeset/120036>
WebKit Review Bot
Comment 5 2012-06-11 20:46:56 PDT
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 6 2012-06-12 23:10:07 PDT
Re-opened since this is blocked by 88965
Note You need to log in before you can comment on or make changes to this bug.