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

Issue 10828422: drive: Add information about in-flight operations to chrome:drive-internals (Closed)

Created:
8 years, 4 months ago by Haruki Sato
Modified:
8 years, 3 months ago
Reviewers:
satorux1
CC:
chromium-reviews, arv (Not doing code reviews), stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

drive: Add information about in-flight operations to chrome:drive-internals Adding a section about in-flight operations in drive-internals. The section is added just below the "Authentication Status" as the opeations seem to be more dynamic than GCache/File System Contents and might be more interesting to the developers. BUG=140547 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154056

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Add periodic update. Rebase. #

Total comments: 2

Patch Set 3 : rebase, simplify a for-loop #

Total comments: 2

Patch Set 4 : rebase, add const #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -1 line) Patch
M chrome/browser/resources/chromeos/drive_internals.html View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.js View 1 3 chunks +41 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 2 3 4 chunks +58 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Haruki Sato
8 years, 4 months ago (2012-08-22 16:47:33 UTC) #1
satorux1
http://codereview.chromium.org/10828422/diff/7001/chrome/browser/resources/chromeos/drive_internals.js File chrome/browser/resources/chromeos/drive_internals.js (right): http://codereview.chromium.org/10828422/diff/7001/chrome/browser/resources/chromeos/drive_internals.js#newcode83 chrome/browser/resources/chromeos/drive_internals.js:83: * @param {Object} operationsSummary Dictionaty describing the status of ...
8 years, 4 months ago (2012-08-22 20:20:02 UTC) #2
Haruki Sato
thank you for the thorough review! http://codereview.chromium.org/10828422/diff/7001/chrome/browser/resources/chromeos/drive_internals.js File chrome/browser/resources/chromeos/drive_internals.js (right): http://codereview.chromium.org/10828422/diff/7001/chrome/browser/resources/chromeos/drive_internals.js#newcode83 chrome/browser/resources/chromeos/drive_internals.js:83: * @param {Object} ...
8 years, 4 months ago (2012-08-24 19:06:10 UTC) #3
satorux1
http://codereview.chromium.org/10828422/diff/5004/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc File chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (right): http://codereview.chromium.org/10828422/diff/5004/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc#newcode412 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc:412: for (std::vector<gdata::OperationRegistry::ProgressStatus>::iterator i i is not used for iterators ...
8 years, 4 months ago (2012-08-24 22:46:26 UTC) #4
Haruki Sato
Sorry for the delay. http://codereview.chromium.org/10828422/diff/5004/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc File chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (right): http://codereview.chromium.org/10828422/diff/5004/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc#newcode412 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc:412: for (std::vector<gdata::OperationRegistry::ProgressStatus>::iterator i On 2012/08/24 ...
8 years, 3 months ago (2012-08-28 23:12:56 UTC) #5
satorux1
LGTM with a nit. Besides please update the patch description. The first line looks awkward: ...
8 years, 3 months ago (2012-08-28 23:19:10 UTC) #6
Haruki Sato
Added const and updated the change description. http://codereview.chromium.org/10828422/diff/16001/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc File chrome/browser/ui/webui/chromeos/drive_internals_ui.cc (right): http://codereview.chromium.org/10828422/diff/16001/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc#newcode413 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc:413: gdata::OperationRegistry::ProgressStatus status ...
8 years, 3 months ago (2012-08-29 17:15:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haruki@chromium.org/10828422/22001
8 years, 3 months ago (2012-08-29 20:27:18 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 03:12:15 UTC) #9
Change committed as 154056

Powered by Google App Engine
This is Rietveld 408576698