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

Issue 6713027: Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event. (Closed)

Created:
9 years, 9 months ago by James Su
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add GetCharacter() and GetUnmodifiedCharacter() methods to views::Event. BUG=75003 TEST=views_unittests --gtest_filter=EventTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78943

Patch Set 1 #

Total comments: 11

Patch Set 2 : Update. #

Total comments: 8

Patch Set 3 : Update. #

Patch Set 4 : Rebase. #

Total comments: 10

Patch Set 5 : Update. #

Patch Set 6 : Update comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -1 line) Patch
M views/events/event.h View 1 2 3 4 5 1 chunk +31 lines, -1 line 0 comments Download
M views/events/event.cc View 1 2 3 4 1 chunk +101 lines, -0 lines 0 comments Download
M views/events/event_gtk.cc View 1 2 3 4 2 chunks +46 lines, -0 lines 0 comments Download
A views/events/event_unittest.cc View 1 chunk +106 lines, -0 lines 0 comments Download
M views/events/event_win.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M views/events/event_x.cc View 1 2 3 chunks +44 lines, -0 lines 0 comments Download
M views/views.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
James Su
Hi, It's the second CL of the new Views input method API. These two methods ...
9 years, 9 months ago (2011-03-18 03:43:06 UTC) #1
Yusuke Sato
I'll revisit this change when all CLs get ready, but let me ask some questions ...
9 years, 9 months ago (2011-03-18 12:07:41 UTC) #2
James Su
http://codereview.chromium.org/6713027/diff/1/views/events/event.cc File views/events/event.cc (right): http://codereview.chromium.org/6713027/diff/1/views/events/event.cc#newcode80 views/events/event.cc:80: // Following Windows behavior to map ctrl-z ~ ctrl-z ...
9 years, 9 months ago (2011-03-18 15:54:08 UTC) #3
Evan Stade
mostly LG but I can't say I feel super qualified to review http://codereview.chromium.org/6713027/diff/4001/views/events/event_gtk.cc File views/events/event_gtk.cc ...
9 years, 9 months ago (2011-03-18 21:13:07 UTC) #4
James Su
http://codereview.chromium.org/6713027/diff/4001/views/events/event_gtk.cc File views/events/event_gtk.cc (right): http://codereview.chromium.org/6713027/diff/4001/views/events/event_gtk.cc#newcode203 views/events/event_gtk.cc:203: static const guint kIgnoredModifiers = On 2011/03/18 21:13:07, Evan ...
9 years, 9 months ago (2011-03-18 21:22:14 UTC) #5
oshima
http://codereview.chromium.org/6713027/diff/2003/views/events/event.cc File views/events/event.cc (right): http://codereview.chromium.org/6713027/diff/2003/views/events/event.cc#newcode72 views/events/event.cc:72: // KeyEvent, private: please use new format. convert others ...
9 years, 9 months ago (2011-03-21 18:35:42 UTC) #6
James Su
http://codereview.chromium.org/6713027/diff/2003/views/events/event.cc File views/events/event.cc (right): http://codereview.chromium.org/6713027/diff/2003/views/events/event.cc#newcode72 views/events/event.cc:72: // KeyEvent, private: On 2011/03/21 18:35:42, oshima wrote: > ...
9 years, 9 months ago (2011-03-21 18:59:22 UTC) #7
oshima
9 years, 9 months ago (2011-03-21 22:53:41 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698