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

Issue 1081313002: Drive: Add response handling to BatchUploadRequst class. (Closed)

Created:
5 years, 8 months ago by hirono
Modified:
5 years, 7 months ago
Reviewers:
kinaba
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Drive: Add response handling to BatchUploadRequst class. BUG=451917 TEST=DriveApiRequestTest.BatchUploadRequest Committed: https://crrev.com/35d010b6e1351dfad5a7c8872946d2fef6ad8545 Cr-Commit-Position: refs/heads/master@{#327646}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fixed. #

Total comments: 16

Patch Set 3 : Fixed. #

Total comments: 14

Patch Set 4 : Fixed. #

Total comments: 2

Patch Set 5 : . #

Patch Set 6 : Fix compile error on windows. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -81 lines) Patch
M google_apis/drive/drive_api_requests.h View 1 2 3 chunks +19 lines, -5 lines 0 comments Download
M google_apis/drive/drive_api_requests.cc View 1 2 3 4 5 8 chunks +200 lines, -18 lines 0 comments Download
M google_apis/drive/drive_api_requests_unittest.cc View 1 2 4 chunks +182 lines, -55 lines 0 comments Download
M google_apis/drive/drive_api_url_generator_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
hirono
PTAL, thanks!
5 years, 8 months ago (2015-04-14 05:05:37 UTC) #2
kinaba
https://codereview.chromium.org/1081313002/diff/1/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/1/google_apis/drive/drive_api_requests.cc#newcode139 google_apis/drive/drive_api_requests.cc:139: // Splits multipart |response| into |parts|. Returns true on ...
5 years, 8 months ago (2015-04-14 06:25:26 UTC) #3
hirono
Thank you! https://codereview.chromium.org/1081313002/diff/1/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/1/google_apis/drive/drive_api_requests.cc#newcode139 google_apis/drive/drive_api_requests.cc:139: // Splits multipart |response| into |parts|. Returns ...
5 years, 8 months ago (2015-04-27 06:25:07 UTC) #5
kinaba
https://codereview.chromium.org/1081313002/diff/40001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/40001/google_apis/drive/drive_api_requests.cc#newcode160 google_apis/drive/drive_api_requests.cc:160: std::string::const_iterator output_begin = begin + prefix.size(); strictly speaking this ...
5 years, 8 months ago (2015-04-27 08:09:37 UTC) #6
hirono
Thanks! https://codereview.chromium.org/1081313002/diff/40001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/40001/google_apis/drive/drive_api_requests.cc#newcode160 google_apis/drive/drive_api_requests.cc:160: std::string::const_iterator output_begin = begin + prefix.size(); On 2015/04/27 ...
5 years, 8 months ago (2015-04-27 12:32:45 UTC) #7
kinaba
https://codereview.chromium.org/1081313002/diff/60001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/60001/google_apis/drive/drive_api_requests.cc#newcode162 google_apis/drive/drive_api_requests.cc:162: piece[piece.size() - 1 - trim_size] == '\t')) { while(true){if(X){Y;continue;} ...
5 years, 8 months ago (2015-04-28 03:54:54 UTC) #8
hirono
Thanks again! https://codereview.chromium.org/1081313002/diff/60001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/60001/google_apis/drive/drive_api_requests.cc#newcode162 google_apis/drive/drive_api_requests.cc:162: piece[piece.size() - 1 - trim_size] == '\t')) ...
5 years, 7 months ago (2015-04-28 05:41:18 UTC) #9
kinaba
lgtm https://codereview.chromium.org/1081313002/diff/80001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/80001/google_apis/drive/drive_api_requests.cc#newcode225 google_apis/drive/drive_api_requests.cc:225: const std::string terminator = "--" + boundary + ...
5 years, 7 months ago (2015-04-28 05:47:49 UTC) #10
hirono
Thank you! https://codereview.chromium.org/1081313002/diff/80001/google_apis/drive/drive_api_requests.cc File google_apis/drive/drive_api_requests.cc (right): https://codereview.chromium.org/1081313002/diff/80001/google_apis/drive/drive_api_requests.cc#newcode225 google_apis/drive/drive_api_requests.cc:225: const std::string terminator = "--" + boundary ...
5 years, 7 months ago (2015-04-28 12:31:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1081313002/100001
5 years, 7 months ago (2015-04-28 12:31:21 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/78158)
5 years, 7 months ago (2015-04-28 13:09:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1081313002/120001
5 years, 7 months ago (2015-04-30 01:57:01 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 7 months ago (2015-04-30 03:08:39 UTC) #20
commit-bot: I haz the power
5 years, 7 months ago (2015-04-30 03:10:29 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/35d010b6e1351dfad5a7c8872946d2fef6ad8545
Cr-Commit-Position: refs/heads/master@{#327646}

Powered by Google App Engine
This is Rietveld 408576698