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

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed)

Created:
7 years, 1 month ago by bshe
Modified:
7 years, 1 month ago
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org, tfarina
Visibility:
Public.

Description

Add a full screen virtual keyboard to virtual keyboard root window BUG=310331 TEST= 1. add keyboard-usability-experiment flag 2. hook up an external screen 3. boot device expected: a full screen keyboard on one of the screen Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235502

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : experiment #

Total comments: 10

Patch Set 4 : #

Total comments: 25

Patch Set 5 : rebase and check win_7 #

Patch Set 6 : #

Total comments: 3

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Total comments: 2

Patch Set 9 : Rename kKeyboardUsablityTest to kKeyboardUsablityExperiment #

Patch Set 10 : Add license header #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -116 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -2 lines 0 comments Download
M ash/display/display_controller.h View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M ash/display/virtual_keyboard_window_controller.h View 1 2 3 4 5 6 7 3 chunks +16 lines, -0 lines 0 comments Download
M ash/display/virtual_keyboard_window_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -0 lines 0 comments Download
A ash/display/virtual_keyboard_window_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +64 lines, -0 lines 0 comments Download
M ash/keyboard_controller_proxy_stub.h View 1 2 3 1 chunk +0 lines, -33 lines 0 comments Download
D ash/keyboard_controller_proxy_stub.cc View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
M ash/root_window_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +17 lines, -10 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +9 lines, -2 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +22 lines, -9 lines 0 comments Download
A + ash/shell/keyboard_controller_proxy_stub.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +12 lines, -6 lines 0 comments Download
A + ash/shell/keyboard_controller_proxy_stub.cc View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ash/test/test_shell_delegate.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -3 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -4 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/keyboard_switches.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M ui/keyboard/keyboard_switches.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/keyboard_util.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
bshe
Hi Oshima. Do you mind to take a look at this CL? +sadrul for ui/keyboard/* ...
7 years, 1 month ago (2013-10-30 17:16:20 UTC) #1
oshima
would you mind adding a simple test so that we can catch changes that break ...
7 years, 1 month ago (2013-10-30 17:19:23 UTC) #2
sadrul
https://codereview.chromium.org/47873003/diff/110001/ui/keyboard/keyboard_controller.cc File ui/keyboard/keyboard_controller.cc (right): https://codereview.chromium.org/47873003/diff/110001/ui/keyboard/keyboard_controller.cc#newcode206 ui/keyboard/keyboard_controller.cc:206: if (!type == ui::TEXT_INPUT_TYPE_NONE) type != ...
7 years, 1 month ago (2013-10-30 20:58:27 UTC) #3
oshima
https://codereview.chromium.org/47873003/diff/110001/ash/keyboard_controller_proxy_stub.h File ash/keyboard_controller_proxy_stub.h (right): https://codereview.chromium.org/47873003/diff/110001/ash/keyboard_controller_proxy_stub.h#newcode19 ash/keyboard_controller_proxy_stub.h:19: class ASH_EXPORT KeyboardControllerProxyStub Can you move this to ash/shell ...
7 years, 1 month ago (2013-10-30 21:05:29 UTC) #4
bshe
On 2013/10/30 21:05:29, oshima wrote: > https://codereview.chromium.org/47873003/diff/110001/ash/keyboard_controller_proxy_stub.h > File ash/keyboard_controller_proxy_stub.h (right): > > https://codereview.chromium.org/47873003/diff/110001/ash/keyboard_controller_proxy_stub.h#newcode19 > ...
7 years, 1 month ago (2013-10-30 22:40:50 UTC) #5
oshima
On 2013/10/30 22:40:50, bshe wrote: > On 2013/10/30 21:05:29, oshima wrote: > > > https://codereview.chromium.org/47873003/diff/110001/ash/keyboard_controller_proxy_stub.h ...
7 years, 1 month ago (2013-10-30 23:33:32 UTC) #6
bshe
Added a simple test that verify VK container is activated on the vk's root window ...
7 years, 1 month ago (2013-10-31 16:45:44 UTC) #7
Ben Goodger (Google)
https://codereview.chromium.org/47873003/diff/150002/ash/display/virtual_keyboard_window_controller.h File ash/display/virtual_keyboard_window_controller.h (right): https://codereview.chromium.org/47873003/diff/150002/ash/display/virtual_keyboard_window_controller.h#newcode19 ash/display/virtual_keyboard_window_controller.h:19: // virtual keyboard. Why?
7 years, 1 month ago (2013-10-31 17:11:13 UTC) #8
oshima
https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc File ash/display/display_controller.cc (right): https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc#newcode346 ash/display/display_controller.cc:346: } can you call CloseNonDesktopDisplay() at the end of ...
7 years, 1 month ago (2013-11-01 00:09:02 UTC) #9
bshe
oshima@ Sorry for the delay. I was in China last week and having trouble access ...
7 years, 1 month ago (2013-11-12 15:28:33 UTC) #10
bshe
On 2013/11/12 15:28:33, bshe wrote: > oshima@ Sorry for the delay. > I was in ...
7 years, 1 month ago (2013-11-13 18:05:54 UTC) #11
oshima
https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc File ash/display/display_controller.cc (right): https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc#newcode346 ash/display/display_controller.cc:346: } On 2013/11/12 15:28:33, bshe wrote: > This close ...
7 years, 1 month ago (2013-11-13 21:22:48 UTC) #12
oshima
https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc File ash/display/display_controller.cc (right): https://codereview.chromium.org/47873003/diff/150002/ash/display/display_controller.cc#newcode346 ash/display/display_controller.cc:346: } On 2013/11/13 21:22:49, oshima wrote: > On 2013/11/12 ...
7 years, 1 month ago (2013-11-13 22:23:36 UTC) #13
bshe
Done. Thanks for review and suggestions. Please see the latest patch. Sorry I did another ...
7 years, 1 month ago (2013-11-14 00:11:28 UTC) #14
oshima
lgtm with a nit https://codereview.chromium.org/47873003/diff/1290002/ash/display/virtual_keyboard_window_controller.h File ash/display/virtual_keyboard_window_controller.h (right): https://codereview.chromium.org/47873003/diff/1290002/ash/display/virtual_keyboard_window_controller.h#newcode30 ash/display/virtual_keyboard_window_controller.h:30: return root_window_controller_.get(); Is this used ...
7 years, 1 month ago (2013-11-14 00:37:06 UTC) #15
bshe
Done. Thanks for review! sadrul@ would you mind to take another look for ui/keyboard/* +jamescook ...
7 years, 1 month ago (2013-11-14 17:01:50 UTC) #16
sadrul
lgtm
7 years, 1 month ago (2013-11-14 17:03:41 UTC) #17
James Cook
https://codereview.chromium.org/47873003/diff/1360001/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc File chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc (right): https://codereview.chromium.org/47873003/diff/1360001/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc#newcode100 chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc:100: if (!keyboard::IsKeyboardUsabilityTestEnabled()) { This sounds like "keyboard usability test" ...
7 years, 1 month ago (2013-11-14 17:15:50 UTC) #18
bshe
Done. Would you mind to take another look? https://codereview.chromium.org/47873003/diff/1360001/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc File chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc (right): https://codereview.chromium.org/47873003/diff/1360001/chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc#newcode100 chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc:100: if ...
7 years, 1 month ago (2013-11-14 17:35:41 UTC) #19
James Cook
LGTM
7 years, 1 month ago (2013-11-14 17:40:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/1430001
7 years, 1 month ago (2013-11-14 18:54:14 UTC) #21
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=36255
7 years, 1 month ago (2013-11-14 19:19:00 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/1660002
7 years, 1 month ago (2013-11-14 19:35:27 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/1660002
7 years, 1 month ago (2013-11-14 21:46:41 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/1660002
7 years, 1 month ago (2013-11-15 01:13:38 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/1660002
7 years, 1 month ago (2013-11-15 03:47:46 UTC) #26
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=224818
7 years, 1 month ago (2013-11-15 06:44:53 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/710017
7 years, 1 month ago (2013-11-15 20:47:26 UTC) #28
commit-bot: I haz the power
Failed to apply patch for ash/display/virtual_keyboard_window_controller.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-15 20:52:26 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/2560001
7 years, 1 month ago (2013-11-15 22:52:04 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/47873003/2560001
7 years, 1 month ago (2013-11-16 00:17:05 UTC) #31
commit-bot: I haz the power
7 years, 1 month ago (2013-11-16 02:56:16 UTC) #32
Message was sent while issue was closed.
Change committed as 235502

Powered by Google App Engine
This is Rietveld 408576698