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

Issue 10389064: Added estimated time remaining on AU. (Closed)

Created:
8 years, 7 months ago by ygorshenin1
Modified:
8 years, 7 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, arv (Not doing code reviews), stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Added estimated time remaining on AU. BUG=chromium:125170 TEST=Manual testing on an Alex device. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137131

Patch Set 1 #

Patch Set 2 : Initialized is_download_average_speed_computed_. #

Patch Set 3 : Fixed license headers. #

Total comments: 21

Patch Set 4 : Fixed issues. #

Patch Set 5 : Deleted test code. #

Patch Set 6 : Fixed progress bar. #

Patch Set 7 : Small fixes. #

Patch Set 8 : Sync. #

Total comments: 4

Patch Set 9 : Issues are fixed, sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -12 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/mock_update_screen.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/update_screen.h View 1 2 3 4 5 6 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/update_screen.cc View 1 2 3 4 5 6 chunks +78 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/update_screen_actor.h View 1 2 3 4 5 6 3 chunks +9 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/login.js View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.css View 1 2 3 4 5 6 7 8 2 chunks +37 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 2 3 4 5 6 7 8 3 chunks +33 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_update.html View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/update_screen_handler.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/update_screen_handler.cc View 1 2 3 4 5 6 7 8 3 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
ygorshenin1
8 years, 7 months ago (2012-05-10 10:03:36 UTC) #1
Nikita (slow)
http://codereview.chromium.org/10389064/diff/2002/chrome/browser/chromeos/login/update_screen.cc File chrome/browser/chromeos/login/update_screen.cc (right): http://codereview.chromium.org/10389064/diff/2002/chrome/browser/chromeos/login/update_screen.cc#newcode45 chrome/browser/chromeos/login/update_screen.cc:45: const base::TimeDelta kMinTimeStep = base::TimeDelta::FromMilliseconds(10); Perhaps set it to ...
8 years, 7 months ago (2012-05-10 16:04:31 UTC) #2
ygorshenin1
Issues are fixed, still waiting for the UI review. http://codereview.chromium.org/10389064/diff/2002/chrome/browser/chromeos/login/update_screen.cc File chrome/browser/chromeos/login/update_screen.cc (right): http://codereview.chromium.org/10389064/diff/2002/chrome/browser/chromeos/login/update_screen.cc#newcode45 chrome/browser/chromeos/login/update_screen.cc:45: ...
8 years, 7 months ago (2012-05-11 12:42:49 UTC) #3
Nikita (slow)
patchset 5 lgtm I'll do another round of review if anything significantly changes after UI ...
8 years, 7 months ago (2012-05-12 16:00:27 UTC) #4
ygorshenin1
PTAL. UI review passed. Link to the current screenshot: file:///home/ygorshenin/www/update_screen.png
8 years, 7 months ago (2012-05-14 18:00:47 UTC) #5
Nikita (slow)
lgtm http://codereview.chromium.org/10389064/diff/2005/chrome/browser/resources/chromeos/login/oobe.css File chrome/browser/resources/chromeos/login/oobe.css (right): http://codereview.chromium.org/10389064/diff/2005/chrome/browser/resources/chromeos/login/oobe.css#newcode470 chrome/browser/resources/chromeos/login/oobe.css:470: margin-left: 74px; Use -webkit-margin-start instead of margin-left since ...
8 years, 7 months ago (2012-05-15 07:25:09 UTC) #6
ygorshenin1
http://codereview.chromium.org/10389064/diff/2005/chrome/browser/resources/chromeos/login/oobe.css File chrome/browser/resources/chromeos/login/oobe.css (right): http://codereview.chromium.org/10389064/diff/2005/chrome/browser/resources/chromeos/login/oobe.css#newcode470 chrome/browser/resources/chromeos/login/oobe.css:470: margin-left: 74px; On 2012/05/15 07:25:09, Nikita Kostylev wrote: > ...
8 years, 7 months ago (2012-05-15 08:12:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/10389064/3014
8 years, 7 months ago (2012-05-15 13:31:38 UTC) #8
commit-bot: I haz the power
8 years, 7 months ago (2012-05-15 15:09:04 UTC) #9
Change committed as 137131

Powered by Google App Engine
This is Rietveld 408576698