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

Issue 1143943002: Filter spurious mouse move events. (Closed)

Created:
5 years, 7 months ago by Jamie
Modified:
5 years, 7 months ago
Reviewers:
Wez
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Filter spurious mouse move events. Due to crbug.com/489468, detection of re-written key combinations (e.g. Search+Backspace->Delete) were being mis-treated as modifier key combinations (i.e. Search+Backspace->Search+Delete). Since the spurious mouse event causing this has the same x and y coordinates as the previous mouse event, it can be filtered to suppress the unwanted keyboard event. BUG=484329 Committed: https://crrev.com/7732b72f6f4b61d3e00b17049ec2a57a0f3e80f7 Cr-Commit-Position: refs/heads/master@{#330829}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reviewer feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -3 lines) Patch
M remoting/client/plugin/normalizing_input_filter_cros.h View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/client/plugin/normalizing_input_filter_cros.cc View 1 2 chunks +18 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Jamie
ptal
5 years, 7 months ago (2015-05-20 00:59:53 UTC) #2
Wez
On 2015/05/20 00:59:53, Jamie wrote: > ptal nit: CL description says "due to crbug...", where ...
5 years, 7 months ago (2015-05-20 18:52:33 UTC) #3
Wez
https://codereview.chromium.org/1143943002/diff/1/remoting/client/plugin/normalizing_input_filter_cros.cc File remoting/client/plugin/normalizing_input_filter_cros.cc (right): https://codereview.chromium.org/1143943002/diff/1/remoting/client/plugin/normalizing_input_filter_cros.cc#newcode128 remoting/client/plugin/normalizing_input_filter_cros.cc:128: event.y() != previous_mouse_y_)) { I'd prefer you break this ...
5 years, 7 months ago (2015-05-20 19:00:27 UTC) #4
Jamie
ptal
5 years, 7 months ago (2015-05-20 19:35:32 UTC) #5
Jamie
https://codereview.chromium.org/1143943002/diff/1/remoting/client/plugin/normalizing_input_filter_cros.cc File remoting/client/plugin/normalizing_input_filter_cros.cc (right): https://codereview.chromium.org/1143943002/diff/1/remoting/client/plugin/normalizing_input_filter_cros.cc#newcode128 remoting/client/plugin/normalizing_input_filter_cros.cc:128: event.y() != previous_mouse_y_)) { On 2015/05/20 19:00:27, Wez wrote: ...
5 years, 7 months ago (2015-05-20 19:36:02 UTC) #6
Wez
lgtm
5 years, 7 months ago (2015-05-20 21:19:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1143943002/20001
5 years, 7 months ago (2015-05-20 21:21:44 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-20 23:07:32 UTC) #10
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 23:08:46 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7732b72f6f4b61d3e00b17049ec2a57a0f3e80f7
Cr-Commit-Position: refs/heads/master@{#330829}

Powered by Google App Engine
This is Rietveld 408576698