| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve FileSystemUsageCache performance | tzik@chromium.org | 2013-03-14 | 10 | -130/+325 |
* | [Media Gallery, Linux] Implement asynchronous MtpDeviceDelegateImplLinux. | kmadhusu@chromium.org | 2013-03-08 | 1 | -1/+2 |
* | Sync FileSystem: Change internal service name from "drive" to "syncfs". | tzik@chromium.org | 2013-03-06 | 2 | -24/+32 |
* | [Media Gallery, Win] Implement asynchronous MtpDeviceDelegateImplWin. | kmadhusu@chromium.org | 2013-03-06 | 2 | -2/+8 |
* | chromeos: Use /tmp as mount root directory for stubs. | hashimoto@chromium.org | 2013-03-04 | 1 | -20/+0 |
* | Introduce CreateNestedOperation and cleanup memory hacks around recursive ope... | kinuko@chromium.org | 2013-03-04 | 11 | -250/+133 |
* | Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.h | kinuko@chromium.org | 2013-03-04 | 10 | -4/+12 |
* | Deprecate LocalFileSystemOperation::ScopedUpdateNotifier | kinuko@chromium.org | 2013-03-01 | 5 | -132/+118 |
* | Add separate LocalFileChangeTracer tests for Copy/Move | kinuko@chromium.org | 2013-02-28 | 1 | -58/+119 |
* | Final patch to migrate all files under webkit/fileapi/syncable from fileapi n... | calvinlo@chromium.org | 2013-02-27 | 29 | -402/+478 |
* | Cleanup: Fix styles in local_file_system_*_unittest.cc | kinuko@chromium.org | 2013-02-27 | 3 | -255/+294 |
* | Migrated sync_callback and sync_status_code from fileapi to sync_file_system ... | calvinlo@chromium.org | 2013-02-26 | 14 | -116/+132 |
* | Cleanup: Add fileapi::AreSameFileSystem(url1, url2) utility function | kinuko@chromium.org | 2013-02-26 | 5 | -9/+42 |
* | Migrated sync_file_metadata from fileapi to sync_file_system | calvinlo@chromium.org | 2013-02-25 | 6 | -35/+26 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 46 | -46/+46 |
* | Migrated sync_file_type and file_change from namespace fileapi to sync_file_s... | calvinlo@chromium.org | 2013-02-22 | 13 | -103/+125 |
* | Migrated sync_file_status, sync_action and sync_direction from fileapi:: name... | calvinlo@chromium.org | 2013-02-22 | 5 | -7/+6 |
* | Remove NOTIMPLEMENTED() from DeviceMediaAsyncFileUtil::Create(). | kmadhusu@chromium.org | 2013-02-20 | 1 | -1/+0 |
* | Deprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicy | kinuko@chromium.org | 2013-02-18 | 10 | -198/+134 |
* | Reordered arguments of notification related functions so the order is sync st... | calvinlo@chromium.org | 2013-02-18 | 4 | -0/+22 |
* | We should not use FilePath::DirName() for sandboxed virtual paths | kinuko@chromium.org | 2013-02-18 | 5 | -6/+84 |
* | Retry: Fix VirtualPath::GetComponents to handle drive letter string as usual ... | kinuko@chromium.org | 2013-02-18 | 3 | -19/+26 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 8 | -61/+65 |
* | [Media Gallery] Added CreateMTPDeviceAsyncDelegate() interface in mtp_device_... | kmadhusu@chromium.org | 2013-02-16 | 1 | -1/+7 |
* | [Media Gallery] Implement DeviceMediaAsyncFileUtil and MTPDeviceAsyncDelegate. | kmadhusu@chromium.org | 2013-02-16 | 8 | -16/+743 |
* | FileSystem mods: Changes to snapshot file creation to remove dependencies on ... | michaeln@chromium.org | 2013-02-15 | 1 | -0/+5 |
* | Revert 182604 because it breaks fast/filesystem/op-restricted-chars.html | atwilson@chromium.org | 2013-02-15 | 3 | -26/+19 |
* | Disable ObfuscatedFileUtilTest.TestQuotaOnCopyFile on win / android. | marja@chromium.org | 2013-02-15 | 1 | -1/+7 |
* | Fix VirtualPath::GetComponents to handle drive letter string as usual path co... | kinuko@chromium.org | 2013-02-15 | 3 | -19/+26 |
* | Remove deprecated code in webkit/fileapi | kinuko@chromium.org | 2013-02-14 | 9 | -1159/+0 |
* | Re-implement IsolateFileUtil tests on top of new cross-fs operation architecture | kinuko@chromium.org | 2013-02-14 | 1 | -138/+157 |
* | Retry: Introduce AsyncFileTestHelper for testing with async file/quota operat... | kinuko@chromium.org | 2013-02-13 | 9 | -287/+412 |
* | Filesystem interface for Mac PTP/MTP devices using ImageCaptureCore | gbillock@chromium.org | 2013-02-08 | 2 | -5/+12 |
* | SyncFS: it should not crash even when invalid FileEntry is given to getFileSt... | kinuko@chromium.org | 2013-02-08 | 2 | -2/+6 |
* | SyncFS: Propagate the sync status and direction from service to JS event API | kinuko@chromium.org | 2013-02-08 | 3 | -34/+0 |
* | SyncFS: Migrate to new event system and support LOCAL_TO_REMOTE (as well as R... | kinuko@chromium.org | 2013-02-08 | 4 | -9/+34 |
* | Always populate FileSystemURL::virtual_path and deprecate WithPath() method | kinuko@chromium.org | 2013-02-08 | 8 | -77/+126 |
* | Revert 181278 | gavinp@chromium.org | 2013-02-07 | 9 | -412/+287 |
* | Introduce AsyncFileTestHelper for testing with async file/quota operations | kinuko@chromium.org | 2013-02-07 | 9 | -287/+412 |
* | Linux/ChromeOS Chromium style checker cleanup, webkit/ edition. | rsleevi@chromium.org | 2013-02-07 | 17 | -25/+25 |
* | Cleanup: use "drive" instead of "gdrive". | yoshiki@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Return a FileEntry object from onFileSynced events so both input and output t... | calvinlo@chromium.org | 2013-02-06 | 2 | -0/+30 |
* | Unsafe array length fix for GetNormalizedPath() function. | calvinlo@chromium.org | 2013-02-06 | 3 | -3/+59 |
* | Revert 180688 due to faiulres on asan bots | brianderson@chromium.org | 2013-02-05 | 3 | -59/+3 |
* | Add unittests for Cross-FileSystem Copy/Move (for local filesystem). | kinuko@chromium.org | 2013-02-05 | 2 | -1/+548 |
* | Add Utility functions to Normalize and check for Absolute Virtual Paths. | calvinlo@chromium.org | 2013-02-05 | 3 | -3/+59 |
* | Fix possible crash in RecursiveOperationDelegate and throttle # of parallel t... | kinuko@chromium.org | 2013-02-05 | 4 | -20/+59 |
* | Add NativeFileUtil unit tests | yoichio@chromium.org | 2013-02-04 | 2 | -3/+339 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 113 | -1158/+1172 |
* | Add SetSyncEnabled method to SyncFileSystem and DriveFileSync services | kinuko@chromium.org | 2013-01-30 | 2 | -0/+3 |