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

Issue 11147009: Update EventExecutorLinux to use mouse wheel deltas if present. (Closed)

Created:
8 years, 2 months ago by Wez
Modified:
8 years, 2 months ago
Reviewers:
Lambros, garykac
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, rmsousa+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Update EventExecutorLinux to use mouse wheel deltas if present. BUG=145875 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162409

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -7 lines) Patch
M remoting/host/event_executor_linux.cc View 1 4 chunks +31 lines, -7 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Wez
PTAL We're replacing the current "ticks" wheel values with pixel-based "deltas" in the Chromoting protocol; ...
8 years, 2 months ago (2012-10-13 01:02:54 UTC) #1
garykac
http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc File remoting/host/event_executor_linux.cc (right): http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc#newcode37 remoting/host/event_executor_linux.cc:37: const float kWheelTicksPerPixel = 3.0f / 160.0f; nit: Add ...
8 years, 2 months ago (2012-10-13 01:46:27 UTC) #2
Wez
http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc File remoting/host/event_executor_linux.cc (right): http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc#newcode37 remoting/host/event_executor_linux.cc:37: const float kWheelTicksPerPixel = 3.0f / 160.0f; On 2012/10/13 ...
8 years, 2 months ago (2012-10-13 02:50:45 UTC) #3
Wez
On 2012/10/13 02:50:45, Wez wrote: > http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc > File remoting/host/event_executor_linux.cc (right): > > http://codereview.chromium.org/11147009/diff/1/remoting/host/event_executor_linux.cc#newcode37 > ...
8 years, 2 months ago (2012-10-16 04:35:04 UTC) #4
garykac
lgtm
8 years, 2 months ago (2012-10-17 00:19:23 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/11147009/4001
8 years, 2 months ago (2012-10-17 00:27:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/11147009/4001
8 years, 2 months ago (2012-10-17 11:16:17 UTC) #7
commit-bot: I haz the power
8 years, 2 months ago (2012-10-17 15:11:31 UTC) #8
Change committed as 162409

Powered by Google App Engine
This is Rietveld 408576698