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

Issue 904163003: Reset Screen moved to ScreenContext. (Closed)

Created:
5 years, 10 months ago by merkulova
Modified:
5 years, 10 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, dzhioev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reset Screen moved to ScreenContext. BUG=456778 TBR=jonross@chromium.org Committed: https://crrev.com/4b77f613917020e58b31975355e4ca2347f216e2 Cr-Commit-Position: refs/heads/master@{#316212} Committed: https://crrev.com/ba85904895874b5d82d78bcb499c3c5ee7388e34 Cr-Commit-Position: refs/heads/master@{#316232} Committed: https://crrev.com/2ea8cb65f0280ff774b05a6f6745a45257888ad8 Cr-Commit-Position: refs/heads/master@{#316441}

Patch Set 1 #

Patch Set 2 : User actions introduced. #

Total comments: 25

Patch Set 3 : Confirmational overlay aligned with ScreenContext. #

Patch Set 4 : Cancel moved to UserActions. #

Patch Set 5 : GetScreenContext used. #

Patch Set 6 : Logs removed. #

Patch Set 7 : Synced with ErrorScreen change. #

Total comments: 1

Patch Set 8 : Include for GetNativeWindow added. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+563 lines, -441 lines) Patch
A chrome/browser/chromeos/login/screens/reset_model.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/screens/reset_model.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/screens/reset_screen.h View 1 2 2 chunks +45 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/login/screens/reset_screen.cc View 1 2 3 4 5 6 7 1 chunk +221 lines, -22 lines 0 comments Download
D chrome/browser/chromeos/login/screens/reset_screen_actor.h View 1 chunk +0 lines, -39 lines 0 comments Download
A chrome/browser/chromeos/login/screens/reset_view.h View 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/oobe_display.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_reset.js View 1 2 3 4 5 7 chunks +142 lines, -92 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js View 1 2 4 5 2 chunks +6 lines, -26 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/reset_screen_handler.h View 1 2 2 chunks +7 lines, -51 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc View 1 2 3 chunks +13 lines, -187 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M ui/login/display_manager.js View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 28 (9 generated)
merkulova
5 years, 10 months ago (2015-02-10 07:47:19 UTC) #2
dzhioev (left Google)
https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/reset_browsertest.cc File chrome/browser/chromeos/login/reset_browsertest.cc (right): https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/reset_browsertest.cc#newcode64 chrome/browser/chromeos/login/reset_browsertest.cc:64: LOG(ERROR) << "1"; Remove this. https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/screens/reset_model.cc File chrome/browser/chromeos/login/screens/reset_model.cc (right): ...
5 years, 10 months ago (2015-02-11 12:38:30 UTC) #3
merkulova
https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/reset_browsertest.cc File chrome/browser/chromeos/login/reset_browsertest.cc (right): https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/reset_browsertest.cc#newcode64 chrome/browser/chromeos/login/reset_browsertest.cc:64: LOG(ERROR) << "1"; On 2015/02/11 12:38:29, dzhioev wrote: > ...
5 years, 10 months ago (2015-02-11 15:07:17 UTC) #4
dzhioev (left Google)
https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/screens/reset_screen.h File chrome/browser/chromeos/login/screens/reset_screen.h (right): https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/screens/reset_screen.h#newcode66 chrome/browser/chromeos/login/screens/reset_screen.h:66: scoped_refptr<HelpAppLauncher> help_app_; On 2015/02/11 15:07:17, merkulova wrote: > On ...
5 years, 10 months ago (2015-02-12 12:51:58 UTC) #5
merkulova
https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/screens/reset_screen.h File chrome/browser/chromeos/login/screens/reset_screen.h (right): https://codereview.chromium.org/904163003/diff/20001/chrome/browser/chromeos/login/screens/reset_screen.h#newcode66 chrome/browser/chromeos/login/screens/reset_screen.h:66: scoped_refptr<HelpAppLauncher> help_app_; On 2015/02/12 12:51:58, dzhioev wrote: > On ...
5 years, 10 months ago (2015-02-12 13:37:38 UTC) #6
merkulova
5 years, 10 months ago (2015-02-12 14:27:27 UTC) #7
dzhioev (left Google)
On 2015/02/12 14:27:27, merkulova wrote: LGTM
5 years, 10 months ago (2015-02-13 12:40:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904163003/100001
5 years, 10 months ago (2015-02-13 12:53:36 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-02-13 13:42:25 UTC) #14
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/4b77f613917020e58b31975355e4ca2347f216e2 Cr-Commit-Position: refs/heads/master@{#316212}
5 years, 10 months ago (2015-02-13 13:42:58 UTC) #15
merkulova
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/917613005/ by merkulova@chromium.org. ...
5 years, 10 months ago (2015-02-13 13:57:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904163003/120001
5 years, 10 months ago (2015-02-13 16:08:59 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-13 17:30:13 UTC) #19
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/ba85904895874b5d82d78bcb499c3c5ee7388e34 Cr-Commit-Position: refs/heads/master@{#316232}
5 years, 10 months ago (2015-02-13 17:30:38 UTC) #20
jonross
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/928513002/ by jonross@chromium.org. ...
5 years, 10 months ago (2015-02-13 17:44:34 UTC) #21
jonross
https://codereview.chromium.org/904163003/diff/120001/chrome/browser/chromeos/login/screens/reset_screen.cc File chrome/browser/chromeos/login/screens/reset_screen.cc (right): https://codereview.chromium.org/904163003/diff/120001/chrome/browser/chromeos/login/screens/reset_screen.cc#newcode208 chrome/browser/chromeos/login/screens/reset_screen.cc:208: help_app_ = new HelpAppLauncher(GetNativeWindow()); This line appears to be ...
5 years, 10 months ago (2015-02-13 17:49:04 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/904163003/140001
5 years, 10 months ago (2015-02-16 08:25:24 UTC) #25
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 10 months ago (2015-02-16 09:05:53 UTC) #27
commit-bot: I haz the power
5 years, 10 months ago (2015-02-16 09:06:39 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/2ea8cb65f0280ff774b05a6f6745a45257888ad8
Cr-Commit-Position: refs/heads/master@{#316441}

Powered by Google App Engine
This is Rietveld 408576698