summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Stub for Privet file systemnoamsml@chromium.org2014-01-171-0/+1
* Quota: Factor out (Mock)QuotaManagerProxy into its own file for readabilitynhiroki@chromium.org2014-01-177-7/+7
* [Pepper][FileAPI] Interface clean uptzik@chromium.org2014-01-175-46/+45
* [FileAPI] Refine a local variable wordingtzik@chromium.org2014-01-171-6/+6
* [FileAPI] Ignore requests after QuotaReservation::OnClientCrash call.tzik@chromium.org2014-01-172-6/+19
* Change fileapi namespace to content for test files that are moved under content/kinuko@chromium.org2014-01-165-18/+25
* [Pepper] Use platform path for QuotaReservation::GetOpenFileHandletzik@chromium.org2014-01-111-1/+6
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-074-5/+7
* FileAPI: Rename *OnFileThread to *OnFileTaskRunnernhiroki@chromium.org2013-12-208-44/+49
* FileAPI: Return success when copying/moving file into the same pathnhiroki@chromium.org2013-12-191-2/+4
* Cosmetic change for disk flush interval in Files.app file copying.kinaba@chromium.org2013-12-172-10/+22
* Flush after FileSystem API copy when necessary (case for intra-fs copies).kinaba@chromium.org2013-12-135-32/+120
* Flush after FileSystem API copy when necessary (case for stream-based copies).kinaba@chromium.org2013-12-122-1/+36
* Add mount option parameter to ExternalMountPoints::RegisterFileSystem.kinaba@chromium.org2013-12-119-38/+129
* OpenFileSystem with create=true whenever we need to initialize SyncFS for an ...kinuko@chromium.org2013-12-111-1/+2
* Fix test-only leak in ExternalMountPointskinuko@chromium.org2013-12-101-3/+9
* Don't revoke SyncFileSystem in SyncFileSystemBackend dtorkinuko@chromium.org2013-12-052-0/+9
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-3/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-046-11/+11
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-043-4/+4
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-038-21/+21
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* [Quota] Add DCHECKs for origin parameterstzik@chromium.org2013-12-023-0/+17
* Return NOT_A_DIRECTORY error if there's a file in a path chain in CreateDirec...kinuko@chromium.org2013-11-253-16/+19
* Adding nhiroki to some fileapi directory ownerskinuko@chromium.org2013-11-201-0/+1
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-135-31/+10
* FileAPI: Modify PluginPrivateFileSystemBackendnhiroki@chromium.org2013-11-134-37/+19
* Quota: Wire up between QuotaReservationManager and FileSystemContextnhiroki@chromium.org2013-11-129-2/+76
* [Retry] Quota: Implement QuotaBackendImplnhiroki@chromium.org2013-11-1210-60/+541
* Revert 233815 "Quota: Implement QuotaBackendImpl"nhiroki@chromium.org2013-11-0810-538/+54
* Quota: Implement QuotaBackendImplnhiroki@chromium.org2013-11-0810-54/+538
* [FileAPI] Add QuotaReservationManager and related classes.tzik@chromium.org2013-11-0611-0/+1179
* Revert 232547 "Pepper: Move FileIO host from renderer to browser."teravest@chromium.org2013-11-055-10/+31
* Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisationmseaborn@chromium.org2013-11-022-4/+4
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-025-31/+10
* Revert 232440 "Pepper: Move FileIO host from renderer to browser."csharp@chromium.org2013-11-015-10/+31
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-015-31/+10
* Allow permission setting errors during folder creation in file API.kinaba@chromium.org2013-10-301-2/+6
* Do not leak a FileSystemOperation in FileSystemOperationRunner::SyncGetPlatfo...earthdok@chromium.org2013-10-281-3/+3
* Retry: Prepopulate primary origin's directory database if possible.kinuko@chromium.org2013-10-283-10/+67
* FileAPI: OpenPluginPrivateFileSystem should return filesystem_idnhiroki@chromium.org2013-10-254-5/+15
* Revert 230998 "Prepopulate primary origin's directory database i..."falken@chromium.org2013-10-253-65/+12
* Prepopulate primary origin's directory database if possible.kinuko@chromium.org2013-10-253-12/+65
* FileAPI: Make ObfuscatedFileUtil to receive SandboxFSDelegate in its ctornhiroki@chromium.org2013-10-254-11/+21
* Implement SandboxPrioritizedOriginDatabasekinuko@chromium.org2013-10-255-7/+530
* Enable regular warnings for webkit/storage code (and fix them)kinuko@chromium.org2013-10-241-2/+2
* Cleanup obsolete isolated-origin handling code for SandboxOriginDatabsekinuko@chromium.org2013-10-245-131/+45
* FileAPI: Wire up between PluginPrivateFileSystemBackend and FileSystemContextnhiroki@chromium.org2013-10-232-0/+40
* Add PluginPrivate file system backend.kinuko@chromium.org2013-10-212-0/+433
* [FileAPI] Fix dump tool build failuretzik@chromium.org2013-10-211-5/+4