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

Issue 63061: Fix mouse wheel redirection when omnibox has focus... (Closed)

Created:
11 years, 8 months ago by amit
Modified:
9 years ago
Reviewers:
Peter Kasting
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix mouse wheel redirection when omnibox has focus Since focus manager subclass now no longer handlers mouse wheel redirection, handle WM_MOUSEWHEEL in autocomplete_edit_view_win and give other windows chance to handle mouse wheel. Bug 9647 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13360

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 1 2 2 chunks +12 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
amit
11 years, 8 months ago (2009-04-07 12:51:24 UTC) #1
Peter Kasting
I would prefer to see MSG_WM_MOUSEWHEEL() used instead.
11 years, 8 months ago (2009-04-07 18:39:23 UTC) #2
Peter Kasting
Consistency with surrounding code is more important to me than saving a cast or macro ...
11 years, 8 months ago (2009-04-07 19:11:11 UTC) #3
Peter Kasting
http://codereview.chromium.org/63061/diff/1004/6 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/63061/diff/1004/6#newcode1616 Line 1616: BOOL AutocompleteEditViewWin::OnWheelEvent(UINT flags, short delta, Nit: three lines ...
11 years, 8 months ago (2009-04-07 19:34:36 UTC) #4
amit
new patch uploaded with changes, please take another look. http://codereview.chromium.org/63061/diff/1004/6 File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right): http://codereview.chromium.org/63061/diff/1004/6#newcode1616 Line ...
11 years, 8 months ago (2009-04-08 16:44:56 UTC) #5
Peter Kasting
On 2009/04/08 16:44:56, amit wrote: > Line 1621: SetMsgHandled(FALSE); > On 2009/04/07 19:34:36, pkasting wrote: ...
11 years, 8 months ago (2009-04-08 16:54:04 UTC) #6
Peter Kasting
11 years, 8 months ago (2009-04-08 16:54:20 UTC) #7
LGTM with nit & FLASE vs. false

http://codereview.chromium.org/63061/diff/1008/10
File chrome/browser/autocomplete/autocomplete_edit_view_win.cc (right):

http://codereview.chromium.org/63061/diff/1008/10#newcode1615
Line 1615: 
Nit: extra newline

Powered by Google App Engine
This is Rietveld 408576698