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

Issue 693733002: Adds ozone support for ime keyboard. (Closed)

Created:
6 years, 1 month ago by FengYuan
Modified:
6 years, 1 month ago
Reviewers:
Shu Chen, satorux1
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds ozone support for ime keyboard. This cl is doing these things: 1. Tidy up the structure of ime_keyboard.h/cc ime_keyboard_x11.h/cc ime_keyboard_ozone.h/cc 2. Implemented the interface - ImeKeyboard for ImeKeyboardOzone, leave placeholders where we need to call Ozone interfaces. BUG=342336 TEST=Verified on linux_chromeos. Steps: 1. Switches among different keyboard layouts. 2. Checks the inputed characters is correctly transformed to the according keyboard layout. Committed: https://crrev.com/6d0c1e11ec385ae495500839adee1e717334332f Cr-Commit-Position: refs/heads/master@{#303033}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 18

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -191 lines) Patch
M chromeos/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -1 line 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M chromeos/ime/fake_ime_keyboard.h View 2 chunks +3 lines, -12 lines 0 comments Download
M chromeos/ime/fake_ime_keyboard.cc View 3 chunks +9 lines, -31 lines 0 comments Download
M chromeos/ime/ime_keyboard.h View 1 2 3 4 4 chunks +15 lines, -8 lines 0 comments Download
A chromeos/ime/ime_keyboard.cc View 1 chunk +105 lines, -0 lines 0 comments Download
A + chromeos/ime/ime_keyboard_ozone.h View 1 1 chunk +9 lines, -23 lines 0 comments Download
M chromeos/ime/ime_keyboard_ozone.cc View 1 2 3 4 5 1 chunk +47 lines, -5 lines 0 comments Download
M chromeos/ime/ime_keyboard_x11.h View 1 2 3 4 5 6 chunks +5 lines, -19 lines 0 comments Download
M chromeos/ime/ime_keyboard_x11.cc View 1 2 3 4 5 6 9 chunks +14 lines, -91 lines 0 comments Download

Messages

Total messages: 21 (3 generated)
FengYuan
6 years, 1 month ago (2014-11-01 09:09:39 UTC) #2
FengYuan
6 years, 1 month ago (2014-11-03 19:18:18 UTC) #4
Shu Chen
Please make sure the try-bot linux_chromium_chromeos_ozone_rel green. https://codereview.chromium.org/693733002/diff/60001/chrome/browser/chromeos/input_method/input_method_manager_impl.h File chrome/browser/chromeos/input_method/input_method_manager_impl.h (right): https://codereview.chromium.org/693733002/diff/60001/chrome/browser/chromeos/input_method/input_method_manager_impl.h#newcode28 chrome/browser/chromeos/input_method/input_method_manager_impl.h:28: class ImeKeyboardX11; ...
6 years, 1 month ago (2014-11-04 06:17:08 UTC) #5
FengYuan
PTAL https://codereview.chromium.org/693733002/diff/60001/chrome/browser/chromeos/input_method/input_method_manager_impl.h File chrome/browser/chromeos/input_method/input_method_manager_impl.h (right): https://codereview.chromium.org/693733002/diff/60001/chrome/browser/chromeos/input_method/input_method_manager_impl.h#newcode28 chrome/browser/chromeos/input_method/input_method_manager_impl.h:28: class ImeKeyboardX11; On 2014/11/04 06:17:08, Shu Chen wrote: ...
6 years, 1 month ago (2014-11-04 07:11:20 UTC) #6
Shu Chen
https://codereview.chromium.org/693733002/diff/60001/chromeos/ime/ime_keyboard_ozone.cc File chromeos/ime/ime_keyboard_ozone.cc (right): https://codereview.chromium.org/693733002/diff/60001/chromeos/ime/ime_keyboard_ozone.cc#newcode37 chromeos/ime/ime_keyboard_ozone.cc:37: return false; On 2014/11/04 07:11:19, FengYuan wrote: > On ...
6 years, 1 month ago (2014-11-04 07:22:42 UTC) #7
FengYuan
PTAL https://codereview.chromium.org/693733002/diff/60001/chromeos/ime/ime_keyboard_ozone.cc File chromeos/ime/ime_keyboard_ozone.cc (right): https://codereview.chromium.org/693733002/diff/60001/chromeos/ime/ime_keyboard_ozone.cc#newcode37 chromeos/ime/ime_keyboard_ozone.cc:37: return false; On 2014/11/04 07:22:42, Shu Chen wrote: ...
6 years, 1 month ago (2014-11-04 07:29:00 UTC) #8
FengYuan
PTAL
6 years, 1 month ago (2014-11-04 07:29:01 UTC) #9
Shu Chen
https://codereview.chromium.org/693733002/diff/100001/chromeos/ime/ime_keyboard_x11.cc File chromeos/ime/ime_keyboard_x11.cc (right): https://codereview.chromium.org/693733002/diff/100001/chromeos/ime/ime_keyboard_x11.cc#newcode110 chromeos/ime/ime_keyboard_x11.cc:110: value_mask |= (caps_lock_enabled ? LockMask : 0); s/caps_lock_enabled/caps_lock_is_enabled_ https://codereview.chromium.org/693733002/diff/100001/chromeos/ime/ime_keyboard_x11.cc#newcode237 ...
6 years, 1 month ago (2014-11-04 07:33:38 UTC) #10
FengYuan
https://codereview.chromium.org/693733002/diff/100001/chromeos/ime/ime_keyboard_x11.cc File chromeos/ime/ime_keyboard_x11.cc (right): https://codereview.chromium.org/693733002/diff/100001/chromeos/ime/ime_keyboard_x11.cc#newcode110 chromeos/ime/ime_keyboard_x11.cc:110: value_mask |= (caps_lock_enabled ? LockMask : 0); On 2014/11/04 ...
6 years, 1 month ago (2014-11-04 07:42:19 UTC) #11
Shu Chen
lgtm
6 years, 1 month ago (2014-11-04 07:45:19 UTC) #12
satorux1
Looked at the build files. https://codereview.chromium.org/693733002/diff/120001/chromeos/BUILD.gn File chromeos/BUILD.gn (right): https://codereview.chromium.org/693733002/diff/120001/chromeos/BUILD.gn#newcode46 chromeos/BUILD.gn:46: "ime/ime_keyboard_ozone.h"] move ] to ...
6 years, 1 month ago (2014-11-06 00:54:06 UTC) #13
FengYuan
PTAL :) https://codereview.chromium.org/693733002/diff/120001/chromeos/BUILD.gn File chromeos/BUILD.gn (right): https://codereview.chromium.org/693733002/diff/120001/chromeos/BUILD.gn#newcode46 chromeos/BUILD.gn:46: "ime/ime_keyboard_ozone.h"] On 2014/11/06 00:54:06, satorux1 wrote: > ...
6 years, 1 month ago (2014-11-06 04:48:35 UTC) #14
satorux1
build files lgtm
6 years, 1 month ago (2014-11-06 04:50:15 UTC) #15
satorux1
The patch description is too sparse for a patch of this size. Please describe what ...
6 years, 1 month ago (2014-11-06 05:05:51 UTC) #16
satorux1
also add a TEST= line to describe how to test this patch.
6 years, 1 month ago (2014-11-06 05:06:10 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/693733002/160001
6 years, 1 month ago (2014-11-06 15:30:21 UTC) #19
commit-bot: I haz the power
Committed patchset #9 (id:160001)
6 years, 1 month ago (2014-11-06 16:15:35 UTC) #20
commit-bot: I haz the power
6 years, 1 month ago (2014-11-06 16:16:28 UTC) #21
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/6d0c1e11ec385ae495500839adee1e717334332f
Cr-Commit-Position: refs/heads/master@{#303033}

Powered by Google App Engine
This is Rietveld 408576698