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

Issue 10829276: Get web application list using Drive V2 API. (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, hashimoto, kinaba, Daniel Erat, Greg Spencer (Chromium)
Visibility:
Public.

Description

Get web application list using Drive V2 API. In Drive V2 API, getting drive application list has a separate API call, which was formally included in account metadata in WAPI. BUG=chromium:127728 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151657

Patch Set 1 : Fix unittest compile. #

Total comments: 12

Patch Set 2 : Fix for comments. #

Total comments: 2

Patch Set 3 : Add unittest. #

Total comments: 5

Patch Set 4 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -53 lines) Patch
M chrome/browser/chromeos/gdata/drive_webapps_registry.h View 1 2 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_webapps_registry.cc View 1 3 chunks +92 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_webapps_registry_unittest.cc View 1 2 3 5 chunks +52 lines, -24 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 6 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 3 3 chunks +25 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
kochi
Hi Satoru, Could you review this? Thanks,
8 years, 4 months ago (2012-08-10 06:10:25 UTC) #1
satorux1
http://codereview.chromium.org/10829276/diff/6002/chrome/browser/chromeos/gdata/drive_webapps_registry.cc File chrome/browser/chromeos/gdata/drive_webapps_registry.cc (right): http://codereview.chromium.org/10829276/diff/6002/chrome/browser/chromeos/gdata/drive_webapps_registry.cc#newcode200 chrome/browser/chromeos/gdata/drive_webapps_registry.cc:200: it != applist->items().end(); ++it) { matter of taste, but ...
8 years, 4 months ago (2012-08-10 17:26:02 UTC) #2
satorux1
BTW, there are several M22 bugs related to the webapp stuff. We might need to ...
8 years, 4 months ago (2012-08-10 17:41:43 UTC) #3
kochi
I'll keep an eye on changes about drive_webapps_registry chagnes. Thanks for the notice! https://chromiumcodereview.appspot.com/10829276/diff/6002/chrome/browser/chromeos/gdata/drive_webapps_registry.cc File ...
8 years, 4 months ago (2012-08-13 09:12:24 UTC) #4
satorux1
http://codereview.chromium.org/10829276/diff/11001/chrome/browser/chromeos/gdata/drive_webapps_registry.cc File chrome/browser/chromeos/gdata/drive_webapps_registry.cc (right): http://codereview.chromium.org/10829276/diff/11001/chrome/browser/chromeos/gdata/drive_webapps_registry.cc#newcode193 chrome/browser/chromeos/gdata/drive_webapps_registry.cc:193: void DriveWebAppsRegistry::UpdateFromApplicationList(const AppList& applist) { Can you write a ...
8 years, 4 months ago (2012-08-13 17:14:48 UTC) #5
kochi
Thanks, added a unittest. https://chromiumcodereview.appspot.com/10829276/diff/11001/chrome/browser/chromeos/gdata/drive_webapps_registry.cc File chrome/browser/chromeos/gdata/drive_webapps_registry.cc (right): https://chromiumcodereview.appspot.com/10829276/diff/11001/chrome/browser/chromeos/gdata/drive_webapps_registry.cc#newcode193 chrome/browser/chromeos/gdata/drive_webapps_registry.cc:193: void DriveWebAppsRegistry::UpdateFromApplicationList(const AppList& applist) { ...
8 years, 4 months ago (2012-08-14 09:21:10 UTC) #6
satorux1
LGTM. I think it's safe to submit. I had some chat with gspencer@ and it ...
8 years, 4 months ago (2012-08-14 13:04:55 UTC) #7
satorux1
please submit after fixing nits. thanks.
8 years, 4 months ago (2012-08-14 13:06:42 UTC) #8
kochi
Nits fixed. Thanks for the review! https://chromiumcodereview.appspot.com/10829276/diff/3007/chrome/browser/chromeos/gdata/drive_webapps_registry_unittest.cc File chrome/browser/chromeos/gdata/drive_webapps_registry_unittest.cc (right): https://chromiumcodereview.appspot.com/10829276/diff/3007/chrome/browser/chromeos/gdata/drive_webapps_registry_unittest.cc#newcode40 chrome/browser/chromeos/gdata/drive_webapps_registry_unittest.cc:40: .AppendASCII(prefix.c_str()) On 2012/08/14 ...
8 years, 4 months ago (2012-08-15 03:33:02 UTC) #9
kochi
8 years, 4 months ago (2012-08-15 04:39:16 UTC) #10
(+gspencer)
Submitted.

Powered by Google App Engine
This is Rietveld 408576698