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

Issue 1165223003: Fix Ozone keyboard layout to handle German Neo 2. (Closed)

Created:
5 years, 6 months ago by kpschoedel
Modified:
5 years, 6 months ago
Reviewers:
Wez, garykac, spang
CC:
chromium-reviews, kalyank, jdduke+watch_chromium.org, ozone-reviews_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@x489769-rewriter
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix Ozone keyboard layout to handle German Neo 2. 1. Adds a DOM UI Events |key| for XKB's 'Shift Level 5'. 2. Sets EF_MOD3_DOWN while CapsLock is down regardless of its mapping, to match X11 handling of ChromeOS-patched XKB configuration. BUG=495277 Committed: https://crrev.com/70fdc72777d2385464ada40c3308f1244a9db7e3 Cr-Commit-Position: refs/heads/master@{#333948}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Local prefixed DomCode #

Total comments: 9

Patch Set 3 : review comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -10 lines) Patch
M ui/events/keycodes/dom/dom_key_data.inc View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/events/keycodes/keyboard_code_conversion_xkb.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/ozone/evdev/keyboard_evdev.cc View 1 2 5 chunks +22 lines, -6 lines 2 comments Download
M ui/events/ozone/layout/layout_util.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
kpschoedel
5 years, 6 months ago (2015-06-08 19:08:35 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165223003/1
5 years, 6 months ago (2015-06-08 19:44:00 UTC) #4
kpschoedel
https://codereview.chromium.org/1165223003/diff/1/ui/events/ozone/evdev/keyboard_evdev.cc File ui/events/ozone/evdev/keyboard_evdev.cc (right): https://codereview.chromium.org/1165223003/diff/1/ui/events/ozone/evdev/keyboard_evdev.cc#newcode225 ui/events/ozone/evdev/keyboard_evdev.cc:225: if (static_cast<int>(dom_code) == 0x070039) Oops — forgot to do ...
5 years, 6 months ago (2015-06-08 20:11:32 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-08 20:51:18 UTC) #7
kpschoedel
https://codereview.chromium.org/1165223003/diff/1/ui/events/ozone/evdev/keyboard_evdev.cc File ui/events/ozone/evdev/keyboard_evdev.cc (right): https://codereview.chromium.org/1165223003/diff/1/ui/events/ozone/evdev/keyboard_evdev.cc#newcode225 ui/events/ozone/evdev/keyboard_evdev.cc:225: if (static_cast<int>(dom_code) == 0x070039) On 2015/06/08 20:11:32, kpschoedel wrote: ...
5 years, 6 months ago (2015-06-08 20:53:03 UTC) #8
Wez
nit: Re CL description, DOM Level 3 is now DOM UI Events...
5 years, 6 months ago (2015-06-08 21:16:04 UTC) #9
Wez
https://codereview.chromium.org/1165223003/diff/20001/ui/events/keycodes/dom/dom_key_data.inc File ui/events/keycodes/dom/dom_key_data.inc (right): https://codereview.chromium.org/1165223003/diff/20001/ui/events/keycodes/dom/dom_key_data.inc#newcode70 ui/events/keycodes/dom/dom_key_data.inc:70: // Key Enum The DOM UI Events spec guidelines ...
5 years, 6 months ago (2015-06-08 21:23:23 UTC) #10
kpschoedel
https://codereview.chromium.org/1165223003/diff/20001/ui/events/keycodes/dom/dom_key_data.inc File ui/events/keycodes/dom/dom_key_data.inc (right): https://codereview.chromium.org/1165223003/diff/20001/ui/events/keycodes/dom/dom_key_data.inc#newcode70 ui/events/keycodes/dom/dom_key_data.inc:70: // Key Enum On 2015/06/08 21:23:23, Wez wrote: > ...
5 years, 6 months ago (2015-06-08 22:30:03 UTC) #11
spang
https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc File ui/events/ozone/evdev/keyboard_evdev.cc (right): https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc#newcode234 ui/events/ozone/evdev/keyboard_evdev.cc:234: UpdateModifier(EF_MOD3_DOWN, down); Can you now remove the other hack ...
5 years, 6 months ago (2015-06-08 22:43:10 UTC) #12
kpschoedel
https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc File ui/events/ozone/evdev/keyboard_evdev.cc (right): https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc#newcode234 ui/events/ozone/evdev/keyboard_evdev.cc:234: UpdateModifier(EF_MOD3_DOWN, down); On 2015/06/08 22:43:09, spang wrote: > Can ...
5 years, 6 months ago (2015-06-09 13:28:50 UTC) #13
spang
On 2015/06/09 13:28:50, kpschoedel wrote: > https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc > File ui/events/ozone/evdev/keyboard_evdev.cc (right): > > https://codereview.chromium.org/1165223003/diff/40001/ui/events/ozone/evdev/keyboard_evdev.cc#newcode234 > ...
5 years, 6 months ago (2015-06-09 17:24:53 UTC) #14
Wez
LGTM Adding garykac as reviewer to comment on the spec question, though. https://codereview.chromium.org/1165223003/diff/20001/ui/events/keycodes/dom/dom_key_data.inc File ui/events/keycodes/dom/dom_key_data.inc ...
5 years, 6 months ago (2015-06-10 23:24:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1165223003/40001
5 years, 6 months ago (2015-06-11 13:58:05 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-11 15:05:16 UTC) #19
commit-bot: I haz the power
5 years, 6 months ago (2015-06-11 15:06:44 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/70fdc72777d2385464ada40c3308f1244a9db7e3
Cr-Commit-Position: refs/heads/master@{#333948}

Powered by Google App Engine
This is Rietveld 408576698