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

Issue 10818017: contacts: Add GDataContactsService. (Closed)

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

Description

contacts: Add GDataContactsService. This adds a class for fetching a user's Google contacts via the Contacts API. BUG=128805 TEST=added TBR=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149005

Patch Set 1 #

Patch Set 2 : re-upload #

Patch Set 3 : minor cleanup #

Total comments: 10

Patch Set 4 : add a comment giving an overview for DownloadContactsRequest #

Patch Set 5 : apply review feedback #

Total comments: 16

Patch Set 6 : update for Contact protobuf and remove stub #

Patch Set 7 : minor cleanup #

Patch Set 8 : apply feedback and merge #

Patch Set 9 : merge #

Patch Set 10 : s/struct/class/ in forward declaration (caught by clang) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1137 lines, -10 lines) Patch
M chrome/browser/chromeos/contacts/contact.proto View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
A chrome/browser/chromeos/gdata/gdata_contacts_service.h View 1 2 3 4 5 6 7 8 9 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_contacts_service.cc View 1 2 3 4 5 6 7 1 chunk +613 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_contacts_service_browsertest.cc View 1 2 3 4 5 1 chunk +259 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.h View 1 chunk +57 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.cc View 3 chunks +71 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.h View 1 2 3 4 5 3 chunks +3 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.cc View 1 2 3 4 5 4 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/operations_base.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Daniel Erat
Sorry, this is probably the largest of the changes. I can split the gdata_operations and ...
8 years, 5 months ago (2012-07-24 17:47:07 UTC) #1
satorux1
http://codereview.chromium.org/10818017/diff/4001/chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h File chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h (right): http://codereview.chromium.org/10818017/diff/4001/chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h#newcode21 chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h:21: class FakeGDataContactsService : public GDataContactsServiceInterface { class comment is ...
8 years, 5 months ago (2012-07-24 18:25:51 UTC) #2
Daniel Erat
https://chromiumcodereview.appspot.com/10818017/diff/4001/chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h File chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h (right): https://chromiumcodereview.appspot.com/10818017/diff/4001/chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h#newcode21 chrome/browser/chromeos/gdata/fake_gdata_contacts_service.h:21: class FakeGDataContactsService : public GDataContactsServiceInterface { On 2012/07/24 18:25:51, ...
8 years, 5 months ago (2012-07-24 20:37:21 UTC) #3
satorux1
http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc File chrome/browser/chromeos/gdata/gdata_contacts_service.cc (right): http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc#newcode128 chrome/browser/chromeos/gdata/gdata_contacts_service.cc:128: // Initializes a AddressType struct given a dictionary representing ...
8 years, 5 months ago (2012-07-24 21:34:29 UTC) #4
Daniel Erat
I've applied your feedback here, but I've also applied your IM suggestion of using protocol ...
8 years, 4 months ago (2012-07-27 16:54:19 UTC) #5
satorux1
On 2012/07/27 16:54:19, Daniel Erat wrote: > I've applied your feedback here, but I've also ...
8 years, 4 months ago (2012-07-27 16:57:04 UTC) #6
Daniel Erat
Another look? The changes from patch set 5 are pretty minimal (and mostly involve deleting ...
8 years, 4 months ago (2012-07-27 23:55:25 UTC) #7
satorux1
LGTM with a nit: http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc File chrome/browser/chromeos/gdata/gdata_contacts_service.cc (right): http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc#newcode489 chrome/browser/chromeos/gdata/gdata_contacts_service.cc:489: if (!service_->feed_url_for_testing_.is_empty()) { On 2012/07/27 ...
8 years, 4 months ago (2012-07-28 00:38:23 UTC) #8
Daniel Erat
http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc File chrome/browser/chromeos/gdata/gdata_contacts_service.cc (right): http://codereview.chromium.org/10818017/diff/10001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc#newcode489 chrome/browser/chromeos/gdata/gdata_contacts_service.cc:489: if (!service_->feed_url_for_testing_.is_empty()) { On 2012/07/28 00:38:23, satorux1 wrote: > ...
8 years, 4 months ago (2012-07-29 19:54:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/derat@chromium.org/10818017/18009
8 years, 4 months ago (2012-07-30 15:23:07 UTC) #10
commit-bot: I haz the power
Presubmit check for 10818017-18009 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-30 15:23:12 UTC) #11
Daniel Erat
TBR Ben for chrome/*.gypi
8 years, 4 months ago (2012-07-30 15:25:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/derat@chromium.org/10818017/18009
8 years, 4 months ago (2012-07-30 15:25:39 UTC) #13
commit-bot: I haz the power
Try job failure for 10818017-18009 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 4 months ago (2012-07-30 18:15:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/derat@chromium.org/10818017/18009
8 years, 4 months ago (2012-07-30 18:44:57 UTC) #15
commit-bot: I haz the power
8 years, 4 months ago (2012-07-30 20:00:50 UTC) #16
Change committed as 149005

Powered by Google App Engine
This is Rietveld 408576698