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

Issue 609803002: UI rework for reset options including Rollback. (Closed)

Created:
6 years, 2 months ago by merkulova
Modified:
6 years, 2 months ago
CC:
chromium-reviews, arv+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

UI rework for reset options including Rollback. New flow https://docs.google.com/a/google.com/drawings/d/1pFPcX2XuZ2qQATplGLV0DxpRh-3xZp4nGWBSN-g3V1Y/edit Rollback option is invoked and hidden (if available) with same key-combination Ctrl+Alt+Shift+R as the reset but only while being on the reset screen. Screenshots (outdated since patchset 2) https://drive.google.com/folderview?id=0Bw7YaCAcM6UPdUFVYnk4UGlWSzA&usp=sharing Screenshots since patchset 2 https://drive.google.com/folderview?id=0Bw7YaCAcM6UPdzllZ3B6amtacmM&usp=sharing Screenshots since patchset 3 https://drive.google.com/folderview?id=0Bw7YaCAcM6UPR1NLQ2VRSWRtUlk&usp=sharing Screenshots since patchset 4 https://drive.google.com/folderview?id=0Bw7YaCAcM6UPYjRBWGV6WXVOVkE&usp=sharing BUG=399186 Committed: https://crrev.com/32b8eb2a2ab9db9f5d4b8da83c6f13132db94ee5 Cr-Commit-Position: refs/heads/master@{#298464}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Overlay style changed. Shortcut and logic of rollback onvocation changed. #

Total comments: 1

Patch Set 3 : Border css fix. #

Patch Set 4 : Strings and views nits. Rollback view is unset on screen cancel. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+303 lines, -201 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 3 chunks +19 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/reset_browsertest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_common.js View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_resources.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.html View 1 1 chunk +2 lines, -20 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_popup_overlay.css View 1 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.css View 1 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_eula_installation_settings_overlay.html View 1 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_reset.css View 1 2 3 2 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_reset.html View 1 chunk +7 lines, -17 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_reset.js View 1 6 chunks +32 lines, -30 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.css View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.html View 1 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js View 1 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_container.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/reset_screen_handler.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc View 1 2 3 7 chunks +29 lines, -27 lines 0 comments Download
M ui/login/display_manager.js View 1 3 chunks +3 lines, -11 lines 0 comments Download
M ui/login/oobe.css View 1 2 3 2 chunks +1 line, -58 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
merkulova
6 years, 2 months ago (2014-09-26 12:23:53 UTC) #2
Nikita (slow)
>> Screenshots https://drive.google.com/a/google.com/folderview?id=0B0Pq_70XQgc1bFV5cTlJbGgzcFE&usp=sharing Popup border and shadow look a bit out of place. Please reuse ...
6 years, 2 months ago (2014-09-26 13:21:00 UTC) #4
dzhioev (left Google)
https://codereview.chromium.org/609803002/diff/1/chrome/browser/resources/chromeos/login/oobe_screen_reset.js File chrome/browser/resources/chromeos/login/oobe_screen_reset.js (right): https://codereview.chromium.org/609803002/diff/1/chrome/browser/resources/chromeos/login/oobe_screen_reset.js#newcode1 chrome/browser/resources/chromeos/login/oobe_screen_reset.js:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
6 years, 2 months ago (2014-09-29 14:35:43 UTC) #5
merkulova
Overlay style changed to the same one as eula popup uses. https://codereview.chromium.org/609803002/diff/1/chrome/browser/resources/chromeos/login/oobe_screen_reset.js File chrome/browser/resources/chromeos/login/oobe_screen_reset.js (right): ...
6 years, 2 months ago (2014-10-06 12:40:29 UTC) #6
dzhioev (left Google)
LGTM with nit https://codereview.chromium.org/609803002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js File chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js (right): https://codereview.chromium.org/609803002/diff/20001/chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js#newcode5 chrome/browser/resources/chromeos/login/oobe_screen_reset_confirmation_overlay.js:5: cr.define('reset', function() { nit: I don't ...
6 years, 2 months ago (2014-10-06 14:13:26 UTC) #7
Nikita (slow)
>> Screenshots since patchset 2 https://drive.google.com/a/google.com/folderview?id=0B0Pq_70XQgc1Z3FoemJQMkNjRzA&usp=sharing Are these screenshots latest ones? They seem to use ...
6 years, 2 months ago (2014-10-06 15:17:03 UTC) #8
merkulova
Css fixed. Screenshots updated.
6 years, 2 months ago (2014-10-07 08:24:04 UTC) #9
Nikita (slow)
On 2014/10/07 08:24:04, merkulova wrote: > Css fixed. Screenshots updated. Thanks, nits per screenshots. PowerwashConfirm: ...
6 years, 2 months ago (2014-10-07 08:35:00 UTC) #10
merkulova
Nits fixed.
6 years, 2 months ago (2014-10-07 10:54:19 UTC) #11
Nikita (slow)
lgtm
6 years, 2 months ago (2014-10-07 12:19:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/609803002/60001
6 years, 2 months ago (2014-10-07 12:21:39 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 5bcd3509d14c77578bcaf00969ec4b80c86501ce
6 years, 2 months ago (2014-10-07 13:30:52 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/32b8eb2a2ab9db9f5d4b8da83c6f13132db94ee5 Cr-Commit-Position: refs/heads/master@{#298464}
6 years, 2 months ago (2014-10-07 13:31:31 UTC) #16
Nikita (slow)
6 years, 2 months ago (2014-10-08 09:09:38 UTC) #17
Message was sent while issue was closed.
Btw, I've tried accessing screenshots from incognito window and it seems that
you need to change folder permissings to "anyone with a link".

Powered by Google App Engine
This is Rietveld 408576698