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

Issue 10823226: Get AboutResource as account metadata for Drive V2. (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
satorux1
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, kinaba, hashimoto, Daniel Erat
Visibility:
Public.

Description

Get AboutResource as account metadata for Drive V2. In Drive V2 api, change ID is extended to int64, so we have to extend the size to 64bit. For getting account metadata, WAPI:Drive V2 is not 1:1 mapping. Getting application list is separated from this CL. As refactoring gdata_wapi_feed_loader and making a separate drive_api_feed_loader makes very redundant copy & paste, so used IsDriveV2APIEnabled() for separating different JSON feed handlings in completion callbacks. CLs for getting file changelists and applists will follow. BUG=chromium:127728 TEST=manually make sure this doesn't break FileBrowser Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150718

Patch Set 1 : . #

Total comments: 16

Patch Set 2 : fix for comments. #

Patch Set 3 : Fix 64bit printf. #

Patch Set 4 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -54 lines) Patch
M chrome/browser/chromeos/gdata/gdata.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 6 chunks +41 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 2 3 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 1 2 3 4 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 6 chunks +22 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 9 chunks +107 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_parser.h View 6 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_parser.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kochi
Hi Satoru, Could you review this? Thanks,
8 years, 4 months ago (2012-08-08 10:46:02 UTC) #1
satorux1
http://codereview.chromium.org/10823226/diff/9001/chrome/browser/chromeos/gdata/gdata.proto File chrome/browser/chromeos/gdata/gdata.proto (right): http://codereview.chromium.org/10823226/diff/9001/chrome/browser/chromeos/gdata/gdata.proto#newcode85 chrome/browser/chromeos/gdata/gdata.proto:85: optional int32 deprecated_largest_changestamp = 2; please remove this. http://codereview.chromium.org/10823226/diff/9001/chrome/browser/chromeos/gdata/gdata_file_system.cc ...
8 years, 4 months ago (2012-08-08 13:18:51 UTC) #2
kochi
Thanks for the review! http://chromiumcodereview.appspot.com/10823226/diff/9001/chrome/browser/chromeos/gdata/gdata.proto File chrome/browser/chromeos/gdata/gdata.proto (right): http://chromiumcodereview.appspot.com/10823226/diff/9001/chrome/browser/chromeos/gdata/gdata.proto#newcode85 chrome/browser/chromeos/gdata/gdata.proto:85: optional int32 deprecated_largest_changestamp = 2; ...
8 years, 4 months ago (2012-08-08 16:53:27 UTC) #3
satorux1
LGTM
8 years, 4 months ago (2012-08-08 20:13:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10823226/10013
8 years, 4 months ago (2012-08-09 02:15:19 UTC) #5
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/gdata/gdata_files.h: While running patch -p1 --forward --force; patching file chrome/browser/chromeos/gdata/gdata_files.h ...
8 years, 4 months ago (2012-08-09 02:15:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10823226/9003
8 years, 4 months ago (2012-08-09 02:31:30 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 04:00:22 UTC) #8
Change committed as 150718

Powered by Google App Engine
This is Rietveld 408576698