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

Issue 8116021: Switch remoting/protocol to new callbacks (Closed)

Created:
9 years, 2 months ago by Sergey Ulanov
Modified:
9 years, 2 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, Paweł Hajdan Jr., dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Switch remoting/protocol to new callbacks There is still some code that uses old callbacks (particularly unittests) - I will convert them in a separate CL. BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104440

Patch Set 1 #

Total comments: 2

Patch Set 2 : - #

Patch Set 3 : - #

Patch Set 4 : - #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -217 lines) Patch
M remoting/client/chromoting_client.h View 1 2 3 4 1 chunk +5 lines, -6 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 2 3 4 5 chunks +13 lines, -8 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 4 chunks +5 lines, -7 lines 0 comments Download
M remoting/host/client_session.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/client_session.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 4 chunks +3 lines, -13 lines 0 comments Download
M remoting/host/screen_recorder.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M remoting/host/screen_recorder_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/protocol/buffered_socket_writer.h View 4 chunks +6 lines, -4 lines 0 comments Download
remoting/protocol/buffered_socket_writer.cc View 6 chunks +16 lines, -14 lines 0 comments Download
M remoting/protocol/client_control_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/client_control_sender.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/protocol/client_message_dispatcher.h View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/client_message_dispatcher.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/client_stub.h View 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/protocol/connection_to_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/connection_to_client_unittest.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/fake_session.h View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/host_control_sender.h View 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/protocol/host_control_sender.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.h View 1 chunk +4 lines, -2 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M remoting/protocol/host_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/input_sender.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_session.h View 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
remoting/protocol/message_reader.h View 5 chunks +18 lines, -16 lines 0 comments Download
M remoting/protocol/message_reader.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/protocol/message_reader_unittest.cc View 10 chunks +16 lines, -17 lines 0 comments Download
M remoting/protocol/pepper_session.h View 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/pepper_session.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/pepper_session_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/pepper_session_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protobuf_video_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protobuf_video_reader.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M remoting/protocol/protobuf_video_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protobuf_video_writer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
remoting/protocol/protocol_mock_objects.h View 4 chunks +7 lines, -5 lines 0 comments Download
M remoting/protocol/protocol_test_client.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/rtcp_writer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/rtp_reader.h View 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_reader.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_video_reader.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/protocol/rtp_video_reader_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_video_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/rtp_video_writer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/rtp_video_writer_unittest.cc View 5 chunks +10 lines, -5 lines 0 comments Download
M remoting/protocol/rtp_writer.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/session.h View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/session_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/video_stub.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Sergey Ulanov
9 years, 2 months ago (2011-10-04 01:05:59 UTC) #1
awong
LGTM YAY! Thanks! http://codereview.chromium.org/8116021/diff/1/remoting/protocol/video_stub.h File remoting/protocol/video_stub.h (right): http://codereview.chromium.org/8116021/diff/1/remoting/protocol/video_stub.h#newcode8 remoting/protocol/video_stub.h:8: #include "base/callback.h" FYI, You can still ...
9 years, 2 months ago (2011-10-04 01:18:07 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/8116021/diff/1/remoting/protocol/video_stub.h File remoting/protocol/video_stub.h (right): http://codereview.chromium.org/8116021/diff/1/remoting/protocol/video_stub.h#newcode8 remoting/protocol/video_stub.h:8: #include "base/callback.h" On 2011/10/04 01:18:07, awong wrote: > FYI, ...
9 years, 2 months ago (2011-10-04 01:27:28 UTC) #3
awong
LGTM++ Ah. stupid typedefs. On Mon, Oct 3, 2011 at 6:27 PM, <sergeyu@chromium.org> wrote: > ...
9 years, 2 months ago (2011-10-04 01:50:24 UTC) #4
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8116021/5001
9 years, 2 months ago (2011-10-04 20:14:37 UTC) #5
commit-bot: I haz the power
Can't process patch for file remoting/protocol/protocol_mock_objects.h. File's status is None, patchset upload is incomplete.
9 years, 2 months ago (2011-10-04 20:14:46 UTC) #6
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8116021/9001
9 years, 2 months ago (2011-10-06 20:23:42 UTC) #7
commit-bot: I haz the power
9 years, 2 months ago (2011-10-06 20:23:48 UTC) #8
Can't process patch for file remoting/protocol/protocol_mock_objects.h.
File's status is None, patchset upload is incomplete.

Powered by Google App Engine
This is Rietveld 408576698