summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/base_operations.cc
Commit message (Expand)AuthorAgeFilesLines
* google_apis: Rename base_operations.h/cc to base_requests.h/ccsatorux@chromium.org2013-06-061-773/+0
* Replace most of the occurrence of OperationRegistry with OperationRunner.kinaba@chromium.org2013-05-221-18/+19
* Fix crash on resuming Drive file upload.kinaba@chromium.org2013-05-201-4/+4
* Remove google_apis::UploadMode.hidehiko@chromium.org2013-05-151-9/+1
* google_apis: Map net::ERR_NETWORK_CHANGED to GDATA_NO_CONNECTION in UrlFetche...hashimoto@chromium.org2013-05-141-4/+9
* Extrace a part of implementation of WAPI's GetUploadStatusOperation into base...hidehiko@chromium.org2013-05-131-0/+33
* Get rid of IOBuffer from ResumeUploadOperation.hidehiko@chromium.org2013-05-131-17/+45
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-4/+4
* Get rid of the progress report generation part from OperationRegistry.kinaba@chromium.org2013-04-251-12/+1
* Add ProgressCallback to DriveServiceInterface::DownloadFile.kinaba@chromium.org2013-04-121-0/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Extract ResumeUploadOperationBase into base_operation from gdata_wapi_operation.hidehiko@chromium.org2013-03-011-0/+70
* Move UploadRangeCallback to drive_service_interface and inflate ResumeUploadP...hidehiko@chromium.org2013-02-281-0/+19
* Implement GetUploadStatusOperation on GData WAPI.hidehiko@chromium.org2013-02-261-2/+8
* Move UploadRangeOperationBase to base_operations.hidehiko@chromium.org2013-02-261-0/+120
* Split InitiateUpload method into two.hidehiko@chromium.org2013-02-141-20/+0
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-2/+2
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-5/+5
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Split InitiateUploadOperation for new file upload and existing file upload.hidehiko@chromium.org2013-02-081-1/+86
* Get rid of deprecated POST_WITHOUT_BODY method.hidehiko@chromium.org2013-02-071-1/+14
* Drive: refine the flow of drive authentication error.yoshiki@chromium.org2013-02-061-3/+0
* Move DownloadFileOperation to base_operations.hidehiko@chromium.org2013-02-051-0/+70
* Replace parent_content_url in DriveServiceInterface with parent_resource_id.hidehiko@chromium.org2013-01-251-1/+7
* google_apis: Add a VLOG(1) that prints the size of JSON datasatorux@chromium.org2013-01-191-0/+2
* Converted ResumeUploadOperation to use JSON in response instead of XML.mtomasz@chromium.org2012-12-171-10/+15
* google_apis: Change protected data members to privatesatorux@chromium.org2012-12-131-2/+2
* Converted AuthorizeAppOperation to use JSON in response instead of XML.mtomasz@chromium.org2012-12-121-13/+13
* Should not hit DCHECK on retry on UrlFetchOperation.tzik@chromium.org2012-12-101-1/+4
* Remove google_apis:: prefix from chrome/browser/google_apisyoshiki@chromium.org2012-12-061-2/+2
* google_apis: Remove SetReAuthenticationCallback()satorux@chromium.org2012-12-061-12/+9
* Refactoring to remove g_browser_process from UrlFetchOperationBase.hidehiko@chromium.org2012-12-051-12/+23
* google_apis: Make most callback parameters mandatorysatorux@chromium.org2012-12-051-19/+13
* google_apis: Clean up base_operations.hsatorux@chromium.org2012-11-301-22/+24
* google_apis: Move AuthOperation to auth_service.ccsatorux@chromium.org2012-11-301-81/+0
* google_apis: Remove document_url_ from EntryActionOperationsatorux@chromium.org2012-11-291-4/+2
* google_apis: Remove an unused parameter from EntryActionCallbacksatorux@chromium.org2012-11-271-2/+2
* google_apis: Remove GetDriveUserAgent() from base_operations.ccsatorux@chromium.org2012-11-211-34/+4
* nit: Add spaces to debug log messages for prettier look.kinaba@chromium.org2012-11-201-1/+1
* google_apis: Rename operations_base.h/cc to base_operations.h/ccsatorux@chromium.org2012-11-161-0/+454