1. 94e060a4 Remove 'etag' argument from DriveServiceInterface::TrashResource by [email protected] · 12 years ago
  2. c76e04d6 drive: Remove unused DriveServiceInterface::CopyHostedDocument by [email protected] · 12 years ago
  3. 56fc130 [Drive] Add DriveServiceInterface::DeleteResource by [email protected] · 12 years ago
  4. 27f2cd9 [Drive] Rename DriveServiceInterface::DeleteResource to TrashResource by [email protected] · 12 years ago
  5. 46b508d drive: Remove unused DriveServiceInterface::TouchResource by [email protected] · 12 years ago
  6. e196bef3 Move c/b/google_apis to google_apis/drive. by [email protected] · 12 years ago
  7. 831d466 drive: Rename DriveServiceInterface::MoveResource to UpdateResource by [email protected] · 12 years ago
  8. 0b5ab509 net: Use SequencedTaskRunner for URLFetcherResponseWriter by [email protected] · 12 years ago
  9. 09f0c3b drive: Add util::GetIdentityResourceIdCanonicalizer() by [email protected] · 12 years ago
  10. 94ab59b Hold URLRequestContextGetter by scoped_refptr in Drive related code. by [email protected] · 12 years ago
  11. f213d34 Add last_modified to CopyResource and MoveResource. by [email protected] · 12 years ago
  12. abe8e7c Making OAuth2TokenService multi-login aware: by [email protected] · 12 years ago
  13. c6f86d3 Revert "Making OAuth2TokenService multi-login aware:" by [email protected] · 12 years ago
  14. 3e8d64d drive: Canonicalize cache entry ID and cache file names after initialization by [email protected] · 12 years ago
  15. 40b1e04 Making OAuth2TokenService multi-login aware: by [email protected] · 12 years ago
  16. 8445510e Move CreateFrom{GData WAPI class} to drive_api_util. by [email protected] · 12 years ago
  17. 615c417 Use GData WAPI for FastFetch even if Drive API v2 is enabled. by [email protected] · 12 years ago
  18. b5f9818 Clean up DriveServiceInterface::GetRemaining family. by [email protected] · 12 years ago
  19. 0cd569a Implement GetResourceListInDirectoryByWapi. by [email protected] · 12 years ago
  20. 8319c05 Deprecates ContinueGetResourceList and introduces GetRemaining{File,Change}List. by [email protected] · 12 years ago
  21. 4e5ae3c Refactor GetAboutRequest and GetApplistRequest. by [email protected] · 12 years ago
  22. 379c716 Add placeholder MoveResource to DriveServiceInterface for Drive API v2 support. by [email protected] · 12 years ago
  23. 71cdf6b Support GData WAPI fallback for GetShareUrl on Drive API v2. by [email protected] · 12 years ago
  24. 643c113 google_apis:AuthService takes OAuth2TokenService instead of Profile. by [email protected] · 12 years ago
  25. 3144bbf Append embedOrigin to wapi requests for the share url. by [email protected] · 12 years ago
  26. f64a610 Use a direct include of the message_loop header in chrome/browser/, part 4. by [email protected] · 12 years ago
  27. 7292162 Change google_api::RequestSender to take an AuthService instead of a Profile. by [email protected] · 12 years ago
  28. 085e495 Pass the OAuth2 access token to Files.app via fileBrowserPrivate API. by [email protected] · 12 years ago
  29. 9ef8d23f Remove direct reference to GetBlockingPool() in c/b/google_apis. by [email protected] · 12 years ago
  30. a56b31ec Rename "name" to "title" for drive related APIs. by [email protected] · 12 years ago
  31. 1fff5477 drive/syncFS: Switch to ID based download URL. by [email protected] · 12 years ago
  32. d685216 Add resource ID based download requests in {GDataWapi/Drive} requests. by [email protected] · 12 years ago
  33. 7b8ec00 Make TaskRunner injectable in {GDataWapi,DriveAPI}Service. by [email protected] · 12 years ago
  34. 954d848 Add resource ID based download URL generation in {GDataWapi/Drive}UrlGenerator. by [email protected] · 12 years ago
  35. b4d33561 Move URLRequestContextGetter to RequestSender in c/b/google_apis. by [email protected] · 12 years ago
  36. 9255efe Misc cleanups for Drive-related code. by [email protected] · 12 years ago
  37. e6ba52b Get rid of RequestRegistry (part 4): remove Drive path from everywhere. by [email protected] · 12 years ago
  38. e50af765 drive: Rename namespace in c/b/drive from google_apis to drive by [email protected] · 12 years ago
  39. 5886228 Get rid of RequestRegistry (part 3): remove Drive path from request objects. by [email protected] · 12 years ago
  40. 2b9e59a7 drive: Move drive_api_util and drive_switches to c/b/drive by [email protected] · 12 years ago
  41. d1a93b4 Get rid of RequestRegistry (part 2): remove cancellation methods. by [email protected] · 12 years ago
  42. 0390b81 drive: Move DriveServiceInterface and friends to c/b/drive by [email protected] · 12 years ago[Renamed (99%) from chrome/browser/google_apis/gdata_wapi_service.cc]
  43. cef0f06 Return cancellation closure from DriveServiceInterface. by [email protected] · 12 years ago
  44. 4b4c013 Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/. by [email protected] · 12 years ago
  45. 5e1917b google_api: Replace the remaining mentions of 'operation' with request by [email protected] · 12 years ago
  46. d883056 Use a direct include of strings headers in chrome/browser/e*-h*/. by [email protected] · 12 years ago
  47. 70afd12a google_apis: Rename gdata_wapi_operations.h/cc to gdata_wapi_requests.h/cc by [email protected] · 12 years ago
  48. 56fc72eed google_apis: Rename OperationRunner to RequestSender by [email protected] · 12 years ago
  49. 58090cc google_apis: Rename base_operations.h/cc to base_requests.h/cc by [email protected] · 12 years ago
  50. 7b69787 drive: Strip prefixes from resource IDs read from GDoc files by [email protected] · 12 years ago
  51. fdb878a5 Implement GDataWapiService::TouchResource. by [email protected] · 12 years ago
  52. fc9e1d66 Add TouchResource method to DriveServiceInterface. by [email protected] · 12 years ago
  53. e70d98d Replace most of the occurrence of OperationRegistry with OperationRunner. by [email protected] · 12 years ago
  54. 611a4da Remove google_apis::UploadMode. by [email protected] · 12 years ago
  55. df8f2f37 Add CopyResource into DriveServiceInterface. by [email protected] · 12 years ago
  56. 17807c63 Get rid of IOBuffer from ResumeUploadOperation. by [email protected] · 12 years ago
  57. 843c66b7 Remove GetAccountMetadata from DriveServiceInterface. by [email protected] · 12 years ago
  58. 76ae8a6 chrome: Update the include paths of base/message_loop_proxy.h to its new location. by [email protected] · 12 years ago
  59. 5bb0d07 Get rid of the progress report generation part from OperationRegistry. by [email protected] · 12 years ago
  60. b1112244 Switch title search from partial match to exact match. by [email protected] · 12 years ago
  61. 617acac Refactoring: replace SearchInDirectory by SearchByTitle. by [email protected] · 12 years ago
  62. a14950e Add ProgressCallback to DriveServiceInterface::DownloadFile. by [email protected] · 12 years ago
  63. 14075eb Remove DriveServiceInterface::GetResourceList. by [email protected] · 12 years ago
  64. 5e2232d Add callback for upload progress in Drive service and operation layer. by [email protected] · 12 years ago
  65. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  66. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  67. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  68. d1d68d8 Implement new methods to replace GetResourceList on GData WAPI. by [email protected] · 12 years ago
  69. 7cf1140 Move parsing ResourceList from gdata_wapi_service to gdata_wapi_operations. by [email protected] · 12 years ago
  70. ec86429 Add new methods to DriveServiceInterface. These will replace GetResourceList. by [email protected] · 12 years ago
  71. 78a9ee649 drive: Remove "shared_with_me" parameter from searchDrive related code. by [email protected] · 12 years ago
  72. 32d7a61 Move parsing code from gdata_wapi_service to gdata_wapi_operations. by [email protected] · 12 years ago
  73. a62121c Replace edit_url by resource_id for AuthorizeApp. by [email protected] · 12 years ago
  74. 2547b65f Implement GetAboutResource on GData WAPI. by [email protected] · 12 years ago
  75. 06c8245 Implement GetAppList on GData WAPI. by [email protected] · 12 years ago
  76. 861ec93 Support NOT including installed applist in AccountMetadataFeed. by [email protected] · 12 years ago
  77. 5ba42e7 Drive: Remove 'feed' from class/funciton/variable names from Drive code by [email protected] · 12 years ago
  78. 6647127 Move the responsibility to convert from JSON to AccountMetadata into gdata_wapi_operations. by [email protected] · 12 years ago
  79. 65c036a Move UploadRangeCallback to drive_service_interface and inflate ResumeUploadParams. by [email protected] · 12 years ago
  80. 49ea0db Add GetAboutResource to DriveServiceInterface. by [email protected] · 12 years ago
  81. a2d9e083 Implement GetUploadStatusOperation on GData WAPI. by [email protected] · 12 years ago
  82. 627166c1 Replace upload_urls by resource_ids. by [email protected] · 12 years ago
  83. 023ad6ab Replace FilePath with base::FilePath. by [email protected] · 13 years ago
  84. cef6df5f Split InitiateUpload method into two. by [email protected] · 13 years ago
  85. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  86. 7f8415a Split InitiateUploadOperation for new file upload and existing file upload. by [email protected] · 13 years ago
  87. 8a920397 Add GetUploadStatus method to the DriveServiceInterface. by [email protected] · 13 years ago
  88. bb38cb44 Drive: refine the flow of drive authentication error. by [email protected] · 13 years ago
  89. 13dbb18d Implement DownloadFile operation on Drive API v2. by [email protected] · 13 years ago
  90. a856c10 Drive: Add UI for debug to clear the refresh/access tokens. by [email protected] · 13 years ago
  91. 18e3db9 Add managing etag fields on delete operation. by [email protected] · 13 years ago
  92. ca93c2aa google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h to by [email protected] · 13 years ago
  93. 3aa7ffc2 Use resource id for AddResourceToDirectory operations instead of edit_url. by [email protected] · 13 years ago
  94. 87570ac Remove DownloadHostedDocument from DriveServiceInterface, which is not used. by [email protected] · 13 years ago
  95. 29a32be2 Use resource id for RenameResource operations instead of edit_url. by [email protected] · 13 years ago
  96. 9bd97ef Use resource id for DeleteResource operations instead of edit_url. by [email protected] · 13 years ago
  97. 6bab41b Replace parent_content_url in DriveServiceInterface with parent_resource_id. by [email protected] · 13 years ago
  98. ed6dac1d drive: Deal with the root directory same as others in MoveOperation. by [email protected] · 13 years ago
  99. afa30071 Replace FilePath::StringType in API operations with std::string. by [email protected] · 13 years ago
  100. 9f202d2 Add GetRootResourceId method to DriveServiceInterface. by [email protected] · 13 years ago