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

Issue 6156009: Handle WM_SYSKEYDOWN in NativeTextfieldWin. (Closed)

Created:
9 years, 11 months ago by oshima
Modified:
9 years, 6 months ago
Reviewers:
Finnur
CC:
chromium-reviews
Visibility:
Public.

Description

Handle WM_SYSKEYDOWN in NativeTextfieldWin. BUG=69248 TEST=Manual: open find bar and hit alt on debug build. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71206

Patch Set 1 #

Total comments: 2

Patch Set 2 : handle WM_SYSKEYUP as well #

Patch Set 3 : WM_SYSCHAR #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M views/controls/textfield/native_textfield_win.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
oshima
9 years, 11 months ago (2011-01-11 20:59:07 UTC) #1
Finnur
http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc#newcode902 views/controls/textfield/native_textfield_win.cc:902: case WM_SYSKEYDOWN: This would take care of the NOTREACHED, ...
9 years, 11 months ago (2011-01-11 21:27:26 UTC) #2
Finnur
Actually, taking a second look, this is effectively not changing anything in Release build and ...
9 years, 11 months ago (2011-01-11 21:28:17 UTC) #3
Finnur
http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc File views/controls/textfield/native_textfield_win.cc (right): http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc#newcode906 views/controls/textfield/native_textfield_win.cc:906: case WM_KEYUP: Will you not get WM_SYSKEYUP also?
9 years, 11 months ago (2011-01-11 21:28:54 UTC) #4
oshima
On 2011/01/11 21:28:54, Finnur wrote: > http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc > File views/controls/textfield/native_textfield_win.cc (right): > > http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native_textfield_win.cc#newcode906 > ...
9 years, 11 months ago (2011-01-11 22:13:25 UTC) #5
Finnur
Hmm... There is also WM_SYSCHAR...? :) On 2011/01/11 22:13:25, oshima wrote: > On 2011/01/11 21:28:54, ...
9 years, 11 months ago (2011-01-11 22:19:45 UTC) #6
oshima
On 2011/01/11 22:19:45, Finnur wrote: > Hmm... There is also WM_SYSCHAR...? > :) Done. any ...
9 years, 11 months ago (2011-01-11 22:27:00 UTC) #7
Finnur
9 years, 11 months ago (2011-01-11 22:32:25 UTC) #8
Nope. I think that's it. LGTM.

On2011/01/11 22:27:00, oshima wrote:
> On 2011/01/11 22:19:45, Finnur wrote:
> > Hmm... There is also WM_SYSCHAR...? 
> > :)
> 
> Done. any other?
> 
> > 
> > On 2011/01/11 22:13:25, oshima wrote:
> > > On 2011/01/11 21:28:54, Finnur wrote:
> > > >
> > >
> >
>
http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native...
> > > > File views/controls/textfield/native_textfield_win.cc (right):
> > > > 
> > > >
> > >
> >
>
http://codereview.chromium.org/6156009/diff/1/views/controls/textfield/native...
> > > > views/controls/textfield/native_textfield_win.cc:906: case WM_KEYUP:
> > > > Will you not get WM_SYSKEYUP also?
> > > 
> > > DONE. Please take another look?

Powered by Google App Engine
This is Rietveld 408576698