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

Issue 16505003: Fix mouse wheel events in pointer lock on aura. (Closed)

Created:
7 years, 6 months ago by scheib
Modified:
7 years, 6 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Fix mouse wheel events in pointer lock on aura. Wheel events were incorrectly being constructed as mouse events, and not being handled correctly. BUG=242181 TEST=Use mouse wheel on http://scheib.github.com/HTMLMisc/PointerLockAndFullscreen.html on Chrome OS and windows aura builds. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204958

Patch Set 1 #

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

Messages

Total messages: 10 (0 generated)
scheib
7 years, 6 months ago (2013-06-05 23:09:42 UTC) #1
ananta
https://codereview.chromium.org/16505003/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/16505003/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2334 content/browser/renderer_host/render_widget_host_view_aura.cc:2334: if (event->type() == ui::ET_MOUSEWHEEL) { We should be handling ...
7 years, 6 months ago (2013-06-05 23:16:13 UTC) #2
scheib
Thanks. https://codereview.chromium.org/16505003/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/16505003/diff/1/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2334 content/browser/renderer_host/render_widget_host_view_aura.cc:2334: if (event->type() == ui::ET_MOUSEWHEEL) { On 2013/06/05 23:16:14, ...
7 years, 6 months ago (2013-06-06 02:42:37 UTC) #3
ananta
lgtm
7 years, 6 months ago (2013-06-06 21:07:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scheib@chromium.org/16505003/1
7 years, 6 months ago (2013-06-06 22:18:22 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=7421
7 years, 6 months ago (2013-06-06 23:37:31 UTC) #6
scheib
ben, owners please.
7 years, 6 months ago (2013-06-07 04:21:34 UTC) #7
Ben Goodger (Google)
lgtm
7 years, 6 months ago (2013-06-07 16:17:39 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scheib@chromium.org/16505003/1
7 years, 6 months ago (2013-06-07 18:19:22 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-07 22:20:19 UTC) #10
Message was sent while issue was closed.
Change committed as 204958

Powered by Google App Engine
This is Rietveld 408576698