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

Issue 10454082: Ignore (fake) mouse events that are created during a touch (iff we will handle the touch elsewhere.) (Closed)

Created:
8 years, 6 months ago by girard
Modified:
8 years, 6 months ago
Reviewers:
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, gideonwald
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Ignore (fake) mouse events that are created during a touch (iff we will handle the touch elsewhere.) BUG=129638 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=139730

Patch Set 1 #

Patch Set 2 : Logic clean up as per sky's review. #

Total comments: 1

Patch Set 3 : Whitespace cleanup. #

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

Messages

Total messages: 7 (0 generated)
girard
When the OS detects a touch event, it creates some fake WM_MOUSE* messages that are ...
8 years, 6 months ago (2012-05-30 20:52:26 UTC) #1
sky
See http://msdn.microsoft.com/en-us/library/windows/desktop/dd693088(v=vs.85).aspx . It indicates you should be more restrictive in what you check for. ...
8 years, 6 months ago (2012-05-30 22:44:16 UTC) #2
girard
When the OS detects a touch event, it creates some fake WM_MOUSE* messages that are ...
8 years, 6 months ago (2012-05-31 00:02:41 UTC) #3
sky
LGTM - I'm surprised you need this. I would have thought by processing WM_TOUCH the ...
8 years, 6 months ago (2012-05-31 00:44:14 UTC) #4
girard
On 2012/05/31 00:44:14, sky wrote: > LGTM - I'm surprised you need this. I would ...
8 years, 6 months ago (2012-05-31 01:04:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/girard@chromium.org/10454082/6001
8 years, 6 months ago (2012-05-31 01:10:30 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-05-31 04:40:56 UTC) #7
Change committed as 139730

Powered by Google App Engine
This is Rietveld 408576698