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

Issue 10399052: [Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the clien… (Closed)

Created:
8 years, 7 months ago by simonmorris
Modified:
8 years, 7 months ago
Reviewers:
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, dcheng, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

[Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the client. The host does not yet send any clipboard events to the client. A follow-up CL will make that happen. BUG=117473 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138377

Patch Set 1 #

Total comments: 22

Patch Set 2 : Review. #

Total comments: 7

Patch Set 3 : Review. #

Total comments: 12

Patch Set 4 : Improve comments and names. #

Total comments: 2

Patch Set 5 : Improve comments. #

Patch Set 6 : Sync. #

Patch Set 7 : Add an explicit destructor. #

Patch Set 8 : Update copyright date. #

Patch Set 9 : Sync. #

Patch Set 10 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+284 lines, -8 lines) Patch
M remoting/client/chromoting_client.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M remoting/host/client_session.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -1 line 0 comments Download
M remoting/protocol/client_stub.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
A remoting/protocol/clipboard_echo_filter.h View 1 2 3 4 5 6 1 chunk +75 lines, -0 lines 0 comments Download
A remoting/protocol/clipboard_echo_filter.cc View 1 2 3 4 5 6 1 chunk +78 lines, -0 lines 0 comments Download
A remoting/protocol/clipboard_echo_filter_unittest.cc View 1 2 3 4 1 chunk +111 lines, -0 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.h View 1 chunk +3 lines, -4 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
simonmorris
ptal
8 years, 7 months ago (2012-05-16 20:25:15 UTC) #1
Wez
http://codereview.chromium.org/10399052/diff/1/remoting/host/client_session.cc File remoting/host/client_session.cc (right): http://codereview.chromium.org/10399052/diff/1/remoting/host/client_session.cc#newcode39 remoting/host/client_session.cc:39: clipboard_duplicate_filter_.set_to_client(connection_->client_stub()); Is client_stub() actually valid at this point, or ...
8 years, 7 months ago (2012-05-16 20:51:42 UTC) #2
simonmorris
http://codereview.chromium.org/10399052/diff/1/remoting/host/client_session.cc File remoting/host/client_session.cc (right): http://codereview.chromium.org/10399052/diff/1/remoting/host/client_session.cc#newcode39 remoting/host/client_session.cc:39: clipboard_duplicate_filter_.set_to_client(connection_->client_stub()); On 2012/05/16 20:51:43, Wez wrote: > Is client_stub() ...
8 years, 7 months ago (2012-05-16 22:35:24 UTC) #3
simonmorris
ping
8 years, 7 months ago (2012-05-18 00:05:39 UTC) #4
Wez
http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h File remoting/protocol/clipboard_duplicate_filter.h (right): http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h#newcode18 remoting/protocol/clipboard_duplicate_filter.h:18: // client, if it knows that the client already ...
8 years, 7 months ago (2012-05-18 18:51:51 UTC) #5
simonmorris
http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h File remoting/protocol/clipboard_duplicate_filter.h (right): http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h#newcode18 remoting/protocol/clipboard_duplicate_filter.h:18: // client, if it knows that the client already ...
8 years, 7 months ago (2012-05-21 17:15:58 UTC) #6
Wez
http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h File remoting/protocol/clipboard_duplicate_filter.h (right): http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h#newcode18 remoting/protocol/clipboard_duplicate_filter.h:18: // client, if it knows that the client already ...
8 years, 7 months ago (2012-05-21 22:33:15 UTC) #7
simonmorris
http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h File remoting/protocol/clipboard_duplicate_filter.h (right): http://codereview.chromium.org/10399052/diff/1/remoting/protocol/clipboard_duplicate_filter.h#newcode18 remoting/protocol/clipboard_duplicate_filter.h:18: // client, if it knows that the client already ...
8 years, 7 months ago (2012-05-21 23:01:32 UTC) #8
Wez
lgtm http://codereview.chromium.org/10399052/diff/19001/remoting/protocol/clipboard_echo_filter_unittest.cc File remoting/protocol/clipboard_echo_filter_unittest.cc (right): http://codereview.chromium.org/10399052/diff/19001/remoting/protocol/clipboard_echo_filter_unittest.cc#newcode71 remoting/protocol/clipboard_echo_filter_unittest.cc:71: // stub. nit: "... whether or not there ...
8 years, 7 months ago (2012-05-21 23:06:40 UTC) #9
simonmorris
fyi http://codereview.chromium.org/10399052/diff/19001/remoting/protocol/clipboard_echo_filter_unittest.cc File remoting/protocol/clipboard_echo_filter_unittest.cc (right): http://codereview.chromium.org/10399052/diff/19001/remoting/protocol/clipboard_echo_filter_unittest.cc#newcode71 remoting/protocol/clipboard_echo_filter_unittest.cc:71: // stub. On 2012/05/21 23:06:40, Wez wrote: > ...
8 years, 7 months ago (2012-05-21 23:10:54 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/12006
8 years, 7 months ago (2012-05-22 00:17:08 UTC) #11
commit-bot: I haz the power
Try job failure for 10399052-12006 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 00:28:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/16007
8 years, 7 months ago (2012-05-22 00:39:20 UTC) #13
commit-bot: I haz the power
Try job failure for 10399052-16007 (retry) (retry) on win_rel for steps "base_unittests, sync_unit_tests". It's a ...
8 years, 7 months ago (2012-05-22 06:06:26 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/16007
8 years, 7 months ago (2012-05-22 15:20:45 UTC) #15
commit-bot: I haz the power
Try job failure for 10399052-16007 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 15:46:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/16007
8 years, 7 months ago (2012-05-22 16:03:51 UTC) #17
commit-bot: I haz the power
Try job failure for 10399052-16007 on mac_rel for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=26918 Step "update" is always ...
8 years, 7 months ago (2012-05-22 16:05:00 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/16007
8 years, 7 months ago (2012-05-22 16:20:13 UTC) #19
commit-bot: I haz the power
Try job failure for 10399052-16007 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 7 months ago (2012-05-22 17:58:56 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10399052/17008
8 years, 7 months ago (2012-05-22 18:53:20 UTC) #21
commit-bot: I haz the power
8 years, 7 months ago (2012-05-22 22:08:21 UTC) #22
Try job failure for 10399052-17008 (retry) on win_rel for steps "base_unittests,
sync_unit_tests" (clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698