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

Issue 418273002: Leverage OnFocus event to let component IME extension know about the current screen type (e.g. logi… (Closed)

Created:
6 years, 5 months ago by Shu Chen
Modified:
6 years, 5 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Leverage OnFocus event to let component IME extension know about the current screen type (e.g. login, lock, etc.) so that on-screen keyboard won't popup new window/page at login/lock screens. BUG=395621 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285534

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 2 2 chunks +18 lines, -0 lines 2 comments Download

Messages

Total messages: 7 (0 generated)
Shu Chen
Nona, can you please review this cl? Thanks
6 years, 5 months ago (2014-07-25 06:04:07 UTC) #1
Seigo Nonaka
lgtm
6 years, 5 months ago (2014-07-25 07:17:35 UTC) #2
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 5 months ago (2014-07-25 07:24:24 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/418273002/40001
6 years, 5 months ago (2014-07-25 07:25:19 UTC) #4
commit-bot: I haz the power
Change committed as 285534
6 years, 5 months ago (2014-07-25 08:44:50 UTC) #5
Nikita (slow)
https://codereview.chromium.org/418273002/diff/40001/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://codereview.chromium.org/418273002/diff/40001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode160 chrome/browser/extensions/api/input_ime/input_ime_api.cc:160: } You should add another type here "multi-profiles login". ...
6 years, 5 months ago (2014-07-25 09:23:24 UTC) #6
Shu Chen
6 years, 5 months ago (2014-07-25 09:41:06 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/418273002/diff/40001/chrome/browser/extension...
File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right):

https://codereview.chromium.org/418273002/diff/40001/chrome/browser/extension...
chrome/browser/extensions/api/input_ime/input_ime_api.cc:160: }
On 2014/07/25 09:23:24, Nikita Kostylev wrote:
> You should add another type here "multi-profiles login".
> 
> chromeos::UserAddingScreen::Get()->IsRunning();

Thanks, I will create another cl to support it.

Powered by Google App Engine
This is Rietveld 408576698