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

Issue 1818233005: Adding the message reading class used for remote_security_key STDIN communication. (Closed)

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

Description

Adding the message reading class used for remote_security_key STDIN communication. This class is used to read remote security key messages via the STDIN pipe. This CL does not include its usage to reduce the overall CR size as that will occur in a future CL. BUG=584463 Committed: https://crrev.com/c8c6edda3d499f5271bb7857a075fb48d3fdd8dc Cr-Commit-Position: refs/heads/master@{#384185}

Patch Set 1 #

Patch Set 2 : Integrating security message changes #

Total comments: 6

Patch Set 3 : merging dependent CL changes and addressing feedback. #

Patch Set 4 : Fixing a build break on non-windows platforms #

Patch Set 5 : Fixing a sign mismatch (non-windows) build issue. #

Total comments: 10

Patch Set 6 : Addressing feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -0 lines) Patch
M remoting/host/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_reader.h View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_reader.cc View 1 2 3 4 5 1 chunk +134 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_reader_unittest.cc View 1 2 3 4 5 1 chunk +208 lines, -0 lines 0 comments Download
M remoting/remoting_host_srcs.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (4 generated)
joedow
PTAL!
4 years, 9 months ago (2016-03-24 21:48:06 UTC) #2
Sergey Ulanov
https://codereview.chromium.org/1818233005/diff/20001/remoting/host/security_key/remote_security_key_message_reader.cc File remoting/host/security_key/remote_security_key_message_reader.cc (right): https://codereview.chromium.org/1818233005/diff/20001/remoting/host/security_key/remote_security_key_message_reader.cc#newcode139 remoting/host/security_key/remote_security_key_message_reader.cc:139: } Thread destructor will join the thread and it ...
4 years, 8 months ago (2016-03-28 18:52:46 UTC) #3
joedow
Addressing feedback and integrating security message changes. PTAL! Thanks, Joe https://codereview.chromium.org/1818233005/diff/20001/remoting/host/security_key/remote_security_key_message_reader.cc File remoting/host/security_key/remote_security_key_message_reader.cc (right): https://codereview.chromium.org/1818233005/diff/20001/remoting/host/security_key/remote_security_key_message_reader.cc#newcode139 ...
4 years, 8 months ago (2016-03-30 19:39:00 UTC) #4
Sergey Ulanov
lgtm https://codereview.chromium.org/1818233005/diff/80001/remoting/host/security_key/remote_security_key_message_reader.cc File remoting/host/security_key/remote_security_key_message_reader.cc (right): https://codereview.chromium.org/1818233005/diff/80001/remoting/host/security_key/remote_security_key_message_reader.cc#newcode16 remoting/host/security_key/remote_security_key_message_reader.cc:16: #include "base/stl_util.h" Don't need this https://codereview.chromium.org/1818233005/diff/80001/remoting/host/security_key/remote_security_key_message_reader.cc#newcode18 remoting/host/security_key/remote_security_key_message_reader.cc:18: #include ...
4 years, 8 months ago (2016-03-30 21:34:28 UTC) #5
joedow
Thanks! https://codereview.chromium.org/1818233005/diff/80001/remoting/host/security_key/remote_security_key_message_reader.cc File remoting/host/security_key/remote_security_key_message_reader.cc (right): https://codereview.chromium.org/1818233005/diff/80001/remoting/host/security_key/remote_security_key_message_reader.cc#newcode16 remoting/host/security_key/remote_security_key_message_reader.cc:16: #include "base/stl_util.h" On 2016/03/30 21:34:28, Sergey Ulanov wrote: ...
4 years, 8 months ago (2016-03-31 01:45:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1818233005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1818233005/100001
4 years, 8 months ago (2016-03-31 01:45:37 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-03-31 02:00:25 UTC) #10
commit-bot: I haz the power
4 years, 8 months ago (2016-03-31 02:01:39 UTC) #12
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c8c6edda3d499f5271bb7857a075fb48d3fdd8dc
Cr-Commit-Position: refs/heads/master@{#384185}

Powered by Google App Engine
This is Rietveld 408576698