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

Issue 159473002: Restore screen work area after login (Closed)

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

Description

Restore screen work area after login When user login, a new virtual keyboard is created. If the old virtual keyboard was showing before user login, we need to notfiy keyboard bounds observers that old virtual keyboard window occupy no space on screen. Otherwise, Ash still thinks the work area should exclude virtual keyboard area even the keyboard is not showing. This CL fixed the bug. BUG=342524 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250892

Patch Set 1 #

Patch Set 2 : Add a test for keyboard window #

Total comments: 2

Patch Set 3 : nit and change HasKeyboardWindow to virtual function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -2 lines) Patch
M ash/root_window_controller.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 2 2 chunks +29 lines, -1 line 0 comments Download
M ash/shell/keyboard_controller_proxy_stub.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell/keyboard_controller_proxy_stub.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/keyboard_controller_proxy.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_proxy.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
bshe
Hey Oshima. Do you mind to take a look at this CL? Thanks! Biao
6 years, 10 months ago (2014-02-11 01:19:27 UTC) #1
oshima
lgtm btw, when will we be able to not using work area change for VK?
6 years, 10 months ago (2014-02-11 06:07:58 UTC) #2
bshe
On 2014/02/11 06:07:58, oshima wrote: > lgtm > > btw, when will we be able ...
6 years, 10 months ago (2014-02-11 14:41:56 UTC) #3
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 10 months ago (2014-02-11 14:42:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/159473002/1
6 years, 10 months ago (2014-02-11 14:42:48 UTC) #5
oshima
still lgtm On 2014/02/11 14:41:56, bshe wrote: > On 2014/02/11 06:07:58, oshima wrote: > > ...
6 years, 10 months ago (2014-02-11 18:19:04 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-11 18:19:42 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=200503
6 years, 10 months ago (2014-02-11 18:19:43 UTC) #8
bshe
Hi Kevin. As discussed offline, do you mind to take a look at this? It ...
6 years, 10 months ago (2014-02-12 19:04:58 UTC) #9
kevers
lgtm with nit. https://codereview.chromium.org/159473002/diff/340001/ash/root_window_controller_unittest.cc File ash/root_window_controller_unittest.cc (right): https://codereview.chromium.org/159473002/diff/340001/ash/root_window_controller_unittest.cc#newcode668 ash/root_window_controller_unittest.cc:668: aura::Window* root_window = ash::Shell::GetPrimaryRootWindow(); Use of ...
6 years, 10 months ago (2014-02-12 20:05:24 UTC) #10
bshe
Done. Turns out that I need to make the HasKeyboardWindow virtual in order to override ...
6 years, 10 months ago (2014-02-12 21:09:48 UTC) #11
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 10 months ago (2014-02-12 22:19:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/159473002/450001
6 years, 10 months ago (2014-02-12 22:22:08 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-13 00:10:27 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=262897
6 years, 10 months ago (2014-02-13 00:10:29 UTC) #15
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 10 months ago (2014-02-13 00:38:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/159473002/450001
6 years, 10 months ago (2014-02-13 00:41:19 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 01:25:53 UTC) #18
Message was sent while issue was closed.
Change committed as 250892

Powered by Google App Engine
This is Rietveld 408576698