summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/sandbox_directory_database.cc
Commit message (Expand)AuthorAgeFilesLines
* [FileAPI] Replace default leveldb::Env with leveldb::MemEnv in tests.tzik@chromium.org2014-01-291-4/+14
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-9/+9
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Return NOT_A_DIRECTORY error if there's a file in a path chain in CreateDirec...kinuko@chromium.org2013-11-251-15/+15
* Opening a path in non-directory should fail with NOT_A_DIRECTORY.kinuko@chromium.org2013-09-181-9/+9
* Revert "[FileAPI] Increase LevelDB cache size of Sandboxed FileSystems."tzik@chromium.org2013-08-231-2/+2
* [FileAPI] Increase LevelDB cache size of Sandboxed FileSystems.tzik@chromium.org2013-08-211-2/+2
* Only allow leveldb to use the minimum amount of file descriptors.dgrogan@chromium.org2013-07-161-1/+4
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Use a direct include of strings headers in webkit/, part 1.avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-6/+5
* Split FileAPI code for common|common_child|rendererkinuko@chromium.org2013-05-281-1/+1
* Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/...kinuko@chromium.org2013-05-211-0/+926