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

Issue 902613004: Fix ConnectionToClient to connect stubs only after authentication. (Closed)

Created:
5 years, 10 months ago by Sergey Ulanov
Modified:
5 years, 10 months ago
Reviewers:
Wez
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@audio_pump
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix ConnectionToClient to connect stubs only after authentication. Previously ConnectionToClient required stubs to be created before the client is authenticated. This is no longer necessary. Fixed it so set_*_stub() methods can be called only after authentication. Also removed auth input filters from ClientSession as they are no longer useful. BUG=448838 Committed: https://crrev.com/1f8cd500a5335940fee5a8c317d52f090102c131 Cr-Commit-Position: refs/heads/master@{#316299}

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -176 lines) Patch
M remoting/host/client_session.h View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 7 chunks +15 lines, -27 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 chunks +78 lines, -101 lines 0 comments Download
M remoting/protocol/connection_to_client.h View 1 2 2 chunks +2 lines, -10 lines 0 comments Download
M remoting/protocol/connection_to_client.cc View 3 chunks +3 lines, -24 lines 0 comments Download
M remoting/protocol/connection_to_client_unittest.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 chunk +16 lines, -0 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.cc View 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
Sergey Ulanov
5 years, 10 months ago (2015-02-06 23:14:26 UTC) #2
Wez
lgtm https://codereview.chromium.org/902613004/diff/20001/remoting/host/client_session.cc File remoting/host/client_session.cc (left): https://codereview.chromium.org/902613004/diff/20001/remoting/host/client_session.cc#oldcode391 remoting/host/client_session.cc:391: disable_clipboard_filter_.set_enabled(false); Why remove these? The ensure that we ...
5 years, 10 months ago (2015-02-07 00:40:43 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/902613004/diff/20001/remoting/host/client_session.cc File remoting/host/client_session.cc (left): https://codereview.chromium.org/902613004/diff/20001/remoting/host/client_session.cc#oldcode391 remoting/host/client_session.cc:391: disable_clipboard_filter_.set_enabled(false); On 2015/02/07 00:40:43, Wez wrote: > Why remove ...
5 years, 10 months ago (2015-02-13 19:40:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902613004/40001
5 years, 10 months ago (2015-02-13 19:41:21 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/58706) ios_rel_device_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 10 months ago (2015-02-13 19:45:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/902613004/60001
5 years, 10 months ago (2015-02-13 20:43:17 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-13 21:46:02 UTC) #12
commit-bot: I haz the power
5 years, 10 months ago (2015-02-13 21:47:49 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1f8cd500a5335940fee5a8c317d52f090102c131
Cr-Commit-Position: refs/heads/master@{#316299}

Powered by Google App Engine
This is Rietveld 408576698