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

Issue 177123016: Add a11y virtual keyboard icon when a11y VK is enabled (Closed)

Created:
6 years, 9 months ago by bshe
Modified:
6 years, 9 months ago
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Visibility:
Public.

Description

Add a11y virtual keyboard icon when a11y VK is enabled This CL adds a virtual keyboard icon when a11y VK is enabled. Click or tap on the icon will force the VK to show and lock. BUG=346695 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255307

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : reviews #

Total comments: 4

Patch Set 4 : reviews and add chromeos guard for win_ash #

Total comments: 4

Patch Set 5 : comments #

Patch Set 6 : new png resources and new button size #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -0 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/resources/ash_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A + ash/resources/default_100_percent/cros/status/status_virtual_keyboard.png View 1 2 3 4 5 Binary file 0 comments Download
A + ash/resources/default_200_percent/cros/status/status_virtual_keyboard.png View 1 2 3 4 5 Binary file 0 comments Download
A ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc View 1 2 3 4 5 1 chunk +120 lines, -0 lines 0 comments Download
M ash/system/status_area_widget.h View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M ash/system/status_area_widget.cc View 1 2 3 4 7 chunks +29 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
bshe
Hi Kevin. Do you mind to take a first look at this CL? Thanks
6 years, 9 months ago (2014-02-28 22:08:04 UTC) #1
kevers
https://codereview.chromium.org/177123016/diff/20001/ash/ash.gyp File ash/ash.gyp (right): https://codereview.chromium.org/177123016/diff/20001/ash/ash.gyp#newcode454 ash/ash.gyp:454: 'system/virtual_keyboard/virtual_keyboard_tray.cc', Might be more appropriate to move to system/chromeos/virtual_keyboard. ...
6 years, 9 months ago (2014-03-03 16:58:45 UTC) #2
bshe
Thanks. Do you mind to take another look? +sadrul for ash/system/* +oshima for ash/resources/* Thanks! ...
6 years, 9 months ago (2014-03-03 20:24:03 UTC) #3
kevers
lgtm. Suggest looping in the a11y team. dtseng reviewed the earlier patches for the a11y ...
6 years, 9 months ago (2014-03-03 21:41:09 UTC) #4
bshe
thanks. +dtseng for a11y
6 years, 9 months ago (2014-03-03 21:53:12 UTC) #5
oshima
ash/resources lgtm
6 years, 9 months ago (2014-03-03 22:58:28 UTC) #6
sadrul
https://codereview.chromium.org/177123016/diff/40001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc (right): https://codereview.chromium.org/177123016/diff/40001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc#newcode40 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc:40: VirtualKeyboardButton::VirtualKeyboardButton(views::ButtonListener* listener) Shouldn't these be inside the anonymous namespace ...
6 years, 9 months ago (2014-03-04 07:00:32 UTC) #7
bshe
sadrul@ I have addressed your comments. Also, it looks like my patch failed on win ...
6 years, 9 months ago (2014-03-04 16:11:53 UTC) #8
sadrul
On 2014/03/04 16:11:53, bshe wrote: > sadrul@ I have addressed your comments. Also, it looks ...
6 years, 9 months ago (2014-03-04 16:25:22 UTC) #9
bshe
thanks for review https://codereview.chromium.org/177123016/diff/60001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h (right): https://codereview.chromium.org/177123016/diff/60001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h#newcode42 ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h:42: // Overridden from AccessibilityObserver. On 2014/03/04 ...
6 years, 9 months ago (2014-03-04 18:56:14 UTC) #10
bshe
On 2014/03/04 18:56:14, bshe wrote: > thanks for review > > https://codereview.chromium.org/177123016/diff/60001/ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h > File ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h ...
6 years, 9 months ago (2014-03-04 23:33:21 UTC) #11
sadrul
slgtm
6 years, 9 months ago (2014-03-05 18:34:10 UTC) #12
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 9 months ago (2014-03-06 00:42:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/177123016/100001
6 years, 9 months ago (2014-03-06 00:45:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/177123016/100001
6 years, 9 months ago (2014-03-06 02:52:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/177123016/100001
6 years, 9 months ago (2014-03-06 03:17:03 UTC) #16
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 10:54:21 UTC) #17
Message was sent while issue was closed.
Change committed as 255307

Powered by Google App Engine
This is Rietveld 408576698