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

Issue 1662673002: Add MessageChanneFactory interface and use it in ChannelDispatcherBase. (Closed)

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

Description

Add MessageChanneFactory interface and use it in ChannelDispatcherBase. This change removes dependency on StreamChannelFactory and P2PStreamSocket from ChannelDispatcherBase. This allow to use channel dispatchers without the old message framing mechanism that doesn't make sense for WebRTC-based protocol. BUG=547158 Committed: https://crrev.com/786463e2ba806e5ed9d08b6ab9333210dd0b8772 Cr-Commit-Position: refs/heads/master@{#373571}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -176 lines) Patch
M remoting/protocol/channel_dispatcher_base.h View 1 2 3 5 chunks +6 lines, -9 lines 0 comments Download
M remoting/protocol/channel_dispatcher_base.cc View 2 chunks +7 lines, -20 lines 0 comments Download
M remoting/protocol/client_video_dispatcher.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/client_video_dispatcher_unittest.cc View 4 chunks +11 lines, -8 lines 0 comments Download
M remoting/protocol/connection_tester.h View 3 chunks +33 lines, -1 line 0 comments Download
M remoting/protocol/connection_tester.cc View 2 chunks +44 lines, -0 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.cc View 2 chunks +1 line, -11 lines 0 comments Download
M remoting/protocol/ice_connection_to_host.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M remoting/protocol/ice_connection_to_host.cc View 4 chunks +3 lines, -16 lines 0 comments Download
M remoting/protocol/ice_transport.h View 4 chunks +10 lines, -2 lines 0 comments Download
M remoting/protocol/ice_transport.cc View 4 chunks +18 lines, -6 lines 0 comments Download
M remoting/protocol/ice_transport_unittest.cc View 10 chunks +48 lines, -49 lines 0 comments Download
A remoting/protocol/message_channel_factory.h View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M remoting/protocol/stream_message_pipe_adapter.h View 3 chunks +26 lines, -0 lines 0 comments Download
M remoting/protocol/stream_message_pipe_adapter.cc View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M remoting/protocol/webrtc_transport.h View 3 chunks +10 lines, -4 lines 0 comments Download
M remoting/protocol/webrtc_transport.cc View 3 chunks +11 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_transport_unittest.cc View 6 chunks +20 lines, -21 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (7 generated)
Sergey Ulanov
4 years, 10 months ago (2016-02-02 21:32:02 UTC) #2
Jamie
lgtm https://codereview.chromium.org/1662673002/diff/40001/remoting/protocol/message_channel_factory.h File remoting/protocol/message_channel_factory.h (right): https://codereview.chromium.org/1662673002/diff/40001/remoting/protocol/message_channel_factory.h#newcode26 remoting/protocol/message_channel_factory.h:26: // call returns. If channel channel creation fails ...
4 years, 10 months ago (2016-02-03 02:01:02 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/1662673002/diff/40001/remoting/protocol/message_channel_factory.h File remoting/protocol/message_channel_factory.h (right): https://codereview.chromium.org/1662673002/diff/40001/remoting/protocol/message_channel_factory.h#newcode26 remoting/protocol/message_channel_factory.h:26: // call returns. If channel channel creation fails the ...
4 years, 10 months ago (2016-02-03 20:09:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1662673002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1662673002/60001
4 years, 10 months ago (2016-02-04 17:53:38 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-04 18:46:20 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 18:47:38 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/786463e2ba806e5ed9d08b6ab9333210dd0b8772
Cr-Commit-Position: refs/heads/master@{#373571}

Powered by Google App Engine
This is Rietveld 408576698