| Commit message (Expand) | Author | Age | Files | Lines |
* | drive: Remove cache file when removing ResourceEntry | hashimoto@chromium.org | 2014-05-14 | 1 | -0/+1 |
* | Create file systems restricted to volumes. | mtomasz@chromium.org | 2014-02-26 | 1 | -5/+2 |
* | drive: Create My Drive in ResourceMetadata::SetUpDefaultEntries() | hashimoto@chromium.org | 2014-01-20 | 1 | -3/+2 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+1 |
* | drive: Rename kDriveGrandRoot(OtherDir)SpecialResourceId to LocalId | hashimoto@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | drive: Rewrite SearchMetadataTest to treat local IDs properly | hashimoto@chromium.org | 2013-10-11 | 1 | -121/+48 |
* | drive: Return generated local ID from ResourceEntry::AddEntry | hashimoto@chromium.org | 2013-08-29 | 1 | -11/+14 |
* | drive: Rename ResourceEntry::parent_resource_id to parent_local_id | hashimoto@chromium.org | 2013-08-21 | 1 | -4/+4 |
* | drive: Add ResourceMetadataStorage::Iterator::GetCacheEntry() | hashimoto@chromium.org | 2013-07-26 | 1 | -13/+0 |
* | Reenable case-insensitive auto completion for Drive files in Files.app. | kinaba@chromium.org | 2013-07-17 | 1 | -24/+62 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-03 | 1 | -2/+2 |
* | drive: Stop using StringSearchIgnoringCaseAndAccents from SearchMetadata | hashimoto@chromium.org | 2013-06-25 | 1 | -22/+0 |
* | drive: Use ResourceMetadataStorage from FileCache | hashimoto@chromium.org | 2013-06-21 | 1 | -4/+4 |
* | drive: DriveIntegrationService owns ResourceMetadataStorage | hashimoto@chromium.org | 2013-06-21 | 1 | -1/+7 |
* | drive: Simplify some tests in single thread manner | hashimoto@chromium.org | 2013-06-19 | 1 | -92/+58 |
* | drive: Create cache directories in DriveIntegrationService | hashimoto@chromium.org | 2013-06-19 | 1 | -0/+1 |
* | Use TestBrowserThreadBundle instead of TestBrowserThread (c/b/cros/drive). | kinaba@chromium.org | 2013-06-18 | 1 | -13/+6 |
* | drive: Initialize FileCache and ResourceMetadata in one place. | hashimoto@chromium.org | 2013-06-17 | 1 | -2/+10 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Use a direct include of strings headers in chrome/browser/chromeos/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Stop abusing test/data/*.json files in Drive cache tests. | kinaba@chromium.org | 2013-06-10 | 1 | -5/+7 |
* | More clean up for Drive special file path treatment. | kinaba@chromium.org | 2013-06-06 | 1 | -1/+1 |
* | drive: Manage default value and pushed values separately in FakeFreeDiskSpace... | hashimoto@chromium.org | 2013-06-05 | 1 | -2/+0 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Case-insensitive search for non-ASCII characters in auto-complete of Drive fi... | kinaba@chromium.org | 2013-05-27 | 1 | -2/+25 |
* | Added 'SEARCH_METADATA_OFFLINE' option to SearchMetadata. | hirono@chromium.org | 2013-05-22 | 1 | -0/+155 |
* | Move SearchMetadata into internal namespace. | hidehiko@chromium.org | 2013-05-21 | 1 | -5/+6 |
* | drive: Simplify SearchMetadata | hashimoto@chromium.org | 2013-05-10 | 1 | -12/+36 |
* | drive: Rename ResourceMetadata methods in a blocking pool centric manner | hashimoto@chromium.org | 2013-05-09 | 1 | -1/+1 |
* | Rename drive::DriveEntryProto to drive::ResourceEntry | satorux@chromium.org | 2013-05-02 | 1 | -8/+8 |
* | drive: Move ResourceMetadata to the internal namespace | hashimoto@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | drive: Rename DriveResourceMetadata to ResourceMetadata | satorux@chromium.org | 2013-04-26 | 1 | -2/+2 |
* | drive: Rename drive_file_sytem_util to file_system_util | satorux@chromium.org | 2013-04-26 | 1 | -1/+1 |
* | drive: Rename drive_test_util.{h,cc} to test_util.{h,cc} | satorux@chromium.org | 2013-04-24 | 1 | -1/+1 |
* | drive: Rename DriveFileError to FileError | satorux@chromium.org | 2013-04-23 | 1 | -28/+28 |
* | drive: Fix a bug where special directories are suggested from autocomplete | satorux@chromium.org | 2013-04-19 | 1 | -0/+21 |
* | chromeos: Remove dependencies for unnecessary classes from SearchMetadataTest | hashimoto@chromium.org | 2013-04-11 | 1 | -87/+99 |
* | Remove root resource id aliasing from DriveResourceMetadata. | hidehiko@chromium.org | 2013-04-10 | 1 | -1/+0 |
* | drive: Supports shared-with-me search in searchDriveMetadata(). | haruki@chromium.org | 2013-04-10 | 1 | -0/+17 |
* | drive: Extends fileBrowserPrivate.searchDriveMetadata | haruki@chromium.org | 2013-04-09 | 1 | -11/+58 |
* | drive: Use "/drive/root" namespace and fix Files app and tests. | haruki@chromium.org | 2013-04-05 | 1 | -7/+7 |
* | Narrow the ownership of DriveUploader from DriveSystemService to DriveScheduler. | kinaba@chromium.org | 2013-04-05 | 1 | -1/+0 |
* | drive: Fix a bug where auto-complete didn't respond instantly | satorux@chromium.org | 2013-03-27 | 1 | -14/+17 |
* | Eliminate small CopyResultFromXxxCallback families in drive_test_util. | hidehiko@chromium.org | 2013-03-25 | 1 | -32/+16 |
* | Eliminate CopyErrorCodeFromOperationCallback. | hidehiko@chromium.org | 2013-03-22 | 1 | -2/+1 |
* | chromeos: Pass the data directory path to the ctor of DriveResourceMetadata | hashimoto@chromium.org | 2013-03-21 | 1 | -0/+1 |
* | chromeos: Add DriveResourceMetadata::Initialize | hashimoto@chromium.org | 2013-03-20 | 1 | -0/+13 |
* | chromeos: Destruct DriveResourceMetadata on the blocking pool | hashimoto@chromium.org | 2013-03-18 | 1 | -5/+5 |
* | Use ChangeListLoader to set up test fixture for SearchMetadataTest. | hidehiko@chromium.org | 2013-03-13 | 1 | -6/+34 |
* | Changing GetTestFilePath so we can place test files outside of the chromeos d... | keishi@chromium.org | 2013-03-08 | 1 | -1/+1 |