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

Issue 484353005: ChromeOS: "Add New User" screen should enable all hardware keyboards. (Closed)

Created:
6 years, 4 months ago by Alexander Alekseev
Modified:
6 years, 3 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: "Add New User" screen should enable all hardware keyboards. "Add New User" screen should have enabled all hardware keyboards, owner and system input methods. BUG=365299 TEST=manual Committed: https://crrev.com/a5a81ef618a26e513a4ae0f2b4b0e77f8224e946 Cr-Commit-Position: refs/heads/master@{#296199} Committed: https://crrev.com/dee7902a7ee2b99d27dd54b91b8f266427490c96 Cr-Commit-Position: refs/heads/master@{#296408}

Patch Set 1 #

Patch Set 2 : Revert unused EnableGuestSessionLayouts. #

Patch Set 3 : Cleanup. #

Patch Set 4 : Cleanup. #

Patch Set 5 : Rebased. #

Patch Set 6 : Rebased. #

Patch Set 7 : Added browser test for login UI IM. #

Total comments: 12

Patch Set 8 : Update after review. #

Patch Set 9 : Fix build. #

Patch Set 10 : Rebased. #

Total comments: 16

Patch Set 11 : Update after review. #

Patch Set 12 : Update after review. #

Total comments: 4

Patch Set 13 : Update after review. #

Patch Set 14 : Rebased. #

Patch Set 15 : Fix tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -62 lines) Patch
M chrome/browser/chromeos/input_method/input_method_persistence.h View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_persistence.cc View 1 2 3 4 5 6 3 chunks +29 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +278 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 4 5 4 chunks +43 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +28 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 12 chunks +76 lines, -39 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
Alexander Alekseev
Please review.
6 years, 4 months ago (2014-08-23 03:42:01 UTC) #1
Alexander Alekseev
Please review.
6 years, 4 months ago (2014-08-23 03:42:02 UTC) #2
dzhioev (left Google)
On 2014/08/23 03:42:02, alemate wrote: > Please review. Please implement tests.
6 years, 4 months ago (2014-08-25 18:00:35 UTC) #3
Nikita (slow)
On 2014/08/25 18:00:35, dzhioev wrote: > On 2014/08/23 03:42:02, alemate wrote: > > Please review. ...
6 years, 3 months ago (2014-09-16 20:53:41 UTC) #4
Alexander Alekseev
Please review. +shuchen for input_method_persistence.*
6 years, 3 months ago (2014-09-19 18:39:26 UTC) #6
dzhioev (left Google)
https://codereview.chromium.org/484353005/diff/120001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc File chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc (right): https://codereview.chromium.org/484353005/diff/120001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc#newcode1 chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 3 months ago (2014-09-22 11:54:59 UTC) #7
Shu Chen
lgtm for changes under chrome/browser/chromeos/input_method.
6 years, 3 months ago (2014-09-22 14:03:33 UTC) #8
Alexander Alekseev
https://codereview.chromium.org/484353005/diff/120001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc File chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc (right): https://codereview.chromium.org/484353005/diff/120001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc#newcode1 chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 3 months ago (2014-09-22 19:44:58 UTC) #9
dzhioev (left Google)
https://codereview.chromium.org/484353005/diff/180001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc File chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc (right): https://codereview.chromium.org/484353005/diff/180001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc#newcode24 chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc:24: #include "content/public/browser/notification_types.h" Why do we need all this notifications_*.h ...
6 years, 3 months ago (2014-09-23 11:05:39 UTC) #10
Alexander Alekseev
https://codereview.chromium.org/484353005/diff/180001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc File chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc (right): https://codereview.chromium.org/484353005/diff/180001/chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc#newcode24 chrome/browser/chromeos/login/login_ui_keyboard_browsertest.cc:24: #include "content/public/browser/notification_types.h" On 2014/09/23 11:05:39, dzhioev wrote: > Why ...
6 years, 3 months ago (2014-09-23 13:31:40 UTC) #11
dzhioev (left Google)
LGTM with nits. https://codereview.chromium.org/484353005/diff/220001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h File chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h (right): https://codereview.chromium.org/484353005/diff/220001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h#newcode255 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h:255: // Returns Least Used User login ...
6 years, 3 months ago (2014-09-23 14:32:18 UTC) #12
Alexander Alekseev
https://codereview.chromium.org/484353005/diff/220001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h File chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h (right): https://codereview.chromium.org/484353005/diff/220001/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h#newcode255 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h:255: // Returns Least Used User login Input method. On ...
6 years, 3 months ago (2014-09-23 14:39:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/484353005/240001
6 years, 3 months ago (2014-09-23 14:40:13 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/59480) win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/64359) ios_rel_device_ninja ...
6 years, 3 months ago (2014-09-23 14:43:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/484353005/260001
6 years, 3 months ago (2014-09-23 15:40:08 UTC) #19
commit-bot: I haz the power
Committed patchset #14 (id:260001) as 1c8af00501e80c12b8fed9668abad69ca55ff82c
6 years, 3 months ago (2014-09-23 16:32:49 UTC) #20
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/a5a81ef618a26e513a4ae0f2b4b0e77f8224e946 Cr-Commit-Position: refs/heads/master@{#296199}
6 years, 3 months ago (2014-09-23 16:33:51 UTC) #21
Nico
A revert of this CL (patchset #14 id:260001) has been created in https://codereview.chromium.org/597723003/ by thakis@chromium.org. ...
6 years, 3 months ago (2014-09-23 22:46:01 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/484353005/280001
6 years, 3 months ago (2014-09-24 13:51:21 UTC) #24
commit-bot: I haz the power
Committed patchset #15 (id:280001) as 61cdf9cffef13cd226dd59e1a7bdbac082bbccfc
6 years, 3 months ago (2014-09-24 14:31:45 UTC) #25
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 14:32:18 UTC) #26
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/dee7902a7ee2b99d27dd54b91b8f266427490c96
Cr-Commit-Position: refs/heads/master@{#296408}

Powered by Google App Engine
This is Rietveld 408576698