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

Issue 778503002: XKB implementation of Ozone key layout. (Closed)

Created:
6 years ago by kpschoedel
Modified:
6 years ago
Reviewers:
spang
CC:
FengYuan, chromium-reviews, kalyank, tdresser+watch_chromium.org, ozone-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@x430194-layout
Project:
chromium
Visibility:
Public.

Description

Partial XKB implementation of Ozone key layout. No layout switching; uses a hard-coded US layout. BUG=430194 Committed: https://crrev.com/80093bd012a04094ec2c4d889f0bd6c0a8a94837 Cr-Commit-Position: refs/heads/master@{#308447}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : revise in preparation for VKEY determination #

Total comments: 6

Patch Set 4 : rebase, because rebase. #

Patch Set 5 : address review comments (spang) #

Total comments: 9

Patch Set 6 : USE_X11 ate my brain #

Total comments: 15

Patch Set 7 : address review comments (spang, 2) #

Patch Set 8 : rebase 2014/12/08 #

Patch Set 9 : rebase with build changes #

Total comments: 2

Patch Set 10 : address review comments (spang, 3) #

Total comments: 6

Patch Set 11 : address review comments (spang, 4) #

Patch Set 12 : Rebase after crrev.com/308390 #

Patch Set 13 : fix boneheaded license paste #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1365 lines, -1009 lines) Patch
M ui/events/ozone/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +17 lines, -0 lines 0 comments Download
M ui/events/ozone/events_ozone.gyp View 1 2 3 4 5 6 7 8 9 2 chunks +24 lines, -8 lines 0 comments Download
A ui/events/ozone/layout/layout_util.h View 1 2 3 4 1 chunk +39 lines, -0 lines 0 comments Download
A + ui/events/ozone/layout/layout_util.cc View 1 2 3 4 5 4 chunks +243 lines, -491 lines 0 comments Download
M ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc View 1 4 chunks +4 lines, -508 lines 0 comments Download
A ui/events/ozone/layout/xkb/scoped_xkb.h View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_evdev_codes.h View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_evdev_codes.cc View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_key_code_converter.h View 1 2 3 4 5 6 7 8 9 1 chunk +27 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_keyboard_code_conversion.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_keyboard_code_conversion.cc View 1 2 3 4 5 6 1 chunk +447 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h View 1 2 3 4 5 6 7 8 9 1 chunk +71 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +358 lines, -0 lines 0 comments Download
M ui/ozone/platform/dri/ozone_platform_dri.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +16 lines, -1 line 0 comments Download
M ui/ozone/platform/dri/ozone_platform_gbm.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 25 (5 generated)
kpschoedel
FYI Feng Yuan — this works on link_freon (on top of https://codereview.chromium.org/742103002/) but I still ...
6 years ago (2014-12-02 23:24:57 UTC) #1
kpschoedel
Depends on https://codereview.chromium.org/742103002/
6 years ago (2014-12-03 19:13:17 UTC) #3
spang
https://codereview.chromium.org/778503002/diff/40001/ui/events/ozone/events_ozone.gyp File ui/events/ozone/events_ozone.gyp (right): https://codereview.chromium.org/778503002/diff/40001/ui/events/ozone/events_ozone.gyp#newcode156 ui/events/ozone/events_ozone.gyp:156: '-lxkbcommon', I think we'll want a use_xkbcommon gyp variable ...
6 years ago (2014-12-05 20:10:48 UTC) #4
kpschoedel
https://codereview.chromium.org/778503002/diff/40001/ui/events/ozone/events_ozone.gyp File ui/events/ozone/events_ozone.gyp (right): https://codereview.chromium.org/778503002/diff/40001/ui/events/ozone/events_ozone.gyp#newcode156 ui/events/ozone/events_ozone.gyp:156: '-lxkbcommon', On 2014/12/05 20:10:47, spang wrote: > I think ...
6 years ago (2014-12-08 19:54:38 UTC) #5
kpschoedel
6 years ago (2014-12-08 20:37:45 UTC) #6
kpschoedel
6 years ago (2014-12-08 20:48:17 UTC) #8
spang
I made a separate CL for some build bits https://codereview.chromium.org/751623003/ https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn File ui/events/ozone/BUILD.gn (right): https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn#newcode135 ...
6 years ago (2014-12-08 22:47:29 UTC) #9
kpschoedel
USE_X11 removal was in patch set 6. https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn File ui/events/ozone/BUILD.gn (right): https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn#newcode135 ui/events/ozone/BUILD.gn:135: if (ozone_platform_dri ...
6 years ago (2014-12-08 23:15:26 UTC) #10
spang
https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn File ui/events/ozone/BUILD.gn (right): https://codereview.chromium.org/778503002/diff/80001/ui/events/ozone/BUILD.gn#newcode135 ui/events/ozone/BUILD.gn:135: if (ozone_platform_dri || ozone_platform_gbm) { On 2014/12/08 23:15:26, kpschoedel ...
6 years ago (2014-12-08 23:19:10 UTC) #11
kpschoedel
Using https://codereview.chromium.org/751623003/
6 years ago (2014-12-15 19:03:57 UTC) #12
spang
still unaddressed comments on #6 https://codereview.chromium.org/778503002/diff/180001/ui/events/ozone/events_ozone.gyp File ui/events/ozone/events_ozone.gyp (right): https://codereview.chromium.org/778503002/diff/180001/ui/events/ozone/events_ozone.gyp#newcode39 ui/events/ozone/events_ozone.gyp:39: ['use_xkbcommon==1', { remove this.
6 years ago (2014-12-15 19:16:22 UTC) #13
kpschoedel
On 2014/12/15 19:16:22, spang wrote: > still unaddressed comments on #6 Sorry, stupid Reitveld didn't ...
6 years ago (2014-12-15 19:48:38 UTC) #14
kpschoedel
https://codereview.chromium.org/778503002/diff/120001/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc File ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc (right): https://codereview.chromium.org/778503002/diff/120001/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc#newcode304 ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc:304: static struct { On 2014/12/08 22:47:29, spang wrote: > ...
6 years ago (2014-12-15 19:48:47 UTC) #15
spang
lgtm with a nit https://codereview.chromium.org/778503002/diff/200001/ui/ozone/platform/dri/ozone_platform_dri.cc File ui/ozone/platform/dri/ozone_platform_dri.cc (right): https://codereview.chromium.org/778503002/diff/200001/ui/ozone/platform/dri/ozone_platform_dri.cc#newcode16 ui/ozone/platform/dri/ozone_platform_dri.cc:16: #else conditional #includes go below ...
6 years ago (2014-12-15 19:53:44 UTC) #16
kpschoedel
https://codereview.chromium.org/778503002/diff/200001/ui/ozone/platform/dri/ozone_platform_dri.cc File ui/ozone/platform/dri/ozone_platform_dri.cc (right): https://codereview.chromium.org/778503002/diff/200001/ui/ozone/platform/dri/ozone_platform_dri.cc#newcode16 ui/ozone/platform/dri/ozone_platform_dri.cc:16: #else On 2014/12/15 19:53:44, spang wrote: > conditional #includes ...
6 years ago (2014-12-15 20:10:23 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/778503002/240001
6 years ago (2014-12-15 21:14:06 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/30578)
6 years ago (2014-12-15 21:20:40 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/778503002/260001
6 years ago (2014-12-15 21:33:08 UTC) #23
commit-bot: I haz the power
Committed patchset #13 (id:260001)
6 years ago (2014-12-15 22:47:14 UTC) #24
commit-bot: I haz the power
6 years ago (2014-12-15 22:48:15 UTC) #25
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/80093bd012a04094ec2c4d889f0bd6c0a8a94837
Cr-Commit-Position: refs/heads/master@{#308447}

Powered by Google App Engine
This is Rietveld 408576698