summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Return error status as bool in FileSystemUsageCache functions.tzik@chromium.org2013-04-145-79/+109
* Rewrite scoped_array<T> to scoped_ptr<T[]> in webkit.dcheng@chromium.org2013-04-121-1/+1
* SyncFS should check the available disk space to correctly return quotakinuko@chromium.org2013-04-121-2/+1
* Allow RequestOSFileHandle if an app has unlimited storagehamaji@chromium.org2013-04-122-3/+4
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-6/+3
* Remove 'recursive' flag on FileSystemFileUtil::CreateFileEnumeratortommycli@chromium.org2013-04-1111-44/+36
* Clear browsing data clears data for type kStorageTypeTemporary but not for kS...cramya@chromium.org2013-04-112-1/+6
* Simple PMP reader to parse Picasa's metadatatommycli@chromium.org2013-04-1110-0/+918
* Ignore symlinks in Drag-and-drop'ed folderkinuko@chromium.org2013-04-102-59/+19
* FileAPI: Run database recovery on IOError.tzik@chromium.org2013-04-106-2/+98
* Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}nhiroki@chromium.org2013-04-1011-42/+48
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-099-17/+15
* Cleanup: Add FileSystemContext::CreateFileStreamWriterkinuko@chromium.org2013-04-093-6/+22
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-099-15/+17
* Really fix build after r193020.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-099-17/+15
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-2/+2
* Cleanup: Remove Synchronous MTP delegate support now that all MTPDelegates ar...thestig@chromium.org2013-04-0611-484/+4
* [Media Galleries] Switch Mac MTP delegate to async interface.gbillock@chromium.org2013-04-051-1/+1
* Add validation framework to Copy or Move operations in fileapi.vandebo@chromium.org2013-04-0414-0/+481
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-305-5/+5
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-2/+2
* Add a flag to disable usage tracking of FileSystem.tzik@chromium.org2013-03-293-4/+52
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-277-7/+7
* Upgrade the return type of GetLength from int to int64.hidehiko@chromium.org2013-03-274-11/+13
* SyncFS: Copying-in foreign files into SyncFS should trigger Synckinuko@chromium.org2013-03-254-33/+35
* Launch packaged app with files on Drive on Chrome OS.kinaba@chromium.org2013-03-2410-65/+134
* Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPEpilgrim@chromium.org2013-03-203-39/+1
* Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPEpilgrim@chromium.org2013-03-193-2/+43
* Update TestURLRequest constructor interface in unit tests.tedv@chromium.org2013-03-192-6/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-3/+4
* Improve FileSystemUsageCache performancetzik@chromium.org2013-03-1410-130/+325
* [Media Gallery, Linux] Implement asynchronous MtpDeviceDelegateImplLinux. kmadhusu@chromium.org2013-03-081-1/+2
* Sync FileSystem: Change internal service name from "drive" to "syncfs".tzik@chromium.org2013-03-062-24/+32
* [Media Gallery, Win] Implement asynchronous MtpDeviceDelegateImplWin. kmadhusu@chromium.org2013-03-062-2/+8
* chromeos: Use /tmp as mount root directory for stubs.hashimoto@chromium.org2013-03-041-20/+0
* Introduce CreateNestedOperation and cleanup memory hacks around recursive ope...kinuko@chromium.org2013-03-0411-250/+133
* Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.hkinuko@chromium.org2013-03-0410-4/+12
* Deprecate LocalFileSystemOperation::ScopedUpdateNotifierkinuko@chromium.org2013-03-015-132/+118
* Add separate LocalFileChangeTracer tests for Copy/Movekinuko@chromium.org2013-02-281-58/+119
* Final patch to migrate all files under webkit/fileapi/syncable from fileapi n...calvinlo@chromium.org2013-02-2729-402/+478
* Cleanup: Fix styles in local_file_system_*_unittest.cckinuko@chromium.org2013-02-273-255/+294
* Migrated sync_callback and sync_status_code from fileapi to sync_file_system ...calvinlo@chromium.org2013-02-2614-116/+132
* Cleanup: Add fileapi::AreSameFileSystem(url1, url2) utility functionkinuko@chromium.org2013-02-265-9/+42
* Migrated sync_file_metadata from fileapi to sync_file_systemcalvinlo@chromium.org2013-02-256-35/+26
* Move file_path.h to base/files.brettw@chromium.org2013-02-2446-46/+46
* Migrated sync_file_type and file_change from namespace fileapi to sync_file_s...calvinlo@chromium.org2013-02-2213-103/+125
* Migrated sync_file_status, sync_action and sync_direction from fileapi:: name...calvinlo@chromium.org2013-02-225-7/+6
* Remove NOTIMPLEMENTED() from DeviceMediaAsyncFileUtil::Create().kmadhusu@chromium.org2013-02-201-1/+0
* Deprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicykinuko@chromium.org2013-02-1810-198/+134