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

Issue 2808100: Code implements UI for downloading and burning Chrome OS images on SSD card a... (Closed)

Created:
10 years, 4 months ago by tonibarzic
Modified:
9 years, 4 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Code implements UI for downloading and burning Chrome OS images on SSD card and USB key. Actual burning is not included in the change list. BUG=chromium-os:5346 TEST=type in chrome://imagebuner in browser. UI lists all media that image can be burnt to. After selecting burning target by clicking an image right to the target name, image download should start, and download progress should be displayed. After download ends alert should pop up asking user to confirm that he wants to burn image to selected device. Clicking both ok or cancel shouldn't do anything, since actual burning isn't stil included in CL. Image should be downloaded to chrome_image folder in users Downloads directory. this folder is deleted during shutdown. This is only visible in ChromeOS... Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57085

Patch Set 1 #

Total comments: 82

Patch Set 2 : '' #

Total comments: 66

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Total comments: 16

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 13

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+1605 lines, -3 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +54 lines, -1 line 5 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
A chrome/browser/chromeos/cros/burn_library.h View 5 6 7 8 9 10 11 1 chunk +103 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/cros/burn_library.cc View 5 6 7 8 9 10 11 1 chunk +142 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_library.h View 5 6 7 8 9 10 11 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/cros/cros_library.cc View 5 6 7 8 9 10 11 3 chunks +10 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/imageburner_ui.h View 4 5 6 7 8 9 10 11 1 chunk +219 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/dom_ui/imageburner_ui.cc View 4 5 6 7 8 9 10 11 1 chunk +614 lines, -0 lines 1 comment Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/imageburner.html View 1 2 3 4 1 chunk +441 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +5 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
tonibarzic
10 years, 4 months ago (2010-08-03 22:14:40 UTC) #1
arv (Not doing code reviews)
You should really use the HTML5 progress element. It will save you hundreds of lines ...
10 years, 4 months ago (2010-08-03 22:50:46 UTC) #2
tonibarzic
http://codereview.chromium.org/2808100/diff/1/7 File chrome/browser/resources/imageburner.html (right): http://codereview.chromium.org/2808100/diff/1/7#newcode1 chrome/browser/resources/imageburner.html:1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> On ...
10 years, 4 months ago (2010-08-04 03:59:02 UTC) #3
arv (Not doing code reviews)
I haven't looked at the C++ code yet but I took a quick glance and ...
10 years, 4 months ago (2010-08-05 21:05:38 UTC) #4
tbarzic
Ok, I will put this behind flag...as soon as I figure out how :) http://codereview.chromium.org/2808100/diff/10001/4007 ...
10 years, 4 months ago (2010-08-06 23:23:55 UTC) #5
zel
http://codereview.chromium.org/2808100/diff/18001/19005 File chrome/browser/dom_ui/imageburner_ui.h (right): http://codereview.chromium.org/2808100/diff/18001/19005#newcode1 chrome/browser/dom_ui/imageburner_ui.h:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
10 years, 4 months ago (2010-08-11 20:34:05 UTC) #6
tbarzic
http://codereview.chromium.org/2808100/diff/18001/19005 File chrome/browser/dom_ui/imageburner_ui.h (right): http://codereview.chromium.org/2808100/diff/18001/19005#newcode1 chrome/browser/dom_ui/imageburner_ui.h:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
10 years, 4 months ago (2010-08-12 18:59:33 UTC) #7
zel
http://codereview.chromium.org/2808100/diff/26001/27003 File chrome/browser/chromeos/dom_ui/imageburner_ui.cc (right): http://codereview.chromium.org/2808100/diff/26001/27003#newcode103 chrome/browser/chromeos/dom_ui/imageburner_ui.cc:103: #if defined(OS_CHROMEOS) remove all these http://codereview.chromium.org/2808100/diff/26001/27003#newcode155 chrome/browser/chromeos/dom_ui/imageburner_ui.cc:155: DictionaryValue* result_value ...
10 years, 4 months ago (2010-08-12 21:27:52 UTC) #8
dhg
http://codereview.chromium.org/2808100/diff/1/2 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/2808100/diff/1/2#newcode7738 chrome/app/generated_resources.grd:7738: Image downloaded has been terminated!! We probably don't need ...
10 years, 4 months ago (2010-08-12 23:31:50 UTC) #9
tbarzic
Image is not pulled from static location anymore.. Also, added calling burn service and burning ...
10 years, 4 months ago (2010-08-17 20:07:11 UTC) #10
David G.
Re:Dangerous downloads: Just handle the case by allowing the download or using the result. Just ...
10 years, 4 months ago (2010-08-18 15:49:05 UTC) #11
tbarzic
some style changes and fixed a bug in burn_library (burn status received from libcros should ...
10 years, 4 months ago (2010-08-19 02:16:56 UTC) #12
zel
almost there... http://codereview.chromium.org/2808100/diff/72001/73003 File chrome/browser/chromeos/cros/burn_library.cc (right): http://codereview.chromium.org/2808100/diff/72001/73003#newcode42 chrome/browser/chromeos/cros/burn_library.cc:42: NewRunnableMethod(task, &BurnLibraryTaskProxy::BurnImage, indent should be either 4 ...
10 years, 4 months ago (2010-08-19 07:41:56 UTC) #13
tbarzic
http://codereview.chromium.org/2808100/diff/72001/73003 File chrome/browser/chromeos/cros/burn_library.cc (right): http://codereview.chromium.org/2808100/diff/72001/73003#newcode42 chrome/browser/chromeos/cros/burn_library.cc:42: NewRunnableMethod(task, &BurnLibraryTaskProxy::BurnImage, On 2010/08/19 07:41:57, zel wrote: > indent ...
10 years, 4 months ago (2010-08-19 19:46:35 UTC) #14
zel
LGTM
10 years, 4 months ago (2010-08-19 20:02:40 UTC) #15
zel
please don't submit until you get a clean trybot run - you need to explicitly ...
10 years, 4 months ago (2010-08-19 20:03:49 UTC) #16
tbarzic
had to resolve some conflicts...
10 years, 4 months ago (2010-08-21 00:43:27 UTC) #17
zel
LGTM
10 years, 4 months ago (2010-08-21 00:52:42 UTC) #18
tony
http://codereview.chromium.org/2808100/diff/84001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/2808100/diff/84001/chrome/app/generated_resources.grd#newcode7864 chrome/app/generated_resources.grd:7864: <message name="IDS_IMAGEBURN_CONFIM_BURN1" desc="Ask if user wants to burn image ...
9 years, 4 months ago (2011-08-04 17:18:44 UTC) #19
tony
ping On 2011/08/04 17:18:44, tony wrote: > http://codereview.chromium.org/2808100/diff/84001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > http://codereview.chromium.org/2808100/diff/84001/chrome/app/generated_resources.grd#newcode7864 ...
9 years, 4 months ago (2011-08-09 21:11:08 UTC) #20
tbarzic
On 2011/08/09 21:11:08, tony wrote: > ping > > On 2011/08/04 17:18:44, tony wrote: > ...
9 years, 4 months ago (2011-08-09 21:41:54 UTC) #21
tony
9 years, 4 months ago (2011-08-09 21:42:41 UTC) #22
On 2011/08/09 21:41:54, toni wrote:
> Btw. most of these strings are not used anymore, I planned to remove them for
> M14 but it slipped from my mind. So do you want me to remove them now or do
you
> want them to be corrected?

If they're not used, they should be removed.

Powered by Google App Engine
This is Rietveld 408576698