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

Issue 2271523002: Adds emoji/handwriting/vocie buttons on opt-in IME menu. (Closed)

Created:
4 years, 4 months ago by Azure Wei
Modified:
4 years, 3 months ago
Reviewers:
tdanderson, James Cook
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, shuchen+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds emoji/handwriting/vocie buttons on opt-in IME menu. 1) Add the Vectorized icons for buttons: Emoji: ash/resources/vector_icons/ime_menu_emoticon.(1x.)icon Voice: ash/resources/vector_icons/ime_menu_microphone.(1x.)icon Handwriting: ash/resources/vector_icons/ime_menu_write.(1x.)icon 2) Update the positions of the buttons: should be emoji-handwriting-voice buttons. 3) Updates the UI based on spec: https://folio.googleplex.com/cros-panel-ime/Previews%20and%20specs#%2FIME%20-%20spec.png BUG=642385, 643304, 643305 TEST=Verified on local build. Committed: https://crrev.com/6a18628f8826ebc484f06fcfabcfc3db0dd9d508 Cr-Commit-Position: refs/heads/master@{#419775}

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Total comments: 4

Patch Set 4 : Updated with vectorized icons. #

Total comments: 12

Patch Set 5 : Addressed comments. #

Patch Set 6 #

Total comments: 4

Patch Set 7 : Addressed comments and sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -66 lines) Patch
M ash/ash_strings.grd View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray.cc View 1 2 3 4 5 6 5 chunks +49 lines, -57 lines 0 comments Download
M ash/common/system/tray/tray_constants.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/tray/tray_constants.cc View 1 2 3 4 5 6 4 chunks +4 lines, -5 lines 0 comments Download
M ash/resources/vector_icons/BUILD.gn View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_emoticon.icon View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_emoticon.1x.icon View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_microphone.icon View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_microphone.1x.icon View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_write.icon View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A ash/resources/vector_icons/ime_menu_write.1x.icon View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (18 generated)
Azure Wei
Please review this cl. Thanks!
4 years, 4 months ago (2016-08-23 06:11:57 UTC) #11
James Cook
Code LGTM, but please follow up with UX. I think we should have separate artwork ...
4 years, 4 months ago (2016-08-23 16:01:22 UTC) #12
Azure Wei
https://codereview.chromium.org/2271523002/diff/40001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/2271523002/diff/40001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode86 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:86: IDS_ASH_STATUS_TRAY_EMOJI, IDS_ASH_STATUS_TRAY_EMOJI, 1); On 2016/08/23 16:01:22, James Cook wrote: ...
4 years, 3 months ago (2016-09-18 05:40:03 UTC) #15
Azure Wei
R:+tdanderson@ for material design. This cl has been updated. Please take another look. Thanks!
4 years, 3 months ago (2016-09-18 05:41:11 UTC) #16
tdanderson
Thanks for taking a look at this. Please see my comments below: https://chromiumcodereview.appspot.com/2271523002/diff/60001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc ...
4 years, 3 months ago (2016-09-19 15:44:34 UTC) #18
Azure Wei
https://codereview.chromium.org/2271523002/diff/60001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/2271523002/diff/60001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode38 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:38: const int kButtonIconSize = 20; On 2016/09/19 15:44:34, tdanderson ...
4 years, 3 months ago (2016-09-20 01:05:45 UTC) #19
tdanderson
lgtm with two comments below. https://chromiumcodereview.appspot.com/2271523002/diff/100001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://chromiumcodereview.appspot.com/2271523002/diff/100001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode30 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:30: #include "ui/gfx/vector_icons_public.h" nit: this ...
4 years, 3 months ago (2016-09-20 13:11:12 UTC) #21
Azure Wei
https://codereview.chromium.org/2271523002/diff/100001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc File ash/common/system/chromeos/ime_menu/ime_menu_tray.cc (right): https://codereview.chromium.org/2271523002/diff/100001/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc#newcode30 ash/common/system/chromeos/ime_menu/ime_menu_tray.cc:30: #include "ui/gfx/vector_icons_public.h" On 2016/09/20 13:11:12, tdanderson wrote: > nit: ...
4 years, 3 months ago (2016-09-20 14:43:58 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2271523002/120001
4 years, 3 months ago (2016-09-20 14:44:18 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-09-20 15:46:55 UTC) #27
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 15:49:14 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6a18628f8826ebc484f06fcfabcfc3db0dd9d508
Cr-Commit-Position: refs/heads/master@{#419775}

Powered by Google App Engine
This is Rietveld 408576698