summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/gdata_wapi_service.h
Commit message (Expand)AuthorAgeFilesLines
* drive: Move DriveServiceInterface and friends to c/b/drivesatorux@chromium.org2013-06-191-182/+0
* Return cancellation closure from DriveServiceInterface.kinaba@chromium.org2013-06-141-25/+27
* google_api: Replace the remaining mentions of 'operation' with requestsatorux@chromium.org2013-06-111-2/+2
* google_apis: Rename gdata_wapi_operations.h/cc to gdata_wapi_requests.h/ccsatorux@chromium.org2013-06-101-1/+1
* google_apis: Rename OperationRegistry to RequestRegistrysatorux@chromium.org2013-06-071-1/+1
* google_apis: Rename OperationRunner to RequestSendersatorux@chromium.org2013-06-061-2/+2
* drive: Strip prefixes from resource IDs read from GDoc fileshashimoto@chromium.org2013-05-231-0/+2
* Add TouchResource method to DriveServiceInterface.hidehiko@chromium.org2013-05-221-0/+5
* Replace most of the occurrence of OperationRegistry with OperationRunner.kinaba@chromium.org2013-05-221-2/+0
* Remove google_apis::UploadMode.hidehiko@chromium.org2013-05-151-2/+0
* Add CopyResource into DriveServiceInterface.hidehiko@chromium.org2013-05-151-0/+5
* Get rid of IOBuffer from ResumeUploadOperation.hidehiko@chromium.org2013-05-131-1/+1
* Remove GetAccountMetadata from DriveServiceInterface.hidehiko@chromium.org2013-05-101-2/+0
* drive: Rename drive::DriveFileSystem to drive::FileSystemsatorux@chromium.org2013-05-011-3/+0
* Get rid of the progress report generation part from OperationRegistry.kinaba@chromium.org2013-04-251-7/+1
* Refactoring: replace SearchInDirectory by SearchByTitle.hidehiko@chromium.org2013-04-221-2/+2
* Add ProgressCallback to DriveServiceInterface::DownloadFile.kinaba@chromium.org2013-04-121-1/+2
* Remove DriveServiceInterface::GetResourceList.hidehiko@chromium.org2013-04-111-6/+0
* Add callback for upload progress in Drive service and operation layer.kinaba@chromium.org2013-04-091-1/+2
* Add new methods to DriveServiceInterface. These will replace GetResourceList.hidehiko@chromium.org2013-04-041-0/+18
* drive: Remove "shared_with_me" parameter from searchDrive related code.haruki@chromium.org2013-04-041-1/+0
* Replace edit_url by resource_id for AuthorizeApp.hidehiko@chromium.org2013-03-241-1/+1
* Move UploadRangeCallback to drive_service_interface and inflate ResumeUploadP...hidehiko@chromium.org2013-02-281-1/+8
* Add GetAboutResource to DriveServiceInterface.hidehiko@chromium.org2013-02-261-0/+2
* Replace upload_urls by resource_ids.hidehiko@chromium.org2013-02-251-2/+2
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-2/+2
* Split InitiateUpload method into two.hidehiko@chromium.org2013-02-141-2/+13
* Misc cleanups in Drive code.kinaba@chromium.org2013-02-121-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Add GetUploadStatus method to the DriveServiceInterface.hidehiko@chromium.org2013-02-071-1/+7
* Drive: refine the flow of drive authentication error.yoshiki@chromium.org2013-02-061-2/+0
* Implement DownloadFile operation on Drive API v2.hidehiko@chromium.org2013-02-061-1/+1
* Drive: Add UI for debug to clear the refresh/access tokens.yoshiki@chromium.org2013-02-041-0/+2
* Add managing etag fields on delete operation.peria@chromium.org2013-02-041-0/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+7
* Use resource id for AddResourceToDirectory operations instead of edit_url.hidehiko@chromium.org2013-01-311-1/+1
* Remove DownloadHostedDocument from DriveServiceInterface, which is not used.hidehiko@chromium.org2013-01-301-6/+0
* Use resource id for RenameResource operations instead of edit_url.hidehiko@chromium.org2013-01-301-1/+1
* Use resource id for DeleteResource operations instead of edit_url.hidehiko@chromium.org2013-01-301-1/+1
* Replace parent_content_url in DriveServiceInterface with parent_resource_id.hidehiko@chromium.org2013-01-251-3/+3
* Replace FilePath::StringType in API operations with std::string.hidehiko@chromium.org2013-01-211-3/+3
* Add GetRootResourceId method to DriveServiceInterface.hidehiko@chromium.org2013-01-211-0/+1
* Replace the result type of GetApplicationInfo with google_apis::AppList.hidehiko@chromium.org2013-01-191-1/+1
* drive: Make DriveServiceInterface::AddNewDirectory() return ResourceEntry ins...haruki@chromium.org2012-12-141-1/+1
* DriveServiceInterface::AuthorizeApp() returns GURL instead of base::Value wit...mtomasz@chromium.org2012-12-131-1/+1
* google_apis: DriveServiceInterface::CopyHostedDocument() returns ResourceEntrysatorux@chromium.org2012-12-131-1/+1
* google_apis:: DriveServiceInterface::GetAccountMetadata() returns AccountMeta...satorux@chromium.org2012-12-131-1/+2
* google_apis: DriveServiceInterface::GetResourceEntry() returns ResourceEntrysatorux@chromium.org2012-12-121-2/+3
* google_apis: DriveServiceInterface::GetResourceList() returns ResourceListsatorux@chromium.org2012-12-121-6/+7
* google_apis: Inject a URLRequestContext to AuthServicesatorux@chromium.org2012-12-111-1/+1