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

Issue 12209035: Implement retry flow on DriveUploader. (Closed)

Created:
7 years, 10 months ago by hidehiko
Modified:
7 years, 8 months ago
CC:
chromium-reviews, achuith+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@b148632_wapi_get_upload_status_operation_impl
Visibility:
Public.

Description

Implement retry flow on DriveUploader. This CL implements the retrying feature on DriveUploader when the server returns 5xx server error response. This is the preparation of switching to the stream data upload with increasing the chunk size. BUG=148632 TEST=Ran unit_tests.

Patch Set 1 #

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+410 lines, -16 lines) Patch
M chrome/browser/google_apis/drive_uploader.h View 1 2 chunks +15 lines, -2 lines 1 comment Download
M chrome/browser/google_apis/drive_uploader.cc View 1 10 chunks +123 lines, -12 lines 3 comments Download
M chrome/browser/google_apis/drive_uploader_unittest.cc View 4 chunks +94 lines, -1 line 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations.cc View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations_unittest.cc View 1 6 chunks +172 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
hidehiko
This CL depends on https://codereview.chromium.org/12246002/, which is also sent to the code review. FYI: the ...
7 years, 10 months ago (2013-02-06 15:10:47 UTC) #1
hidehiko
This CL depends on https://codereview.chromium.org/12246002/, which is also sent to the code review. FYI: the ...
7 years, 10 months ago (2013-02-06 15:11:25 UTC) #2
satorux1
I'd defer to kinaba@ who knows more about the upload code. :) Added zork@ for ...
7 years, 10 months ago (2013-02-07 05:48:32 UTC) #3
Zachary Kuznia
https://codereview.chromium.org/12209035/diff/8/chrome/browser/google_apis/drive_uploader.cc File chrome/browser/google_apis/drive_uploader.cc (right): https://codereview.chromium.org/12209035/diff/8/chrome/browser/google_apis/drive_uploader.cc#newcode51 chrome/browser/google_apis/drive_uploader.cc:51: // for more details. On 2013/02/07 05:48:32, satorux1 wrote: ...
7 years, 10 months ago (2013-02-07 06:26:36 UTC) #4
hidehiko
https://codereview.chromium.org/12209035/diff/8/chrome/browser/google_apis/drive_uploader.cc File chrome/browser/google_apis/drive_uploader.cc (right): https://codereview.chromium.org/12209035/diff/8/chrome/browser/google_apis/drive_uploader.cc#newcode51 chrome/browser/google_apis/drive_uploader.cc:51: // for more details. On 2013/02/07 06:26:36, Zachary Kuznia ...
7 years, 10 months ago (2013-02-07 06:53:26 UTC) #5
Zachary Kuznia
> 1) DriveUploader is a state machine based on Chrome's message queue, and it is ...
7 years, 10 months ago (2013-02-07 10:17:18 UTC) #6
hidehiko
On 2013/02/07 10:17:18, Zachary Kuznia wrote: > > 1) DriveUploader is a state machine based ...
7 years, 10 months ago (2013-02-08 08:45:27 UTC) #7
Zachary Kuznia
This sounds good to me.
7 years, 10 months ago (2013-02-12 01:47:02 UTC) #8
satorux1
7 years, 8 months ago (2013-04-11 08:22:39 UTC) #9
this is obsolete right? closing...

Powered by Google App Engine
This is Rietveld 408576698