summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable/syncable_file_system_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)kinuko@chromium.org2013-05-281-284/+0
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-1/+1
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-3/+3
* Move more browser-specific webkit/fileapi code to webkit/browser/fileapikinuko@chromium.org2013-05-241-3/+3
* Cleanup: Rename LocalFileSystemTestOriginHelper (aka test_helper_) to Sandbox...kinuko@chromium.org2013-05-241-3/+3
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-221-1/+1
* SyncFS: Update outdated function names and comments in SyncFS utilitiesnhiroki@chromium.org2013-05-201-1/+1
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-1/+1
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* SyncFS: Move kEnableSyncDirectoryOperation flag into SyncableFileSystemUtilnhiroki@chromium.org2013-04-161-1/+1
* Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.hkinuko@chromium.org2013-03-041-0/+2
* Final patch to migrate all files under webkit/fileapi/syncable from fileapi n...calvinlo@chromium.org2013-02-271-6/+9
* Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...calvinlo@chromium.org2013-02-261-1/+1
* Migrated sync_file_type and file_change from namespace fileapi to sync_file_s...calvinlo@chromium.org2013-02-221-6/+8
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-2/+2
* Split recursive Copy/Move into async tasks and support cross operation (in lo...kinuko@chromium.org2013-01-281-1/+1
* Cleanup: Remove FileUtil overriding hack for testing in LocalFileSystemOperationkinuko@chromium.org2013-01-231-1/+1
* Disable directory operations in SyncFileSystem for nowkinuko@chromium.org2012-11-201-0/+45
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-1/+1
* Implement LocalFileSyncService::ProcessLocalChangekinuko@chromium.org2012-11-081-1/+1
* Implement LocalFileChangeTracker::GetNextChangedURLs for local synckinuko@chromium.org2012-11-021-17/+14
* Implement PrepareForProcessRemoteChange for local file sync servicekinuko@chromium.org2012-10-291-0/+1
* Separate out FILE_TYPE enum from file_change.hkinuko@chromium.org2012-10-261-6/+6
* Add Quota related method to CannedSyncableFileSystem for testingkinuko@chromium.org2012-10-251-31/+8
* Implement FileSystemURL.DebugString()kinuko@chromium.org2012-10-151-2/+2
* 2nd try: Make CannedSyncableFileSystem testable in multi-thread environmentkinuko@chromium.org2012-10-151-14/+14
* Revert 161573 - Make CannedSyncableFileSystem testable in multi-thread enviro...bruening@google.com2012-10-121-14/+14
* Make CannedSyncableFileSystem testable in multi-thread environmentkinuko@chromium.org2012-10-121-14/+14
* Restore quota manager's default quota valuekinuko@chromium.org2012-10-121-0/+5
* Implement an initialize routine for LocalFileChangeTracker. nhiroki@chromium.org2012-10-121-0/+1
* 2nd try: Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-0/+1
* Revert 161054 - Cleanup includes/headers in webkit/fileapiviettrungluu@chromium.org2012-10-101-1/+0
* Cleanup includes/headers in webkit/fileapikinuko@chromium.org2012-10-101-0/+1
* Register LocalFileChangeTracker as observers when it's set in FileSystemContextkinuko@chromium.org2012-10-091-0/+116
* 2nd try: Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-091-101/+34
* Revert 160809 - Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-091-34/+101
* Add common helper code for SyncableFileSystem testingkinuko@chromium.org2012-10-091-101/+34
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-131-0/+201