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

Issue 1855613002: Adding the RemoteSecurityKeyMessageHandler class. (Closed)

Created:
4 years, 8 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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding the RemoteSecurityKeyMessageHandler class. This new class connects a RemoteSecurityKeyIpcClient instance with a RemoteSecurityKeyMessageReader and RemoteSecurityKeyMessageWriter instances to allow security key messages to pass between the local security key enabled tools and the remote client. In between is a chunk of logic which handles specific security key messages from the local tools as well as the remote security key responses from the IPC Client. BUG=584463 Committed: https://crrev.com/880f42515d1bac89d2bb05c5789b53e6c00c57af Cr-Commit-Position: refs/heads/master@{#385298}

Patch Set 1 #

Patch Set 2 : Fixing some headers and a non-windows build break #

Patch Set 3 : Adding fake ipc cliwent changes #

Patch Set 4 : Removing unnecessary test case cleanup code. #

Patch Set 5 : Merging the changes from the dependent patchset #

Total comments: 4

Patch Set 6 : Addressing feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, -1 line) Patch
M remoting/host/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_client.h View 3 chunks +5 lines, -0 lines 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_client.cc View 1 2 2 chunks +7 lines, -1 line 0 comments Download
A remoting/host/security_key/remote_security_key_message_handler.h View 1 2 3 4 5 1 chunk +89 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_handler.cc View 1 2 3 4 5 1 chunk +182 lines, -0 lines 0 comments Download
A remoting/host/security_key/remote_security_key_message_handler_unittest.cc View 1 2 3 1 chunk +300 lines, -0 lines 0 comments Download
M remoting/host/security_key/security_key_message.h View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/host/security_key/security_key_message.cc View 1 2 chunks +16 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 3 4 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 13 (6 generated)
joedow
PTAL! Thanks, Joe
4 years, 8 months ago (2016-04-04 18:51:13 UTC) #2
joedow
Ping!
4 years, 8 months ago (2016-04-05 16:22:51 UTC) #5
Sergey Ulanov
lgtm https://codereview.chromium.org/1855613002/diff/80001/remoting/host/security_key/remote_security_key_message_handler.cc File remoting/host/security_key/remote_security_key_message_handler.cc (right): https://codereview.chromium.org/1855613002/diff/80001/remoting/host/security_key/remote_security_key_message_handler.cc#newcode21 remoting/host/security_key/remote_security_key_message_handler.cc:21: base::File DuplicatePlatformFile(base::File file) { Do you really need ...
4 years, 8 months ago (2016-04-05 18:57:40 UTC) #6
joedow
Thanks! https://codereview.chromium.org/1855613002/diff/80001/remoting/host/security_key/remote_security_key_message_handler.cc File remoting/host/security_key/remote_security_key_message_handler.cc (right): https://codereview.chromium.org/1855613002/diff/80001/remoting/host/security_key/remote_security_key_message_handler.cc#newcode21 remoting/host/security_key/remote_security_key_message_handler.cc:21: base::File DuplicatePlatformFile(base::File file) { On 2016/04/05 18:57:40, Sergey ...
4 years, 8 months ago (2016-04-05 21:29:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1855613002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1855613002/100001
4 years, 8 months ago (2016-04-05 21:35:43 UTC) #10
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-05 22:10:02 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-05 22:11:08 UTC) #13
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/880f42515d1bac89d2bb05c5789b53e6c00c57af
Cr-Commit-Position: refs/heads/master@{#385298}

Powered by Google App Engine
This is Rietveld 408576698