summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_file_system.cc
Commit message (Expand)AuthorAgeFilesLines
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-071-3/+1
* Fix SimpleFileSystem to register a Blob when performing the CreateSnapshotFil...michaeln@google.com2012-03-011-4/+52
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-291-2/+2
* Add createSnapshotFile API for DumpRenderTreekinuko@chromium.org2012-02-291-0/+24
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-141-104/+103
* Revert 121620 - Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-103/+104
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-111-104/+103
* Add CreateFileSystemOperation() method to FileSystemContextkinuko@chromium.org2012-01-161-18/+17
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-111-8/+18
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-051-5/+3
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-031-1/+0
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-2/+2
* Refactor FileSystemOperation:oleg@chromium.org2011-10-261-1/+1
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-1/+0
* Clean up old dead code.ericu@chromium.org2011-09-061-65/+0
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-2/+0
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-3/+3
* Update src/webkit/tools for WebKit API move.abarth@chromium.org2011-06-261-1/+2
* This goes in first, followed by a webkit change that defines WEBFILESYSTEMCAL...ericu@chromium.org2011-06-021-21/+87
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-5/+0
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-091-0/+1
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-201-1/+7
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-0/+2
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-131-36/+14
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-121-14/+36
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-121-36/+14
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-111-14/+36
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-091-36/+14
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-081-14/+36
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-081-36/+14
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-071-14/+36
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-071-36/+14
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-2/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-2/+6
* Use an unlimited_quota in TestShell's SimpleFileSystem to allowadamk@chromium.org2011-03-151-1/+1
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-0/+1
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-9/+9
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-6/+6
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-141-2/+4
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-301-22/+2
* Extend simple_file_system to use SandboxedFileSystemOperationkinuko@chromium.org2010-11-231-34/+107
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-091-21/+2
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-021-2/+2
* SimpleFileWriter for test_shell and DRT.michaeln@chromium.org2010-10-141-1/+12
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-1/+8
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-8/+1
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-1/+8
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-2/+2
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-2/+2