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

Issue 487253003: Keep virtual keyboard visibility the same after enable an IME in a different extension (Closed)

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

Description

Keep virtual keyboard visibility the same after enable an IME in a different extension BUG=404340 Committed: https://crrev.com/f1e33461737736db4ccd9a79ff768cd54b4418a1 Cr-Commit-Position: refs/heads/master@{#291678}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : reviews #

Total comments: 2

Patch Set 5 : #

Total comments: 1

Patch Set 6 : nit and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -8 lines) Patch
A chrome/browser/ui/ash/keyboard_controller_browsertest.cc View 1 2 3 4 5 1 chunk +109 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M ui/keyboard/keyboard_controller.cc View 1 2 3 4 5 5 chunks +20 lines, -3 lines 0 comments Download
M ui/keyboard/keyboard_layout_manager.cc View 1 2 3 4 5 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
bshe
Hi Kevin. Do you mind to take a look at this CL? Thanks!
6 years, 4 months ago (2014-08-19 18:50:41 UTC) #1
kevers
https://codereview.chromium.org/487253003/diff/40001/ui/keyboard/keyboard_controller.cc File ui/keyboard/keyboard_controller.cc (right): https://codereview.chromium.org/487253003/diff/40001/ui/keyboard/keyboard_controller.cc#newcode297 ui/keyboard/keyboard_controller.cc:297: if (window->GetRootWindow() == root_window) { Not clear to me ...
6 years, 4 months ago (2014-08-20 14:02:29 UTC) #2
bshe
https://codereview.chromium.org/487253003/diff/40001/ui/keyboard/keyboard_controller.cc File ui/keyboard/keyboard_controller.cc (right): https://codereview.chromium.org/487253003/diff/40001/ui/keyboard/keyboard_controller.cc#newcode297 ui/keyboard/keyboard_controller.cc:297: if (window->GetRootWindow() == root_window) { On 2014/08/20 14:02:29, kevers ...
6 years, 4 months ago (2014-08-20 14:59:59 UTC) #3
kevers
https://codereview.chromium.org/487253003/diff/60001/ui/keyboard/keyboard_controller.cc File ui/keyboard/keyboard_controller.cc (right): https://codereview.chromium.org/487253003/diff/60001/ui/keyboard/keyboard_controller.cc#newcode301 ui/keyboard/keyboard_controller.cc:301: GetFrameWindow(window) != keyboard_window && Think you only need second ...
6 years, 4 months ago (2014-08-20 15:16:04 UTC) #4
bshe
https://codereview.chromium.org/487253003/diff/60001/ui/keyboard/keyboard_controller.cc File ui/keyboard/keyboard_controller.cc (right): https://codereview.chromium.org/487253003/diff/60001/ui/keyboard/keyboard_controller.cc#newcode301 ui/keyboard/keyboard_controller.cc:301: GetFrameWindow(window) != keyboard_window && On 2014/08/20 15:16:04, kevers wrote: ...
6 years, 4 months ago (2014-08-20 15:29:23 UTC) #5
kevers
lgtm
6 years, 4 months ago (2014-08-20 15:51:11 UTC) #6
bshe
Thanks Kevin. +oshima for the browser test file owner.
6 years, 4 months ago (2014-08-20 15:52:32 UTC) #7
oshima
lgtm https://codereview.chromium.org/487253003/diff/80001/chrome/browser/ui/ash/keyboard_controller_browsertest.cc File chrome/browser/ui/ash/keyboard_controller_browsertest.cc (right): https://codereview.chromium.org/487253003/diff/80001/chrome/browser/ui/ash/keyboard_controller_browsertest.cc#newcode62 chrome/browser/ui/ash/keyboard_controller_browsertest.cc:62: bool KeyboardVisible() const { nit: IsKeyboardVisible()
6 years, 4 months ago (2014-08-20 16:03:33 UTC) #8
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 4 months ago (2014-08-25 13:00:11 UTC) #9
bshe
The CQ bit was unchecked by bshe@chromium.org
6 years, 4 months ago (2014-08-25 13:00:20 UTC) #10
bshe
The CQ bit was checked by bshe@chromium.org
6 years, 4 months ago (2014-08-25 13:00:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/487253003/100001
6 years, 4 months ago (2014-08-25 13:01:19 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel_swarming on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-25 13:52:48 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (100001) as 1d1ac761a3b84652541e8b6e06f3f46450c0f39d
6 years, 4 months ago (2014-08-25 14:31:08 UTC) #14
Jeffrey Yasskin
A revert of this CL (patchset #6) has been created in https://codereview.chromium.org/501293002/ by jyasskin@chromium.org. The ...
6 years, 4 months ago (2014-08-26 01:54:24 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:34:23 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f1e33461737736db4ccd9a79ff768cd54b4418a1
Cr-Commit-Position: refs/heads/master@{#291678}

Powered by Google App Engine
This is Rietveld 408576698