summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_context.cc
Commit message (Expand)AuthorAgeFilesLines
* fileapi: Add modification time check for FileSystemFileStreamReaderhashimoto@chromium.org2012-10-151-2/+4
* Add LocalFileSyncContext class which is a glue class between profile-owned se...kinuko@chromium.org2012-10-121-0/+6
* Replace legacy SyncableFileSystem code to use new utility functions now avail...calvinlo@chromium.org2012-10-101-10/+4
* Register LocalFileChangeTracker as observers when it's set in FileSystemContextkinuko@chromium.org2012-10-091-1/+6
* Fix up relationship of LocalFileChangeTracker and LocalFileSyncStatuskinuko@chromium.org2012-10-051-5/+13
* Add oem mount point to cros_mount_provider.tbarzic@chromium.org2012-10-031-0/+1
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-131-0/+34
* Add LocalFileChangeTracker and basic classes for synckinuko@chromium.org2012-09-121-1/+3
* Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...kmadhusu@chromium.org2012-09-111-2/+6
* Update callers of CreateFileSystemOperation so more detailed error codes can ...calvinlo@chromium.org2012-09-101-3/+12
* Revert 155377 - Update callers of CreateFileSystemOperation so more detailed ...erikwright@chromium.org2012-09-071-12/+3
* Update callers of CreateFileSystemOperation so more detailed error codes can ...calvinlo@chromium.org2012-09-071-3/+12
* Add observer classes for fileapi to observe filesystem changeskinuko@chromium.org2012-09-071-1/+20
* Rename FileSystemOperationInterface to FileSystemOperationkinuko@chromium.org2012-08-241-2/+2
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-211-0/+7
* Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to ...tzik@chromium.org2012-08-071-8/+9
* Isolated FS for Media devices.kmadhusu@chromium.org2012-08-031-1/+1
* Wire up the deleteFileSystem operation.nhiroki@google.com2012-08-021-21/+26
* Implement media path filtertzik@chromium.org2012-08-021-0/+2
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-251-2/+2
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-251-0/+1
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-271-14/+8
* Rename webkit_blob::FileReader to FileStreamReader.kinaba@chromium.org2012-05-311-2/+2
* Always pass FileSystemContext to ObfuscatedFileUtil operationskinuko@chromium.org2012-05-231-3/+3
* Add RegisterMountPointProvider and TestMountPointProvider for testingkinuko@chromium.org2012-05-111-7/+20
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-071-20/+17
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-11/+10
* Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...kinuko@chromium.org2012-04-191-0/+16
* Style fix in webkit/fileapitzik@chromium.org2012-04-051-1/+1
* Add isolated file_util for directory (and file) drag-and-drop support.kinuko@chromium.org2012-04-021-1/+5
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-2/+2
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-141-15/+7
* Revert 121620 - Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-7/+15
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-15/+7
* Use WebKit API's filesystem types directly under webkit/fileapikinuko@chromium.org2012-01-181-8/+0
* Add CreateFileSystemOperation() method to FileSystemContextkinuko@chromium.org2012-01-161-0/+20
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-111-0/+35
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-051-17/+64
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-15/+2
* Add browser_tests for FileAPI with Quota, and remove unlimited access for fil...dmikurube@chromium.org2011-09-061-1/+0
* Delete filesystem origin info in the origin database if it is emptykinuko@chromium.org2011-07-141-11/+5
* Integrated obfuscation with quota; all unit tests now pass with or without th...ericu@chromium.org2011-05-231-1/+1
* Factor out quota-related filesysem internal code into QuotaUtil classkinuko@chromium.org2011-05-171-13/+27
* DeleteOriginTest fix attempt for non-existing origin directorykinuko@chromium.org2011-05-171-0/+4
* Added DeleteOriginData to QuotaClientkinuko@chromium.org2011-05-171-3/+13
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-091-10/+27
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-4/+8
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-1/+2
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-2/+7
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-041-3/+14