summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/gdata_files.h
Commit message (Expand)AuthorAgeFilesLines
* gdata: Add upload_url() to GDataFile.satorux@chromium.org2012-06-191-0/+4
* Remove (hacky) handling for drive/.search paths from gdata file system.tbarzic@chromium.org2012-06-191-38/+0
* gdata: Detect bad protobuf data in FromProto().satorux@chromium.org2012-06-181-4/+4
* Retry: add test for RemoteFileSystemOperation::Write() and fix revealed bugs.kinaba@chromium.org2012-06-151-0/+1
* Revert 142373 - Add test for RemoteFileSystemOperation::Write() and fix sever...kinaba@chromium.org2012-06-151-1/+0
* Add test for RemoteFileSystemOperation::Write() and fix several revealed bugs.kinaba@chromium.org2012-06-151-0/+1
* gdata: Convert FindEntryByResourceIdSync() to asynchronous.hshi@chromium.org2012-06-121-1/+0
* gdata: Clean up the unused "refresh_time" member.hshi@chromium.org2012-06-041-4/+0
* Refresh drive file system metadata for entries in search results.tbarzic@chromium.org2012-05-311-0/+4
* GDataCache initial implementation.achuith@chromium.org2012-05-291-123/+0
* gdata: Add requestDirectoryRefresh to file_browser_private.satorux@chromium.org2012-05-201-1/+3
* Revert 138055 - gdata: Add requestDirectoryRefresh to file_browser_private.satorux@chromium.org2012-05-201-3/+1
* gdata: Add requestDirectoryRefresh to file_browser_private.satorux@chromium.org2012-05-201-1/+3
* gdata: Define the resource ID for the root directorysatorux@chromium.org2012-05-181-0/+8
* Delete gdata::FindEntryDelegatehashimoto@chromium.org2012-05-111-3/+3
* gdata: Replace "gdata" with "drive" for everything visible in UI.satorux@chromium.org2012-05-101-3/+3
* Add gdata content searchtbarzic@chromium.org2012-05-061-0/+38
* gdata: Implement periodic file system update checks.hshi@google.com2012-05-041-3/+0
* gdata: Export PlatformFileInfo/Proto conversion functionssatorux@chromium.org2012-05-011-0/+11
* Parent/child fixes.achuith@chromium.org2012-04-281-21/+43
* Move FindEntryDelegate and friends to seperate file. achuith@chromium.org2012-04-251-10/+15
* GDataDB support with leveldb.achuith@chromium.org2012-04-251-8/+20
* Revert 133815 - GDataDB support with leveldb.achuith@chromium.org2012-04-251-20/+8
* GDataDB support with leveldb.achuith@chromium.org2012-04-251-8/+20
* gdata: Get rid of GetGDataCacheTmpDirectory() and friendssatorux@chromium.org2012-04-241-0/+1
* gdata: Support mounting archive files in GData cache.hshi@google.com2012-04-241-0/+13
* gdata: Rename GDataFileBase with GDataEntrysatorux@chromium.org2012-04-201-40/+40
* Implemented periodic file system metadata dumps. Currently set to every 3 hours.zelidrag@chromium.org2012-04-191-0/+8
* gdata: Get rid of GetCacheState() from GDataFile and GDataRootDirectorysatorux@chromium.org2012-04-191-17/+1
* Support for delta feed processing.zelidrag@chromium.org2012-04-141-5/+19
* Protobufs for GDataFileBase and friends.achuith@chromium.org2012-04-121-4/+31
* gdata: Implement very simple cache eviction logicsatorux@chromium.org2012-04-101-0/+3
* Added logic that will refresh root feed only when changes are detected from a...zelidrag@chromium.org2012-04-041-0/+7
* Prevent duplicated runs of initialization of root directory.mukai@chromium.org2012-04-021-0/+4
* GData downloads cleanup.achuith@chromium.org2012-03-291-0/+1
* cros gdata: provide helper functions to check, set and clear bitmasks of cach...kuan@chromium.org2012-03-261-3/+32
* gdata: Simplify gdata::GetCacheStateCallbacksatorux@chromium.org2012-03-261-1/+0
* cros gdata: scan dirty and outgoing files during cache initializationkuan@chromium.org2012-03-261-0/+10
* gdata: Fix issue with copying hosted documents out from Docs folder.benchan@chromium.org2012-03-251-0/+1
* gdata: Add GDataFileSystem::GetFileForResourceIdFromGData().satorux@chromium.org2012-03-251-1/+1
* cros: re-implement gcache file management per new proposalkuan@chromium.org2012-03-231-39/+41
* Return host document content as a temporary JSON file.benchan@chromium.org2012-03-201-0/+7
* reland 127241 with fix to not double-lock.kuan@chromium.org2012-03-191-4/+21
* File search simplification. Added loading of disk cache as the first step of ...zelidrag@chromium.org2012-03-191-3/+2
* Revert 127241 - cros: make GetCacheState asynchronous and cache state is retu...kinaba@chromium.org2012-03-171-21/+4
* cros: make GetCacheState asynchronous and cache state is returned in callbackkuan@chromium.org2012-03-161-4/+21
* Added ability to read feed content from the cache. We will spin off both cach...zelidrag@chromium.org2012-03-161-1/+14
* Move params/callbacks to gdata_params.achuith@chromium.org2012-03-141-1/+1
* Construct the whole directory structure after loading just the root directory...oleg@chromium.org2012-03-141-7/+10
* Extend and refactor GDataFileBase and derived classes.benchan@chromium.org2012-03-131-10/+56