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

Issue 4313001: Rename classes for Chromoting: (Closed)

Created:
10 years, 1 month ago by garykac
Modified:
9 years, 6 months ago
CC:
chromium-reviews, dmac, awong, Alpha Left Google, garykac, Paweł Hajdan Jr., Sergey Ulanov
Visibility:
Public.

Description

Rename classes for Chromoting: ChromotocolServer -> protocol::SessionManager ChromotocolConnection -> protocol::Session BUG=none TEST=compiles + make chromoting connection Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64971

Patch Set 1 #

Patch Set 2 : Additional round of name updates + cleanup #

Total comments: 16

Patch Set 3 : Rename JingleChromotocol* #

Patch Set 4 : Review comments +unittest fixes #

Total comments: 6

Patch Set 5 : Fixup more 'session' names to be consistent #

Patch Set 6 : Changes for review comments #

Patch Set 7 : Fixup rename sessions_ and InitSession() #

Patch Set 8 : Fix chromotocol_test_client build #

Patch Set 9 : Resolve merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+716 lines, -654 lines) Patch
M remoting/client/jingle_host_connection.h View 1 2 3 4 5 6 7 8 5 chunks +13 lines, -12 lines 0 comments Download
M remoting/client/jingle_host_connection.cc View 1 2 3 4 5 6 7 8 5 chunks +32 lines, -33 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 2 3 4 5 6 7 8 6 chunks +24 lines, -24 lines 0 comments Download
M remoting/host/client_connection.h View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/client_connection.cc View 1 2 3 4 5 6 7 8 5 chunks +25 lines, -25 lines 0 comments Download
M remoting/host/client_connection_unittest.cc View 3 4 5 6 7 8 6 chunks +12 lines, -12 lines 0 comments Download
D remoting/protocol/chromotocol_server.h View 1 chunk +0 lines, -103 lines 0 comments Download
A + remoting/protocol/fake_session.h View 3 chunks +13 lines, -9 lines 0 comments Download
A + remoting/protocol/fake_session.cc View 3 chunks +19 lines, -15 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.h View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -7 lines 0 comments Download
A + remoting/protocol/jingle_session.h View 3 4 6 chunks +25 lines, -20 lines 0 comments Download
A + remoting/protocol/jingle_session.cc View 3 4 14 chunks +92 lines, -86 lines 0 comments Download
A + remoting/protocol/jingle_session_manager.h View 3 4 5 5 chunks +33 lines, -30 lines 0 comments Download
A + remoting/protocol/jingle_session_manager.cc View 3 4 5 6 7 8 8 chunks +86 lines, -84 lines 0 comments Download
A + remoting/protocol/jingle_session_unittest.cc View 3 15 chunks +106 lines, -99 lines 0 comments Download
M remoting/protocol/message_reader.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M remoting/protocol/protobuf_video_reader.h View 1 chunk +5 lines, -1 line 0 comments Download
M remoting/protocol/protobuf_video_reader.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.h View 2 chunks +5 lines, -1 line 0 comments Download
M remoting/protocol/protobuf_video_writer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/protocol_test_client.cc View 8 16 chunks +42 lines, -39 lines 0 comments Download
M remoting/protocol/rtp_video_reader.h View 1 chunk +5 lines, -1 line 0 comments Download
M remoting/protocol/rtp_video_reader.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_video_writer.h View 1 chunk +5 lines, -1 line 0 comments Download
M remoting/protocol/rtp_video_writer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + remoting/protocol/session.h View 3 chunks +13 lines, -9 lines 0 comments Download
A remoting/protocol/session_manager.h View 1 2 3 4 1 chunk +106 lines, -0 lines 0 comments Download
M remoting/protocol/stream_writer.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M remoting/protocol/video_reader.h View 2 chunks +5 lines, -1 line 0 comments Download
M remoting/protocol/video_writer.h View 2 chunks +5 lines, -1 line 0 comments Download
M remoting/remoting.gyp View 3 4 5 6 7 8 4 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
garykac
10 years, 1 month ago (2010-11-02 15:25:14 UTC) #1
garykac
Things to note: We now have protocol::Session and cricket::Session We now have protocol::SessionManager and a ...
10 years, 1 month ago (2010-11-02 15:26:06 UTC) #2
awong
The SessionManager name conflict is annoying. The plan is to rename the host's SessionManager into ...
10 years, 1 month ago (2010-11-02 16:50:58 UTC) #3
garykac
http://codereview.chromium.org/4313001/diff/2001/3002 File remoting/client/jingle_host_connection.h (right): http://codereview.chromium.org/4313001/diff/2001/3002#newcode56 remoting/client/jingle_host_connection.h:56: // Callback for chromoting SessionManager. On 2010/11/02 16:50:58, awong ...
10 years, 1 month ago (2010-11-02 21:37:04 UTC) #4
Sergey Ulanov
LGTM, with some nits. ChromotocolConfig also needs to be renamed but it can be done ...
10 years, 1 month ago (2010-11-02 22:14:10 UTC) #5
awong
LGTM Thanks wading through all of that!
10 years, 1 month ago (2010-11-03 00:17:33 UTC) #6
Timur Iskhodzhanov
10 years, 1 month ago (2010-11-04 13:50:17 UTC) #7
FYI
This patch has made TSan Windows bot on the memory waterfall red for 15+ hours
due to renaming of excluded tests.
Please pay attention to the memory waterfall after commiting - the changes to
remoting has started making it red too often recently...

Powered by Google App Engine
This is Rietveld 408576698