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

Issue 19021: Add portable keyboard codes (Closed)

Created:
11 years, 11 months ago by Paweł Hajdan Jr.
Modified:
8 years, 9 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add portable keyboard codes

Patch Set 1 #

Patch Set 2 : move to base/ #

Total comments: 2

Patch Set 3 : fixed namespace (views -> base) #

Patch Set 4 : update vcproj and scons #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+419 lines, -0 lines) Patch
M base/base_lib.scons View 1 chunk +3 lines, -0 lines 0 comments Download
M base/build/base.vcproj View 1 chunk +8 lines, -0 lines 0 comments Download
A base/keyboard_codes.h View 1 chunk +16 lines, -0 lines 0 comments Download
A base/keyboard_codes_posix.h View 2 1 chunk +208 lines, -0 lines 1 comment Download
A base/keyboard_codes_win.h View 2 1 chunk +184 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Paweł Hajdan Jr.
When porting link.cc I encountered one issue: VK_ constants which are Windows-specific. This changeset adds ...
11 years, 11 months ago (2009-01-27 17:21:19 UTC) #1
Mark Mentovai
+tony, I think he's been down this road before.
11 years, 11 months ago (2009-01-27 17:23:01 UTC) #2
Evan Martin
Where are these needed? I think in any place we're accepting WIndows keycodes in the ...
11 years, 11 months ago (2009-01-27 18:01:11 UTC) #3
Paweł Hajdan Jr.
On 2009/01/27 18:01:11, Evan Martin wrote: > Where are these needed? For example in chrome/views/link.cc: ...
11 years, 11 months ago (2009-01-27 18:13:53 UTC) #4
tony
I think we still need some keyboard abstraction so we can refer to things like ...
11 years, 11 months ago (2009-01-27 18:35:20 UTC) #5
Paweł Hajdan Jr.
On 2009/01/27 18:35:20, tony wrote: > I think we still need some keyboard abstraction so ...
11 years, 11 months ago (2009-01-27 18:54:09 UTC) #6
tony
I don't have a strong opinion of keeping the Windows names (VK_*). I'm not sure ...
11 years, 11 months ago (2009-01-27 19:17:46 UTC) #7
Paweł Hajdan Jr.
On 2009/01/27 19:17:46, tony wrote: > LGTM. I updated vcproj and scons files. Can someone ...
11 years, 11 months ago (2009-01-28 15:47:54 UTC) #8
Mark Mentovai
Project file changes LGTM.
11 years, 10 months ago (2009-01-28 16:41:16 UTC) #9
Evan Martin
Urgh, I hate that we're going to need to port native->Windows events twice. We really ...
11 years, 10 months ago (2009-01-28 17:21:21 UTC) #10
Steve Block
http://codereview.chromium.org/19021/diff/401/base/keyboard_codes_posix.h File base/keyboard_codes_posix.h (right): http://codereview.chromium.org/19021/diff/401/base/keyboard_codes_posix.h#newcode6 base/keyboard_codes_posix.h:6: * Copyright (C) 2006 Michael Emmel mike.emmel@gmail.com. All rights ...
8 years, 9 months ago (2012-03-20 13:38:59 UTC) #11
Mark Mentovai
This file has a history of hopping between repositories. It originally came from WebKit, but ...
8 years, 9 months ago (2012-03-20 14:16:04 UTC) #12
Steve Block
8 years, 9 months ago (2012-03-21 11:46:04 UTC) #13
Got it, thanks!

Powered by Google App Engine
This is Rietveld 408576698