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

Issue 6264020: Fix key identifier conversion. (Closed)

Created:
9 years, 11 months ago by bryeung
Modified:
9 years, 7 months ago
CC:
chromium-reviews, James Hawkins, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., dhollowa
Visibility:
Public.

Description

Fix key identifier conversion. Key identifiers are more expressive than simple key codes. This patch expands the target of the mapping to include modifier keys. This also moves the key identifier conversion into the only directory from which it is used. BUG=none TEST=unit test updated Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74227

Patch Set 1 #

Patch Set 2 : try to get rename to work #

Patch Set 3 : some cleanup #

Total comments: 19

Patch Set 4 : review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+388 lines, -309 lines) Patch
M app/app_base.gypi View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_input_api.cc View 1 2 3 4 chunks +18 lines, -11 lines 0 comments Download
A + chrome/browser/extensions/key_identifier_conversion_views.h View 1 chunk +7 lines, -9 lines 0 comments Download
A + chrome/browser/extensions/key_identifier_conversion_views.cc View 1 2 3 1 chunk +304 lines, -264 lines 0 comments Download
A + chrome/browser/extensions/key_identifier_conversion_views_unittest.cc View 1 2 3 1 chunk +51 lines, -21 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bryeung
9 years, 11 months ago (2011-01-27 21:53:15 UTC) #1
sky
Don't you need to update chrome gyp files now for the new file? http://codereview.chromium.org/6264020/diff/5001/chrome/browser/extensions/key_identifier_conversion_views.cc File ...
9 years, 11 months ago (2011-01-27 23:19:23 UTC) #2
Erik does not do reviews
(note: I'm out this week, so I'll be slow to respond) http://codereview.chromium.org/6264020/diff/5001/chrome/browser/extensions/extension_input_api.cc File chrome/browser/extensions/extension_input_api.cc (right): ...
9 years, 10 months ago (2011-01-31 06:28:34 UTC) #3
bryeung
RE: chrome_browser.gypi, I'm not sure why that change wasn't picked up by my upload.py invocation. ...
9 years, 10 months ago (2011-02-02 20:56:43 UTC) #4
sky
LGTM http://codereview.chromium.org/6264020/diff/5001/chrome/browser/extensions/key_identifier_conversion_views.cc File chrome/browser/extensions/key_identifier_conversion_views.cc (right): http://codereview.chromium.org/6264020/diff/5001/chrome/browser/extensions/key_identifier_conversion_views.cc#newcode287 chrome/browser/extensions/key_identifier_conversion_views.cc:287: static const views::KeyEvent kUnknownKeyEvent( On 2011/02/02 20:56:44, bryeung ...
9 years, 10 months ago (2011-02-02 21:14:49 UTC) #5
Erik does not do reviews
9 years, 10 months ago (2011-02-08 18:34:42 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698