RESOLVED FIXED Bug 114134
[BlackBerry] Provide more specific error description for SocketStreamError
https://bugs.webkit.org/show_bug.cgi?id=114134
Summary [BlackBerry] Provide more specific error description for SocketStreamError
Seokju Kwon
Reported 2013-04-07 18:15:57 PDT
Pass the reason of a failure to SocketStreamError instance and notify it via SocketStreamHandleClient::didFailSocketStream().
Attachments
Patch (2.76 KB, patch)
2013-04-07 18:17 PDT, Seokju Kwon
no flags
Seokju Kwon
Comment 1 2013-04-07 18:17:14 PDT
Rob Buis
Comment 2 2013-04-08 07:30:02 PDT
Comment on attachment 196818 [details] Patch Thanks for your contribution! I think the change is good, but can you check if you missed any instance of didFailSocketStream being called in this file? Thanks!
Joe Mason
Comment 3 2013-04-08 07:41:54 PDT
(In reply to comment #2) > (From update of attachment 196818 [details]) > Thanks for your contribution! I think the change is good, but can you check if you missed any instance of didFailSocketStream being called in this file? Thanks! The only other call to didFailSocketStream is in notifyClose, which has no message param, so I think it's fine for the SocketError to use the default message-less constructor for that call.
Rob Buis
Comment 4 2013-04-08 07:53:14 PDT
Comment on attachment 196818 [details] Patch Ok, after Joe's explanation, this change is fine!
WebKit Commit Bot
Comment 5 2013-04-08 08:28:35 PDT
Comment on attachment 196818 [details] Patch Clearing flags on attachment: 196818 Committed r147915: <http://trac.webkit.org/changeset/147915>
WebKit Commit Bot
Comment 6 2013-04-08 08:28:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.