Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Issue 10458057: Websocket should fire 'error' event if no server available (Closed)

Created:
8 years, 6 months ago by Li Yin
Modified:
8 years, 5 months ago
Visibility:
Public.

Description

Websocket should fire 'error' event if no server available The webkit side patch can be found from: https://bugs.webkit.org/show_bug.cgi?id=87336 BUG=128057 TEST=

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -3 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 1 comment Download
M content/browser/renderer_host/socket_stream_dispatcher_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/socket_stream_dispatcher_host.cc View 1 chunk +13 lines, -0 lines 4 comments Download
M content/browser/renderer_host/socket_stream_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/socket_stream_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/common/socket_stream_dispatcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/socket_stream_dispatcher.cc View 5 chunks +18 lines, -1 line 0 comments Download
M content/common/socket_stream_messages.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/websocketstreamhandle_delegate.h View 1 chunk +2 lines, -0 lines 1 comment Download
M webkit/glue/websocketstreamhandle_impl.cc View 4 chunks +11 lines, -0 lines 1 comment Download
M webkit/tools/test_shell/simple_socket_stream_bridge.cc View 4 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Li Yin
8 years, 6 months ago (2012-06-08 08:54:32 UTC) #1
Yuta Kitamura
I took a glance at a patch, and it looked almost fine except for some ...
8 years, 6 months ago (2012-06-08 09:15:20 UTC) #2
Li Yin
On 2012/06/08 09:15:20, Yuta Kitamura wrote: > I took a glance at a patch, and ...
8 years, 6 months ago (2012-06-08 11:02:07 UTC) #3
Yuta Kitamura
I've found your address in our corporate signatories, but the name we received is slightly ...
8 years, 6 months ago (2012-06-11 08:24:16 UTC) #4
Li Yin
http://codereview.chromium.org/10458057/diff/1/content/browser/renderer_host/socket_stream_dispatcher_host.cc File content/browser/renderer_host/socket_stream_dispatcher_host.cc (right): http://codereview.chromium.org/10458057/diff/1/content/browser/renderer_host/socket_stream_dispatcher_host.cc#newcode110 content/browser/renderer_host/socket_stream_dispatcher_host.cc:110: if (!Send(new SocketStreamMsg_Failed(socket_id, error))) { On 2012/06/11 08:24:16, Yuta ...
8 years, 6 months ago (2012-06-12 08:54:20 UTC) #5
Yuta Kitamura
http://codereview.chromium.org/10458057/diff/1/content/browser/renderer_host/socket_stream_dispatcher_host.cc File content/browser/renderer_host/socket_stream_dispatcher_host.cc (right): http://codereview.chromium.org/10458057/diff/1/content/browser/renderer_host/socket_stream_dispatcher_host.cc#newcode110 content/browser/renderer_host/socket_stream_dispatcher_host.cc:110: if (!Send(new SocketStreamMsg_Failed(socket_id, error))) { On 2012/06/12 08:54:20, Li ...
8 years, 6 months ago (2012-06-12 09:49:53 UTC) #6
Li Yin
> Yeah, it's perhaps better to do conversion after IPC to reduce > IPC load, ...
8 years, 6 months ago (2012-06-12 12:44:03 UTC) #7
Li Yin
8 years, 6 months ago (2012-06-12 12:45:10 UTC) #8

          

Powered by Google App Engine
This is Rietveld 408576698