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

Issue 1984383003: Support LCS signaling address in the Host. (Closed)

Created:
4 years, 7 months ago by kelvinp
Modified:
4 years, 7 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

Support LCS signaling address in the Host. This CL introduces a new struct protocol::Address that encapsulates the routing address of the chromoting endpoints. This will allow us to route signaling messages using both XMPP and LCS. BUG=612588 Committed: https://crrev.com/d05ed1f6f63b4e2612e8ac0b638da1ae7ff30ee6 Cr-Commit-Position: refs/heads/master@{#394828}

Patch Set 1 #

Total comments: 30

Patch Set 2 : Reviewer's feedback #

Patch Set 3 : Add DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -58 lines) Patch
M remoting/protocol/jingle_messages.h View 1 3 chunks +34 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_messages.cc View 1 2 7 chunks +112 lines, -8 lines 0 comments Download
M remoting/protocol/jingle_messages_unittest.cc View 1 1 chunk +94 lines, -34 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session.cc View 1 10 chunks +12 lines, -10 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/me2me_host_authenticator_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
kelvinp
PTAL
4 years, 7 months ago (2016-05-17 21:01:44 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/1984383003/diff/1/remoting/protocol/jingle_messages.cc File remoting/protocol/jingle_messages.cc (right): https://codereview.chromium.org/1984383003/diff/1/remoting/protocol/jingle_messages.cc#newcode188 remoting/protocol/jingle_messages.cc:188: : jid(""), endpoint_id(""), channel(Address::XMPP) {} don't need to specify ...
4 years, 7 months ago (2016-05-18 07:00:42 UTC) #4
kelvinp
PTAL. I also tested my change with the webapp and it is able to connect. ...
4 years, 7 months ago (2016-05-18 23:43:29 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1984383003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1984383003/20001
4 years, 7 months ago (2016-05-19 00:42:02 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-19 02:24:22 UTC) #9
Sergey Ulanov
lgtm
4 years, 7 months ago (2016-05-19 17:39:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1984383003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1984383003/40001
4 years, 7 months ago (2016-05-19 18:05:16 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-05-19 19:20:47 UTC) #15
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 19:23:48 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d05ed1f6f63b4e2612e8ac0b638da1ae7ff30ee6
Cr-Commit-Position: refs/heads/master@{#394828}

Powered by Google App Engine
This is Rietveld 408576698