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

Issue 8574025: Refactor client channel dispatchers. (Closed)

Created:
9 years, 1 month ago by Sergey Ulanov
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Refactor client channel dispatchers. The new ClientControlDispatcher and ClientEventDispatcher manage control and event channels. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110648

Patch Set 1 #

Total comments: 38

Patch Set 2 : - #

Patch Set 3 : - #

Total comments: 10

Patch Set 4 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -346 lines) Patch
A remoting/protocol/client_control_dispatcher.h View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A remoting/protocol/client_control_dispatcher.cc View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A remoting/protocol/client_event_dispatcher.h View 1 1 chunk +46 lines, -0 lines 0 comments Download
A remoting/protocol/client_event_dispatcher.cc View 1 1 chunk +49 lines, -0 lines 0 comments Download
D remoting/protocol/client_message_dispatcher.h View 1 chunk +0 lines, -58 lines 0 comments Download
D remoting/protocol/client_message_dispatcher.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 2 chunks +4 lines, -9 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 2 4 chunks +11 lines, -17 lines 0 comments Download
D remoting/protocol/host_control_sender.h View 1 chunk +0 lines, -57 lines 0 comments Download
D remoting/protocol/host_control_sender.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D remoting/protocol/input_sender.h View 1 chunk +0 lines, -67 lines 0 comments Download
D remoting/protocol/input_sender.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M remoting/remoting.gyp View 1 2 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Sergey Ulanov
9 years, 1 month ago (2011-11-15 23:39:03 UTC) #1
Wez
http://codereview.chromium.org/8574025/diff/1/remoting/protocol/client_control_dispatcher.cc File remoting/protocol/client_control_dispatcher.cc (right): http://codereview.chromium.org/8574025/diff/1/remoting/protocol/client_control_dispatcher.cc#newcode38 remoting/protocol/client_control_dispatcher.cc:38: BufferedSocketWriter::WriteFailedCallback()); Seems strange to ignore write errors? http://codereview.chromium.org/8574025/diff/1/remoting/protocol/client_control_dispatcher.cc#newcode41 remoting/protocol/client_control_dispatcher.cc:41: ...
9 years, 1 month ago (2011-11-17 01:51:56 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8574025/diff/1/remoting/protocol/client_control_dispatcher.cc File remoting/protocol/client_control_dispatcher.cc (right): http://codereview.chromium.org/8574025/diff/1/remoting/protocol/client_control_dispatcher.cc#newcode38 remoting/protocol/client_control_dispatcher.cc:38: BufferedSocketWriter::WriteFailedCallback()); On 2011/11/17 01:51:56, Wez wrote: > Seems strange ...
9 years, 1 month ago (2011-11-17 19:29:06 UTC) #3
Wez
lgtm http://codereview.chromium.org/8574025/diff/5003/remoting/protocol/client_control_dispatcher.cc File remoting/protocol/client_control_dispatcher.cc (right): http://codereview.chromium.org/8574025/diff/5003/remoting/protocol/client_control_dispatcher.cc#newcode46 remoting/protocol/client_control_dispatcher.cc:46: // older clients. Ignore it. nit: Ignore it ...
9 years, 1 month ago (2011-11-17 22:30:22 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/8574025/diff/5003/remoting/protocol/client_control_dispatcher.cc File remoting/protocol/client_control_dispatcher.cc (right): http://codereview.chromium.org/8574025/diff/5003/remoting/protocol/client_control_dispatcher.cc#newcode46 remoting/protocol/client_control_dispatcher.cc:46: // older clients. Ignore it. On 2011/11/17 22:30:22, Wez ...
9 years, 1 month ago (2011-11-17 22:48:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8574025/7016
9 years, 1 month ago (2011-11-18 01:35:44 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-11-18 04:06:11 UTC) #7
Change committed as 110648

Powered by Google App Engine
This is Rietveld 408576698