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

Issue 209143002: Added shortcut for NW config screen in kiosk. (Closed)

Created:
6 years, 9 months ago by zel
Modified:
6 years, 9 months ago
Reviewers:
xiyuan, Nikita (slow)
CC:
chromium-reviews, arv+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org, ygorshenin1
Visibility:
Public.

Description

Added a shortcut (Ctrl+Alt+N) for showing network config screen in during kiosk launch even if network connectivity is present. BUG=350065 TEST=added KioskTest.LaunchAppWithNetworkConfigAccelerator Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259679 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260158

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : rebase #

Total comments: 10

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -12 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/app_mode/app_launch_utils.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/app_mode/startup_app_launcher.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/app_mode/startup_app_launcher.cc View 1 2 3 4 5 6 2 chunks +17 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_controller.h View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_controller.cc View 1 2 3 4 5 6 6 chunks +23 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/app_launch_splash_screen_actor.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/error_screen.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/webui_login_view.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_error_message.css View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_error_message.html View 1 2 3 4 5 2 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_error_message.js View 1 2 3 4 5 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/resources/login/display_manager.js View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc View 1 2 3 6 chunks +41 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
zel
6 years, 9 months ago (2014-03-25 01:09:34 UTC) #1
xiyuan
https://codereview.chromium.org/209143002/diff/20001/chrome/browser/chromeos/login/kiosk_browsertest.cc File chrome/browser/chromeos/login/kiosk_browsertest.cc (right): https://codereview.chromium.org/209143002/diff/20001/chrome/browser/chromeos/login/kiosk_browsertest.cc#newcode592 chrome/browser/chromeos/login/kiosk_browsertest.cc:592: // Mock network could be configured with owner's password. ...
6 years, 9 months ago (2014-03-25 05:21:19 UTC) #2
zel
https://codereview.chromium.org/209143002/diff/20001/chrome/browser/chromeos/login/kiosk_browsertest.cc File chrome/browser/chromeos/login/kiosk_browsertest.cc (right): https://codereview.chromium.org/209143002/diff/20001/chrome/browser/chromeos/login/kiosk_browsertest.cc#newcode592 chrome/browser/chromeos/login/kiosk_browsertest.cc:592: // Mock network could be configured with owner's password. ...
6 years, 9 months ago (2014-03-25 22:26:32 UTC) #3
xiyuan
LGTM https://codereview.chromium.org/209143002/diff/150001/chrome/browser/chromeos/app_mode/startup_app_launcher.cc File chrome/browser/chromeos/app_mode/startup_app_launcher.cc (right): https://codereview.chromium.org/209143002/diff/150001/chrome/browser/chromeos/app_mode/startup_app_launcher.cc#newcode54 chrome/browser/chromeos/app_mode/startup_app_launcher.cc:54: const int kRerunDelay = 2; no longer needed. ...
6 years, 9 months ago (2014-03-26 16:24:16 UTC) #4
Nikita (slow)
+Yuri FYI
6 years, 9 months ago (2014-03-26 16:35:52 UTC) #5
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-26 17:22:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/170001
6 years, 9 months ago (2014-03-26 17:25:29 UTC) #7
zel
https://codereview.chromium.org/209143002/diff/150001/chrome/browser/chromeos/app_mode/startup_app_launcher.cc File chrome/browser/chromeos/app_mode/startup_app_launcher.cc (right): https://codereview.chromium.org/209143002/diff/150001/chrome/browser/chromeos/app_mode/startup_app_launcher.cc#newcode54 chrome/browser/chromeos/app_mode/startup_app_launcher.cc:54: const int kRerunDelay = 2; On 2014/03/26 16:24:16, xiyuan ...
6 years, 9 months ago (2014-03-26 17:30:57 UTC) #8
commit-bot: I haz the power
Change committed as 259679
6 years, 9 months ago (2014-03-26 20:51:25 UTC) #9
erikchen
A revert of this CL has been created in https://codereview.chromium.org/213253007/ by erikchen@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-26 22:17:07 UTC) #10
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-27 22:51:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/190001
6 years, 9 months ago (2014-03-27 22:52:25 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 01:01:41 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-28 01:01:44 UTC) #14
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-28 01:13:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/190001
6 years, 9 months ago (2014-03-28 01:13:44 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 02:51:46 UTC) #17
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) components_unittests, crypto_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136611
6 years, 9 months ago (2014-03-28 02:51:47 UTC) #18
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-28 02:52:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/190001
6 years, 9 months ago (2014-03-28 02:54:12 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 03:16:18 UTC) #21
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) crypto_unittests, url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136638
6 years, 9 months ago (2014-03-28 03:16:19 UTC) #22
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-28 03:19:02 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/190001
6 years, 9 months ago (2014-03-28 03:19:50 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 04:11:13 UTC) #25
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) components_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_simulator&number=136680
6 years, 9 months ago (2014-03-28 04:11:14 UTC) #26
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 9 months ago (2014-03-28 14:17:08 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/209143002/190001
6 years, 9 months ago (2014-03-28 14:18:29 UTC) #28
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 16:31:33 UTC) #29
Message was sent while issue was closed.
Change committed as 260158

Powered by Google App Engine
This is Rietveld 408576698