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

Issue 9325036: Add abstract interfaces for the transport layer. (Closed)

Created:
8 years, 10 months ago by Sergey Ulanov
Modified:
8 years, 10 months ago
Reviewers:
simonmorris, Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add abstract interfaces for the transport layer. Renamed PepperChannel to Transport and added TransportFactory. The new interfaces abstract transport layer for the signaling layer. BUG=110485, 109630 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121094 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121176

Patch Set 1 #

Total comments: 28

Patch Set 2 : - #

Patch Set 3 : - #

Patch Set 4 : - #

Total comments: 16

Patch Set 5 : - #

Patch Set 6 : - #

Patch Set 7 : fix crash #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -285 lines) Patch
M remoting/protocol/connection_to_host.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/protocol/pepper_session.h View 1 4 chunks +10 lines, -7 lines 0 comments Download
M remoting/protocol/pepper_session.cc View 1 5 chunks +36 lines, -27 lines 0 comments Download
M remoting/protocol/pepper_session_manager.h View 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/pepper_session_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/protocol/pepper_session_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
D remoting/protocol/pepper_stream_channel.cc View 1 1 chunk +0 lines, -205 lines 0 comments Download
A remoting/protocol/pepper_transport_factory.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A + remoting/protocol/pepper_transport_factory.cc View 1 2 3 4 5 6 9 chunks +121 lines, -35 lines 0 comments Download
A remoting/protocol/transport.h View 1 2 3 4 5 1 chunk +130 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Sergey Ulanov
8 years, 10 months ago (2012-02-03 23:28:27 UTC) #1
Wez
http://codereview.chromium.org/9325036/diff/1/remoting/protocol/pepper_session_manager.h File remoting/protocol/pepper_session_manager.h (right): http://codereview.chromium.org/9325036/diff/1/remoting/protocol/pepper_session_manager.h#newcode48 remoting/protocol/pepper_session_manager.h:48: scoped_ptr<TransportFactory> transport_factory); Why have the TransportFactory passed in here, ...
8 years, 10 months ago (2012-02-07 01:17:37 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/9325036/diff/1/remoting/protocol/pepper_session_manager.h File remoting/protocol/pepper_session_manager.h (right): http://codereview.chromium.org/9325036/diff/1/remoting/protocol/pepper_session_manager.h#newcode48 remoting/protocol/pepper_session_manager.h:48: scoped_ptr<TransportFactory> transport_factory); On 2012/02/07 01:17:37, Wez wrote: > Why ...
8 years, 10 months ago (2012-02-07 04:41:12 UTC) #3
Sergey Ulanov
+Simon
8 years, 10 months ago (2012-02-08 19:09:53 UTC) #4
simonmorris
LGTM, with nits. http://codereview.chromium.org/9325036/diff/6005/remoting/protocol/transport.h File remoting/protocol/transport.h (right): http://codereview.chromium.org/9325036/diff/6005/remoting/protocol/transport.h#newcode9 remoting/protocol/transport.h:9: // reliable stream connection and the ...
8 years, 10 months ago (2012-02-08 19:45:16 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/9325036/diff/6005/remoting/protocol/transport.h File remoting/protocol/transport.h (right): http://codereview.chromium.org/9325036/diff/6005/remoting/protocol/transport.h#newcode9 remoting/protocol/transport.h:9: // reliable stream connection and the other one - ...
8 years, 10 months ago (2012-02-08 20:20:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9325036/10001
8 years, 10 months ago (2012-02-08 20:21:04 UTC) #7
commit-bot: I haz the power
Try job failure for 9325036-10001 (retry) on linux_clang for step "compile" (clobber build). It's a ...
8 years, 10 months ago (2012-02-08 20:53:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9325036/13001
8 years, 10 months ago (2012-02-08 21:00:54 UTC) #9
commit-bot: I haz the power
Change committed as 121094
8 years, 10 months ago (2012-02-08 23:57:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/9325036/16003
8 years, 10 months ago (2012-02-09 01:53:19 UTC) #11
commit-bot: I haz the power
8 years, 10 months ago (2012-02-09 03:52:21 UTC) #12
Change committed as 121176

Powered by Google App Engine
This is Rietveld 408576698