summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata
Commit message (Expand)AuthorAgeFilesLines
* drive: Simplify DriveFileSystem::UpdateFileByResourceId()satorux@chromium.org2012-09-072-58/+27
* Rename elements of the LinkType enum to "kSomething" to avoid naming conflict.nhiroki@chromium.org2012-09-076-72/+72
* Rename GData to Drive in drive_file_system_utilkochi@chromium.org2012-09-075-52/+52
* drive: Load metadata at loginhashimoto@chromium.org2012-09-078-9/+65
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-074-6/+6
* Eliminate FindEntryByPathSync from FindFirstMissingParentDirectory and hence ...achuith@chromium.org2012-09-073-38/+97
* drive: Remove resource_id and md5 parameters from GetFileFromCacheCallbacksatorux@chromium.org2012-09-066-40/+28
* Rename GDataSyncClient to DriveSyncClientkochi@chromium.org2012-09-066-80/+80
* DriveResourceMetadata::MoveEntryToDirectory cleanup.achuith@chromium.org2012-09-066-339/+370
* Rename GDataUplaoder to DriveUploaderkochi@chromium.org2012-09-0616-123/+122
* drive: Add DriveServiceInterface::OnOperationReadinessChanged()hashimoto@chromium.org2012-09-058-22/+100
* Split gdata_util into two fragments (gdata_util, gdata_file_system_util) for ...nhiroki@chromium.org2012-09-0517-552/+628
* Rename GDataProtocolHandler to DriveProtocolHandlerkochi@chromium.org2012-09-053-59/+58
* Rename GDataDownloadObserver to DriveDownloadObserverkochi@chromium.org2012-09-055-116/+116
* drive: Return GDATA_NOT_READY status when AuthService cannot start authentica...hashimoto@chromium.org2012-09-052-1/+2
* drive: Use CreateRelayCallback() in auth_service.cc to simplify codehashimoto@chromium.org2012-09-032-25/+17
* Encapsulate Remove operation in its own class.zork@chromium.org2012-09-035-87/+192
* Fix leaks related to FromDocumentEntry, specifically 3 in AddEntryToDirectory.achuith@chromium.org2012-08-314-31/+36
* This implements default actions for the file manger as syncable prefsgspencer@chromium.org2012-08-311-0/+1
* Drive: Removes unused cache files after the initial feed fetch.yoshiki@chromium.org2012-08-313-0/+403
* drive: Make DriveFileSystem::FindFirstMissingParentDirectory() asyncsatorux@chromium.org2012-08-313-78/+165
* Drive: move some mock classes and test functions to gdata_test_util.hyoshiki@chromium.org2012-08-319-83/+250
* Remove redundant initialization of filesystemkochi@chromium.org2012-08-311-1/+1
* Get rid of GetEntryByResourceIdAsync.achuith@chromium.org2012-08-303-95/+24
* drive: Delete DriveEntry created in DriveResourceMetadata::RefreshFile when i...hashimoto@chromium.org2012-08-301-4/+4
* drive: Make use of ALLOW_THIS_IN_INITIALIZER_LIST consistentsatorux@chromium.org2012-08-309-20/+21
* Drive: Fix the buildsatorux@chromium.org2012-08-301-1/+1
* drive: Make |callback| parameter of DriveFileSystem::CreateDirectory() mandatorysatorux@chromium.org2012-08-302-21/+21
* Reland 153920 - drive: Fix possible leak in DriveFileSystem::AddUploadedFilehashimoto@chromium.org2012-08-302-10/+14
* RefreshFile cleanup.achuith@chromium.org2012-08-308-279/+297
* Own OAuth2 scopes in AuthServicekochi@chromium.org2012-08-3010-44/+61
* Revert 154002 - RefreshFile cleanup.sreeram@chromium.org2012-08-308-293/+278
* RefreshFile cleanup.achuith@chromium.org2012-08-298-278/+293
* drive: Make DriveResourceMetadata::GetEntryByResourceIdAsync() privatesatorux@chromium.org2012-08-291-9/+8
* drive: Simplify DriveFileSystem::GetFileByResourceId()satorux@chromium.org2012-08-293-82/+86
* Revert 153920 - drive: Fix possible leak in DriveFileSystem::AddUploadedFilesreeram@chromium.org2012-08-292-8/+8
* drive: Fix possible leak in DriveFileSystem::AddUploadedFilehashimoto@chromium.org2012-08-292-8/+8
* drive: Use only MessageLoopProxy in production code.hashimoto@chromium.org2012-08-292-11/+9
* Wire FileSystemOperation::TouchFile to Drive.kinaba@chromium.org2012-08-292-1/+19
* Revert 153776 - drive: Simplify DriveFileSystem::GetFileByResourceId()satorux@chromium.org2012-08-293-82/+80
* drive: Simplify DriveFileSystem::Search()satorux@chromium.org2012-08-282-23/+35
* drive: Simplify DriveFileSystem::GetFileByResourceId()satorux@chromium.org2012-08-283-80/+82
* drive: Simplify DriveFileSystem::GetEntryInfoByResourceId()satorux@chromium.org2012-08-282-18/+26
* drive: Fix a crash caused by an empty edit URLsatorux@chromium.org2012-08-283-8/+17
* AddEntryToDirectory now takes a FilePath and scoped_ptr<DocumentEntry>achuith@chromium.org2012-08-276-176/+144
* Rename GDataSystemService to DriveSystemServicekochi@chromium.org2012-08-2717-90/+90
* RemoveEntryFromParent cleanup.achuith@chromium.org2012-08-246-121/+175
* contacts: Make GoogleContactStore own GDataContactsService.derat@chromium.org2012-08-242-7/+0
* Rename FileSystemOperationInterface to FileSystemOperationkinuko@chromium.org2012-08-242-42/+42
* Rename GDataOperationInterface to AuthenticatedOperationInterfacekochi@chromium.org2012-08-244-25/+28