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

Issue 10829409: Add MouseClampingFilter and update ClientSession to use it. (Closed)

Created:
8 years, 4 months ago by Wez
Modified:
8 years, 4 months ago
Reviewers:
simonmorris
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 MouseClampingFilter and update ClientSession to use it. This removes the need for ClientSession to implement InputStub. BUG=118511 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152501

Patch Set 1 #

Total comments: 2

Patch Set 2 : Avoid implementation inheritance in MouseClampingFilter. #

Total comments: 1

Patch Set 3 : Revert to inheritance. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -27 lines) Patch
M remoting/host/client_session.h View 1 2 3 5 chunks +2 lines, -7 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 3 chunks +3 lines, -18 lines 0 comments Download
A remoting/host/mouse_clamping_filter.h View 2 1 chunk +35 lines, -0 lines 0 comments Download
A remoting/host/mouse_clamping_filter.cc View 2 1 chunk +27 lines, -0 lines 0 comments Download
M remoting/protocol/mouse_input_filter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Wez
I'm not terrifically happy with this implementation; I'd like to get to a point where ...
8 years, 4 months ago (2012-08-20 17:25:36 UTC) #1
simonmorris
On 2012/08/20 17:25:36, Wez wrote: > I'm not terrifically happy with this implementation; I'd like ...
8 years, 4 months ago (2012-08-20 19:46:56 UTC) #2
simonmorris
http://codereview.chromium.org/10829409/diff/1/remoting/host/mouse_clamping_filter.h File remoting/host/mouse_clamping_filter.h (right): http://codereview.chromium.org/10829409/diff/1/remoting/host/mouse_clamping_filter.h#newcode18 remoting/host/mouse_clamping_filter.h:18: class MouseClampingFilter : public protocol::MouseInputFilter { Implementation inheritance is ...
8 years, 4 months ago (2012-08-20 19:47:03 UTC) #3
Wez
http://codereview.chromium.org/10829409/diff/1/remoting/host/mouse_clamping_filter.h File remoting/host/mouse_clamping_filter.h (right): http://codereview.chromium.org/10829409/diff/1/remoting/host/mouse_clamping_filter.h#newcode18 remoting/host/mouse_clamping_filter.h:18: class MouseClampingFilter : public protocol::MouseInputFilter { On 2012/08/20 19:47:04, ...
8 years, 4 months ago (2012-08-20 20:26:25 UTC) #4
simonmorris
http://codereview.chromium.org/10829409/diff/6001/remoting/host/mouse_clamping_filter.cc File remoting/host/mouse_clamping_filter.cc (right): http://codereview.chromium.org/10829409/diff/6001/remoting/host/mouse_clamping_filter.cc#newcode18 remoting/host/mouse_clamping_filter.cc:18: mouse_input_filter_(mouse_input_filter) { Aliasing an object as both a member ...
8 years, 4 months ago (2012-08-20 20:59:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/10829409/10001
8 years, 4 months ago (2012-08-20 23:45:16 UTC) #6
commit-bot: I haz the power
8 years, 4 months ago (2012-08-21 04:35:08 UTC) #7
Change committed as 152501

Powered by Google App Engine
This is Rietveld 408576698