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

Issue 10413035: [Chromoting] LogToServer correctly handles multiple simultaneous connections. (Closed)

Created:
8 years, 7 months ago by simonmorris
Modified:
8 years, 7 months ago
Reviewers:
Sergey Ulanov, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

[Chromoting] LogToServer correctly handles multiple simultaneous connections. BUG=128753 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138952

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove the ConnectionInfo class. #

Total comments: 2

Patch Set 3 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -32 lines) Patch
M remoting/host/log_to_server.h View 1 2 3 chunks +7 lines, -3 lines 0 comments Download
M remoting/host/log_to_server.cc View 1 2 5 chunks +9 lines, -10 lines 0 comments Download
M remoting/host/log_to_server_unittest.cc View 1 2 6 chunks +150 lines, -19 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
simonmorris
ptal
8 years, 7 months ago (2012-05-21 20:27:39 UTC) #1
Wez
http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h File remoting/host/log_to_server.h (right): http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h#newcode73 remoting/host/log_to_server.h:73: bool route_type_set_; Can you use the presence of an ...
8 years, 7 months ago (2012-05-21 20:40:13 UTC) #2
simonmorris
On 2012/05/21 20:40:13, Wez wrote: > http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h > File remoting/host/log_to_server.h (right): > > http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h#newcode73 > ...
8 years, 7 months ago (2012-05-21 20:45:33 UTC) #3
Wez
On 2012/05/21 20:45:33, simonmorris wrote: > On 2012/05/21 20:40:13, Wez wrote: > > http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h > ...
8 years, 7 months ago (2012-05-21 20:58:50 UTC) #4
simonmorris
http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h File remoting/host/log_to_server.h (right): http://codereview.chromium.org/10413035/diff/1/remoting/host/log_to_server.h#newcode73 remoting/host/log_to_server.h:73: bool route_type_set_; On 2012/05/21 20:40:13, Wez wrote: > Can ...
8 years, 7 months ago (2012-05-21 22:34:36 UTC) #5
Wez
lgtm http://codereview.chromium.org/10413035/diff/5001/remoting/host/log_to_server_unittest.cc File remoting/host/log_to_server_unittest.cc (right): http://codereview.chromium.org/10413035/diff/5001/remoting/host/log_to_server_unittest.cc#newcode65 remoting/host/log_to_server_unittest.cc:65: MATCHER_P2(IsTwoClientsConnected, connection_type1, connection_type2, "") { nit: AreTwoClientsConnected.
8 years, 7 months ago (2012-05-21 22:47:31 UTC) #6
simonmorris
fyi http://codereview.chromium.org/10413035/diff/5001/remoting/host/log_to_server_unittest.cc File remoting/host/log_to_server_unittest.cc (right): http://codereview.chromium.org/10413035/diff/5001/remoting/host/log_to_server_unittest.cc#newcode65 remoting/host/log_to_server_unittest.cc:65: MATCHER_P2(IsTwoClientsConnected, connection_type1, connection_type2, "") { On 2012/05/21 22:47:31, ...
8 years, 7 months ago (2012-05-24 22:15:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10413035/9001
8 years, 7 months ago (2012-05-24 22:17:25 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-25 00:44:01 UTC) #9
Change committed as 138952

Powered by Google App Engine
This is Rietveld 408576698