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

Issue 10795065: Suppress 0x0 MotionNotify events between button presses and releases. (Closed)

Created:
8 years, 5 months ago by Wez
Modified:
8 years, 5 months ago
Reviewers:
simonmorris, Jamie
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

Suppress 0x0 MotionNotify events between button presses and releases. BUG=138075 TEST=Connect to a Linux host, run Gnome-terminal and click in the terminal to the right of a line of text. No part of the terminal's contents should become selected by the action, unless the mouse is actually moved between the press and release. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147892

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address review comments. #

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

Messages

Total messages: 6 (0 generated)
Wez
PTAL
8 years, 5 months ago (2012-07-23 16:33:49 UTC) #1
Jamie
lgtm http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc File remoting/host/event_executor_linux.cc (right): http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc#newcode400 remoting/host/event_executor_linux.cc:400: latest_mouse_position_ = SkIPoint::Make(event.x(), event.y()); Nit: It might be ...
8 years, 5 months ago (2012-07-23 16:44:16 UTC) #2
simonmorris
http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc File remoting/host/event_executor_linux.cc (right): http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc#newcode67 remoting/host/event_executor_linux.cc:67: SkIPoint latest_mouse_position_; Drive-by: Do you need to initialise this ...
8 years, 5 months ago (2012-07-23 16:45:01 UTC) #3
Wez
http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc File remoting/host/event_executor_linux.cc (right): http://codereview.chromium.org/10795065/diff/1/remoting/host/event_executor_linux.cc#newcode67 remoting/host/event_executor_linux.cc:67: SkIPoint latest_mouse_position_; On 2012/07/23 16:45:01, simonmorris wrote: > Drive-by: ...
8 years, 5 months ago (2012-07-23 17:30:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wez@chromium.org/10795065/6001
8 years, 5 months ago (2012-07-23 17:31:36 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-07-23 18:52:53 UTC) #6
Change committed as 147892

Powered by Google App Engine
This is Rietveld 408576698