| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in google_apis/ | dcheng | 2014-10-21 | 9 | -168/+164 |
* | Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize. | viettrungluu | 2014-10-17 | 1 | -3/+3 |
* | Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. | dcheng | 2014-10-15 | 4 | -17/+15 |
* | replace OVERRIDE and FINAL with override and final in google_apis/ | mostynb | 2014-10-07 | 11 | -107/+107 |
* | Move chrome/test/data/gdata/testfile.txt to chrome/test/data/drive | satorux | 2014-09-10 | 3 | -5/+5 |
* | Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a... | thestig | 2014-09-05 | 3 | -3/+3 |
* | Manual fixups in drive code for scoped_refptr operator T* removal. | dcheng | 2014-08-29 | 3 | -5/+7 |
* | Remove implicit conversions from scoped_refptr to T* in google_apis/ | Daniel Cheng | 2014-08-26 | 2 | -2/+2 |
* | Random clean up around Chrome OS file manager code. | kinaba@chromium.org | 2014-08-08 | 1 | -3/+3 |
* | Reland: Parse Drive API responses all at once in the blocking pool. | kinaba@chromium.org | 2014-08-08 | 8 | -360/+227 |
* | Revert 288017 "Parse Drive API responses all at once in the bloc..." | kinaba@chromium.org | 2014-08-08 | 8 | -223/+360 |
* | Random cleanup around google_apis/drive and c/b/drive. | kinaba@chromium.org | 2014-08-07 | 5 | -43/+24 |
* | Parse Drive API responses all at once in the blocking pool. | kinaba@chromium.org | 2014-08-07 | 8 | -360/+223 |
* | drive: Determine if an entry is hosted by the existence of fileSize field. | kinaba@chromium.org | 2014-07-31 | 3 | -3/+20 |
* | Simplify RunTaskOnThread | hashimoto@chromium.org | 2014-07-23 | 2 | -12/+8 |
* | Get rid of DriveEntryKind. | fukino@chromium.org | 2014-07-14 | 4 | -299/+28 |
* | drive: Directly convert FileResource and ChangeResource to ResourceEntry | hashimoto@chromium.org | 2014-06-10 | 2 | -3/+4 |
* | drive: Remove WAPI legacy from DriveServiceInterface and DriveUploader | hashimoto@chromium.org | 2014-06-05 | 1 | -5/+0 |
* | drive: Change DriveServiceInterface::GetChangeList's callback type to ChangeL... | hashimoto@chromium.org | 2014-05-29 | 1 | -6/+2 |
* | Renamed namespaces of url lib. | vitalybuka@chromium.org | 2014-05-01 | 1 | -1/+1 |
* | Remove unused parsers and URL generators for WAPI. | fukino@chromium.org | 2014-04-16 | 7 | -957/+5 |
* | Remove unused property from drive api parsers. | fukino@chromium.org | 2014-04-11 | 3 | -149/+2 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-08 | 1 | -2/+2 |
* | Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." | scottmg@chromium.org | 2014-04-07 | 1 | -2/+2 |
* | Remove all uses of GG_LONGLONG and GG_ULONGLONG. | viettrungluu@chromium.org | 2014-04-07 | 1 | -2/+2 |
* | drive: Remove unused GData WAPI requests | hashimoto@chromium.org | 2014-04-03 | 3 | -2502/+10 |
* | drive: Return cancel closure from FileSystem::GetFileContent | hashimoto@chromium.org | 2014-03-28 | 1 | -11/+0 |
* | drive: Make FileResource copyable | hashimoto@chromium.org | 2014-03-28 | 3 | -22/+36 |
* | chromeos: Delete old, unused contacts code. | derat@chromium.org | 2014-03-18 | 2 | -217/+0 |
* | Fix "unreachable code" warnings (MSVC warning 4702) in google_apis/. | pkasting@chromium.org | 2014-03-18 | 1 | -1/+0 |
* | drive: Check "modificationDate" property of a change before applying it | hashimoto@chromium.org | 2014-03-17 | 4 | -0/+27 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | drive: Add request class for Permissions.insert API. | kinaba@chromium.org | 2014-03-04 | 6 | -0/+214 |
* | drive: Stop requesting unused URLs | hashimoto@chromium.org | 2014-02-28 | 3 | -71/+0 |
* | drive: Request file lists with a number of multiples of 100 | hashimoto@chromium.org | 2014-02-28 | 2 | -2/+2 |
* | drive: Allow setting modified/accessed date with AddNewDirectory | hashimoto@chromium.org | 2014-02-05 | 3 | -0/+35 |
* | Parse "removable" and "productId" fields from apps.list response. | kinaba@chromium.org | 2014-02-05 | 9 | -24/+39 |
* | drive: Stop requesting AboutResource before performing local to drive copy | hashimoto@chromium.org | 2014-01-31 | 1 | -0/+3 |
* | drive: Support authorizing third-party Drive apps for opening files. | kinaba@chromium.org | 2014-01-17 | 5 | -3/+82 |
* | drive: Stop using DictionaryValue to store data in FakeDriveService | hashimoto@chromium.org | 2014-01-17 | 1 | -0/+2 |
* | drive: Add metadata parameters to InitiateUpload* methods | hashimoto@chromium.org | 2014-01-17 | 6 | -24/+259 |
* | drive: Replace FileCache::MarkDirty with OpenForWrite | hashimoto@chromium.org | 2014-01-15 | 2 | -4/+4 |
* | Implement DriveAPIService::UninstallApp(). | kinaba@chromium.org | 2014-01-08 | 5 | -0/+66 |
* | google_apis: Stop accessing URLFetcher from ResponseWriter | hashimoto@chromium.org | 2014-01-08 | 2 | -19/+42 |
* | Google drive forms should not appear in the "offline" tab of Files.app. | kinaba@chromium.org | 2014-01-07 | 2 | -6/+15 |
* | Parse createUrl field of apps.list Drive API. | kinaba@chromium.org | 2014-01-07 | 3 | -0/+15 |
* | Move the rest of the //google_apis tests into google_apis_unittests. | tfarina@chromium.org | 2014-01-03 | 2 | -1/+5 |
* | Display access token information on about:signin-internal page. | haitaol@chromium.org | 2013-12-27 | 1 | -1/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |