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

Issue 10535131: Ignore simulated mouse move messages. (Closed)

Created:
8 years, 6 months ago by girard
Modified:
8 years, 6 months ago
Reviewers:
rjkroege, sky
CC:
chromium-reviews, yusukes+watch_chromium.org, jochen+watch-content_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Ignore simulated mouse move messages. BUG=129638 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142757

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +3 lines, -3 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
girard
We didn't ignore WM_MOUSEMOVE events that are generated by the OS on a touch event.
8 years, 6 months ago (2012-06-12 15:35:02 UTC) #1
girard
+sky, rjkroege We ignored all emulated mouse events, except for WM_MOUSEMOVE. We now ignore that ...
8 years, 6 months ago (2012-06-12 15:36:12 UTC) #2
rjkroege
lgtm
8 years, 6 months ago (2012-06-12 15:38:09 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 6 months ago (2012-06-12 15:50:38 UTC) #4
sky
https://chromiumcodereview.appspot.com/10535131/diff/1/content/browser/renderer_host/render_widget_host_view_win.cc File content/browser/renderer_host/render_widget_host_view_win.cc (right): https://chromiumcodereview.appspot.com/10535131/diff/1/content/browser/renderer_host/render_widget_host_view_win.cc#newcode1804 content/browser/renderer_host/render_widget_host_view_win.cc:1804: if (touch_events_enabled_ && (message == WM_MOUSEMOVE || The msdn ...
8 years, 6 months ago (2012-06-12 16:51:51 UTC) #5
girard
Still need to test on Win7 touch. Will do so on June 18. https://chromiumcodereview.appspot.com/10535131/diff/1/content/browser/renderer_host/render_widget_host_view_win.cc File ...
8 years, 6 months ago (2012-06-15 13:57:28 UTC) #6
girard
On 2012/06/15 13:57:28, girard wrote: > Still need to test on Win7 touch. Will do ...
8 years, 6 months ago (2012-06-18 15:49:07 UTC) #7
sky
LGTM
8 years, 6 months ago (2012-06-18 16:57:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/10535131/1
8 years, 6 months ago (2012-06-18 17:17:39 UTC) #9
commit-bot: I haz the power
8 years, 6 months ago (2012-06-18 18:13:58 UTC) #10
Change committed as 142757

Powered by Google App Engine
This is Rietveld 408576698