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

Issue 10823039: gdata: Add GCache Contents section to chrome:drive-internals (Closed)

Created:
8 years, 5 months ago by satorux1
Modified:
8 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews), stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

gdata: Add GCache Contents section to chrome:drive-internals This section is used to show contents in the GCache directory. BUG=135328 TEST=the new section is shown in chrome:drive-internals properly Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148752

Patch Set 1 #

Patch Set 2 : add css #

Total comments: 14

Patch Set 3 : address comments #

Total comments: 6

Patch Set 4 : functin names #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -11 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/resources/chromeos/drive_internals.css View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.html View 1 2 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.js View 1 2 3 1 chunk +48 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 2 3 4 chunks +76 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
satorux1
achuith: changes in .cc/html/js/css files jhawkins: chrome/browser/browser_resources.grd but please feel free to look at other ...
8 years, 5 months ago (2012-07-26 14:05:04 UTC) #1
James Hawkins
LGTM with nits. http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html File chrome/browser/resources/chromeos/drive_internals.html (right): http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html#newcode13 chrome/browser/resources/chromeos/drive_internals.html:13: <table> I'm not going to ask ...
8 years, 5 months ago (2012-07-26 17:50:02 UTC) #2
satorux1
Thank you for taking a look at the webui stuff. http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html File chrome/browser/resources/chromeos/drive_internals.html (right): http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html#newcode13 ...
8 years, 5 months ago (2012-07-26 19:18:14 UTC) #3
James Hawkins
SLGTM http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html File chrome/browser/resources/chromeos/drive_internals.html (right): http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html#newcode13 chrome/browser/resources/chromeos/drive_internals.html:13: <table> On 2012/07/26 19:18:14, satorux1 wrote: > On ...
8 years, 5 months ago (2012-07-26 19:30:41 UTC) #4
satorux1
http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html File chrome/browser/resources/chromeos/drive_internals.html (right): http://codereview.chromium.org/10823039/diff/2001/chrome/browser/resources/chromeos/drive_internals.html#newcode13 chrome/browser/resources/chromeos/drive_internals.html:13: <table> On 2012/07/26 19:30:41, James Hawkins wrote: > On ...
8 years, 5 months ago (2012-07-26 20:29:23 UTC) #5
satorux1
achuith@, could you take a look at the c++ part? yoshiki@, this change would be ...
8 years, 5 months ago (2012-07-26 21:17:18 UTC) #6
achuithb
lgtm http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/chromeos/drive_internals.js File chrome/browser/resources/chromeos/drive_internals.js (right): http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/chromeos/drive_internals.js#newcode9 chrome/browser/resources/chromeos/drive_internals.js:9: function UpdateAuthStatus(authStatus) { same http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/chromeos/drive_internals.js#newcode19 chrome/browser/resources/chromeos/drive_internals.js:19: function UpdateGCacheContents(gcacheContents) ...
8 years, 5 months ago (2012-07-26 23:16:29 UTC) #7
satorux1
8 years, 4 months ago (2012-07-27 15:23:23 UTC) #8
http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/ch...
File chrome/browser/resources/chromeos/drive_internals.js (right):

http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/ch...
chrome/browser/resources/chromeos/drive_internals.js:9: function
UpdateAuthStatus(authStatus) {
On 2012/07/26 23:16:29, achuith.bhandarkar wrote:
> same

Done.

http://codereview.chromium.org/10823039/diff/8001/chrome/browser/resources/ch...
chrome/browser/resources/chromeos/drive_internals.js:19: function
UpdateGCacheContents(gcacheContents) {
On 2012/07/26 23:16:29, achuith.bhandarkar wrote:
> I think the first letter needs not be capitalized for function names in
> javascript?

Good catch! Done.

Powered by Google App Engine
This is Rietveld 408576698