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

Issue 11577002: Converted ResumeUploadOperation to use JSON in response instead of XML. (Closed)

Created:
8 years ago by mtomasz
Modified:
8 years ago
Reviewers:
satorux1
CC:
chromium-reviews, achuith+watch_chromium.org
Visibility:
Public.

Description

Converted ResumeUploadOperation to use JSON in response instead of XML. This was the last operation using xml in response. It is now converted to json, what simplifies the code significantly. BUG=163303 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173427

Patch Set 1 #

Patch Set 2 : Cleaned up. #

Total comments: 4

Patch Set 3 : Fixed unit tests. #

Total comments: 7

Patch Set 4 : Addressed comments. #

Patch Set 5 : Rebased. #

Patch Set 6 : Fixed unit tests. #

Patch Set 7 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -93 lines) Patch
M chrome/browser/google_apis/base_operations.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/base_operations.cc View 1 2 3 3 chunks +15 lines, -10 lines 0 comments Download
M chrome/browser/google_apis/base_operations_unittest.cc View 1 2 3 4 5 3 chunks +84 lines, -53 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations.h View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations.cc View 1 2 6 chunks +32 lines, -23 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations_unittest.cc View 1 2 3 4 5 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mtomasz
@satorux: PTAL.
8 years ago (2012-12-13 09:51:00 UTC) #1
satorux1
https://codereview.chromium.org/11577002/diff/2001/chrome/browser/google_apis/base_operations.cc File chrome/browser/google_apis/base_operations.cc (right): https://codereview.chromium.org/11577002/diff/2001/chrome/browser/google_apis/base_operations.cc#newcode300 chrome/browser/google_apis/base_operations.cc:300: base::PostTaskAndReplyWithResult( I think you can use ParseJson() here. https://codereview.chromium.org/11577002/diff/2001/chrome/browser/google_apis/base_operations.h ...
8 years ago (2012-12-14 00:17:24 UTC) #2
mtomasz
https://codereview.chromium.org/11577002/diff/2001/chrome/browser/google_apis/base_operations.cc File chrome/browser/google_apis/base_operations.cc (right): https://codereview.chromium.org/11577002/diff/2001/chrome/browser/google_apis/base_operations.cc#newcode300 chrome/browser/google_apis/base_operations.cc:300: base::PostTaskAndReplyWithResult( On 2012/12/14 00:17:24, satorux1 wrote: > I think ...
8 years ago (2012-12-14 04:58:36 UTC) #3
satorux1
LGTM with nits: https://codereview.chromium.org/11577002/diff/7001/chrome/browser/google_apis/base_operations.h File chrome/browser/google_apis/base_operations.h (right): https://codereview.chromium.org/11577002/diff/7001/chrome/browser/google_apis/base_operations.h#newcode36 chrome/browser/google_apis/base_operations.h:36: typedef base::Callback<void(scoped_ptr<base::Value>)> ParseJsonCallback; Please add a ...
8 years ago (2012-12-14 05:02:42 UTC) #4
mtomasz
https://codereview.chromium.org/11577002/diff/7001/chrome/browser/google_apis/base_operations.h File chrome/browser/google_apis/base_operations.h (right): https://codereview.chromium.org/11577002/diff/7001/chrome/browser/google_apis/base_operations.h#newcode36 chrome/browser/google_apis/base_operations.h:36: typedef base::Callback<void(scoped_ptr<base::Value>)> ParseJsonCallback; On 2012/12/14 05:02:42, satorux1 wrote: > ...
8 years ago (2012-12-14 05:43:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/11577002/1012
8 years ago (2012-12-14 05:46:24 UTC) #6
commit-bot: I haz the power
Failed to apply patch for chrome/browser/google_apis/gdata_wapi_operations_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-12-14 05:46:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/11577002/7002
8 years ago (2012-12-14 05:52:14 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-12-14 06:22:49 UTC) #9
mtomasz
@satorux: I had to fix the tests. Before, I had compiled them in Release dir, ...
8 years ago (2012-12-14 07:28:53 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/11577002/8014
8 years ago (2012-12-14 07:42:46 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration
8 years ago (2012-12-14 09:40:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/11577002/8014
8 years ago (2012-12-14 10:22:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/11577002/15001
8 years ago (2012-12-17 04:11:49 UTC) #14
commit-bot: I haz the power
8 years ago (2012-12-17 06:53:22 UTC) #15
Retried try job too often on linux_chromeos for step(s) browser_tests

Powered by Google App Engine
This is Rietveld 408576698