Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 10409021: Handle disconnection events properly for unauthenicated clients. (Closed)

Created:
8 years, 7 months ago by Sergey Ulanov
Modified:
8 years, 7 months ago
Reviewers:
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
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Handle disconnection events properly for unauthenticated clients. Previously when receiving disconnection event the host was stopping screen recorder even when there are other active sessions. Obviously this is wrong. BUG=128643 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138185

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M remoting/host/chromoting_host.cc View 1 2 1 chunk +13 lines, -8 lines 0 comments Download
M remoting/host/client_session.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/host/client_session.cc View 1 3 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Sergey Ulanov
I'll be OOO tomorrow, so please CQ if it looks good.
8 years, 7 months ago (2012-05-18 04:22:58 UTC) #1
Wez
http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc#newcode255 remoting/host/chromoting_host.cc:255: recorder_->RemoveConnection(client->connection()); nit: It should be safe to RemoveConnection() for ...
8 years, 7 months ago (2012-05-18 20:20:57 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc#newcode255 remoting/host/chromoting_host.cc:255: recorder_->RemoveConnection(client->connection()); On 2012/05/18 20:20:57, Wez wrote: > nit: It ...
8 years, 7 months ago (2012-05-21 18:20:13 UTC) #3
Wez
LGTM w/ some comments below. nit: The description has a typo. I think this CL ...
8 years, 7 months ago (2012-05-21 20:33:50 UTC) #4
Sergey Ulanov
http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc File remoting/host/chromoting_host.cc (right): http://codereview.chromium.org/10409021/diff/5001/remoting/host/chromoting_host.cc#newcode255 remoting/host/chromoting_host.cc:255: recorder_->RemoveConnection(client->connection()); On 2012/05/21 20:33:50, Wez wrote: > On 2012/05/21 ...
8 years, 7 months ago (2012-05-21 22:27:54 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-05-21 22:29:10 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698