summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/obfuscated_file_system_file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-1255/+0
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Don't abort reading directory when a backing file lost.tzik@chromium.org2011-09-021-2/+5
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Handle inconsistency between DB and Filestzik@chromium.org2011-08-311-18/+64
* Adding Size() to AbstractFileEnumeratortzik@chromium.org2011-08-301-8/+46
* Fix OFSFU's Touch to match the other FSFU subclasses.ericu@chromium.org2011-08-251-33/+15
* Simplify directory path accounting.ericu@chromium.org2011-08-191-13/+97
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-2/+2
* Revert 95973 - Handle inconsistency between DB and Files in ObfuscatedFileSys...backer@chromium.org2011-08-091-44/+5
* Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtiltzik@chromium.org2011-08-091-5/+44
* Specify 'true' to force creating the new directory in MigrateFromOldSandboxkinuko@chromium.org2011-08-051-1/+1
* Change quota to account directories and path names in the filesystem.dmikurube@chromium.org2011-07-251-5/+13
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-191-19/+43
* Remove SandboxMountPointProvier::GetBaseDirectoryForOrigin as it's no longer ...kinuko@chromium.org2011-07-151-17/+17
* Delete filesystem origin info in the origin database if it is emptykinuko@chromium.org2011-07-141-5/+19
* Change the usage cache not to include meta data, such as the the size of usag...dmikurube@google.com2011-07-121-1/+18
* Do not create a new directory database for read operations.kinuko@chromium.org2011-07-081-41/+66
* Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi...dmikurube@chromium.org2011-07-061-18/+19
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-211-1/+4
* Code to turn on obfuscated filesystems for all, and to migrate all existing u...ericu@google.com2011-05-281-2/+10
* Enable cross-filesystem moves and copies.ericu@chromium.org2011-05-261-4/+35
* Integrated obfuscation with quota; all unit tests now pass with or without th...ericu@chromium.org2011-05-231-44/+107
* Code to migrate a single directory from the old sandbox to the new.ericu@chromium.org2011-05-201-35/+173
* This integrates the obfuscated filesystem, but keeps it turned off with a flag.ericu@chromium.org2011-05-191-18/+38
* A few small cleanup items from TODOs in the Obfuscated filesystem code--unit ...ericu@chromium.org2011-05-161-32/+4
* Timer to drop in-memory databases when they're not in use.ericu@google.com2011-05-131-0/+12
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-131-0/+766