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

Issue 1830433002: Adding the message writing class used for remote_security_key STDOUT 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@messages
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding the message writing class used for remote_security_key STDOUT communication. This class is used to write properly formatted remote security key messages to STDOUT. This CL does not include its usage to reduce the overall CR size. That will be done in a future CL. BUG=584463 Committed: https://crrev.com/f11e663b69324c70fdab07a30f7fe556833aa968 Cr-Commit-Position: refs/heads/master@{#384143}

Patch Set 1 #

Patch Set 2 : Integrating security message changes #

Total comments: 18

Patch Set 3 : Addressing feedback #

Patch Set 4 : fixing a non-windows build break. #

Patch Set 5 : Fixing non-windows linking error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -4 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_writer.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_writer.cc View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_writer_unittest.cc View 1 2 3 1 chunk +202 lines, -0 lines 0 comments Download
M remoting/host/security_key/security_key_message.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M remoting/host/security_key/security_key_message.cc View 1 2 3 4 2 chunks +5 lines, -3 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:

Dependent Patchsets:

Messages

Total messages: 12 (3 generated)
joedow
PTAL!
4 years, 9 months ago (2016-03-24 21:47:51 UTC) #2
Sergey Ulanov
lgtm when my nits are addressed https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer.cc File remoting/host/security_key/remote_security_key_message_writer.cc (right): https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer.cc#newcode23 remoting/host/security_key/remote_security_key_message_writer.cc:23: bool RemoteSecurityKeyMessageWriter::WriteMessage( Maybe ...
4 years, 8 months ago (2016-03-28 18:20:08 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer_unittest.cc File remoting/host/security_key/remote_security_key_message_writer_unittest.cc (right): https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer_unittest.cc#newcode48 remoting/host/security_key/remote_security_key_message_writer_unittest.cc:48: ASSERT_TRUE(MakePipe(&read_file_, &write_file_, kBufferSizeBytes)); Why do you need to set ...
4 years, 8 months ago (2016-03-28 18:26:43 UTC) #4
joedow
Addressed feedback and merged security message changes. https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer.cc File remoting/host/security_key/remote_security_key_message_writer.cc (right): https://codereview.chromium.org/1830433002/diff/20001/remoting/host/security_key/remote_security_key_message_writer.cc#newcode23 remoting/host/security_key/remote_security_key_message_writer.cc:23: bool RemoteSecurityKeyMessageWriter::WriteMessage( ...
4 years, 8 months ago (2016-03-29 22:14:14 UTC) #5
joedow
FYI, addressed feedback and integrated security key message changes. Although this has been LGTM'd, please ...
4 years, 8 months ago (2016-03-30 17:35:06 UTC) #6
Sergey Ulanov
still lgtm
4 years, 8 months ago (2016-03-30 21:23:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1830433002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1830433002/80001
4 years, 8 months ago (2016-03-30 23:14:06 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-03-30 23:19:50 UTC) #10
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 23:20:58 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f11e663b69324c70fdab07a30f7fe556833aa968
Cr-Commit-Position: refs/heads/master@{#384143}

Powered by Google App Engine
This is Rietveld 408576698