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

Issue 2478443002: Use ChannelMojo for remote security key channels. (Closed)

Created:
4 years, 1 month ago by Sam McNally
Modified:
4 years, 1 month ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-reviews, chromoting-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use ChannelMojo for remote security key channels. Mojo does not support disconnecting from one OS-level pipe and reconnecting over another, so this changes remote security key connections to all use the same well-known named pipe. BUG=604282 Committed: https://crrev.com/b90d19c1d61697c297d7494636c1e0fcfbc59eb9 Cr-Commit-Position: refs/heads/master@{#430557}

Patch Set 1 : #

Total comments: 11

Patch Set 2 : rebase #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -706 lines) Patch
M remoting/host/DEPS View 1 chunk +6 lines, -0 lines 0 comments Download
M remoting/host/chromoting_messages.h View 1 chunk +1 line, -16 lines 0 comments Download
M remoting/host/security_key/BUILD.gn View 2 chunks +4 lines, -2 lines 0 comments Download
D remoting/host/security_key/fake_ipc_security_key_auth_handler.h View 1 2 1 chunk +0 lines, -72 lines 0 comments Download
D remoting/host/security_key/fake_ipc_security_key_auth_handler.cc View 1 2 1 chunk +0 lines, -66 lines 0 comments Download
M remoting/host/security_key/fake_security_key_ipc_client.h View 1 2 6 chunks +7 lines, -10 lines 0 comments Download
M remoting/host/security_key/fake_security_key_ipc_client.cc View 1 2 5 chunks +13 lines, -28 lines 0 comments Download
M remoting/host/security_key/fake_security_key_ipc_server.h View 4 chunks +6 lines, -8 lines 0 comments Download
M remoting/host/security_key/fake_security_key_ipc_server.cc View 1 2 3 4 chunks +25 lines, -14 lines 0 comments Download
M remoting/host/security_key/remote_security_key_main.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/host/security_key/security_key_auth_handler_win.cc View 1 2 3 10 chunks +28 lines, -111 lines 0 comments Download
M remoting/host/security_key/security_key_auth_handler_win_unittest.cc View 1 2 14 chunks +50 lines, -174 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_client.h View 1 2 4 chunks +11 lines, -9 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_client.cc View 1 2 9 chunks +25 lines, -70 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_client_unittest.cc View 1 2 6 chunks +16 lines, -56 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_constants.h View 2 chunks +5 lines, -2 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_constants.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_server.h View 4 chunks +6 lines, -2 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_server.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_server_impl.h View 4 chunks +11 lines, -1 line 0 comments Download
M remoting/host/security_key/security_key_ipc_server_impl.cc View 1 2 7 chunks +44 lines, -20 lines 0 comments Download
M remoting/host/security_key/security_key_ipc_server_unittest.cc View 13 chunks +109 lines, -29 lines 0 comments Download
M remoting/host/security_key/security_key_message_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/security_key/security_key_message_handler_unittest.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 38 (27 generated)
Sam McNally
4 years, 1 month ago (2016-11-03 08:47:43 UTC) #8
joedow
https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/BUILD.gn File remoting/host/security_key/BUILD.gn (left): https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/BUILD.gn#oldcode100 remoting/host/security_key/BUILD.gn:100: "fake_ipc_security_key_auth_handler.h", Should these files be deleted in this CL? ...
4 years, 1 month ago (2016-11-03 22:25:19 UTC) #17
Sam McNally
https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/BUILD.gn File remoting/host/security_key/BUILD.gn (left): https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/BUILD.gn#oldcode100 remoting/host/security_key/BUILD.gn:100: "fake_ipc_security_key_auth_handler.h", On 2016/11/03 22:25:18, joedow wrote: > Should these ...
4 years, 1 month ago (2016-11-04 02:51:09 UTC) #21
joedow
lgtm https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/security_key_ipc_client_unittest.cc File remoting/host/security_key/security_key_ipc_client_unittest.cc (right): https://codereview.chromium.org/2478443002/diff/70001/remoting/host/security_key/security_key_ipc_client_unittest.cc#newcode17 remoting/host/security_key/security_key_ipc_client_unittest.cc:17: #include "remoting/host/security_key/security_key_ipc_constants.h" On 2016/11/04 02:51:09, Sam McNally wrote: ...
4 years, 1 month ago (2016-11-04 15:19:04 UTC) #26
Sam McNally
+rockot for DEPS +dcheng for remoting/host/chromoting_messages.h
4 years, 1 month ago (2016-11-06 22:24:43 UTC) #28
Ken Rockot(use gerrit already)
lgtm
4 years, 1 month ago (2016-11-08 00:36:41 UTC) #29
dcheng
mojo lgtm with some optional nits https://codereview.chromium.org/2478443002/diff/170001/remoting/host/security_key/fake_security_key_ipc_server.cc File remoting/host/security_key/fake_security_key_ipc_server.cc (right): https://codereview.chromium.org/2478443002/diff/170001/remoting/host/security_key/fake_security_key_ipc_server.cc#newcode118 remoting/host/security_key/fake_security_key_ipc_server.cc:118: new FakeSecurityKeyIpcServer( Optional ...
4 years, 1 month ago (2016-11-08 07:54:04 UTC) #30
Sam McNally
https://codereview.chromium.org/2478443002/diff/170001/remoting/host/security_key/fake_security_key_ipc_server.cc File remoting/host/security_key/fake_security_key_ipc_server.cc (right): https://codereview.chromium.org/2478443002/diff/170001/remoting/host/security_key/fake_security_key_ipc_server.cc#newcode118 remoting/host/security_key/fake_security_key_ipc_server.cc:118: new FakeSecurityKeyIpcServer( On 2016/11/08 07:54:04, dcheng wrote: > Optional ...
4 years, 1 month ago (2016-11-08 08:37:22 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2478443002/210001
4 years, 1 month ago (2016-11-08 08:37:50 UTC) #35
commit-bot: I haz the power
Committed patchset #4 (id:210001)
4 years, 1 month ago (2016-11-08 09:44:37 UTC) #36
commit-bot: I haz the power
4 years, 1 month ago (2016-11-08 09:47:10 UTC) #38
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b90d19c1d61697c297d7494636c1e0fcfbc59eb9
Cr-Commit-Position: refs/heads/master@{#430557}

Powered by Google App Engine
This is Rietveld 408576698