- cd501a7 Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single storage namespace by [email protected] · 11 years ago
- fc5a313 Remove PlatformFile from fileapi::FileSystemFileUtil by [email protected] · 11 years ago
- e14d0a73 Move all remaining fileapi and quota unit tests from webkit/ to content/ by [email protected] · 11 years ago
- 5121ad7 [FileAPI] Replace default leveldb::Env with leveldb::MemEnv in tests. by [email protected] · 12 years ago
- 141bcc5 Convert Media Galleries to use base::File by [email protected] · 12 years ago
- 7ade66ee Change fileapi namespace to content for test files that are moved under content/ by [email protected] · 12 years ago
- e10449c [Retry] Quota: Implement QuotaBackendImpl by [email protected] · 12 years ago
- fd51178 Revert 233815 "Quota: Implement QuotaBackendImpl" by [email protected] · 12 years ago
- ed222df Quota: Implement QuotaBackendImpl by [email protected] · 12 years ago
- 28fb308 Retry: Prepopulate primary origin's directory database if possible. by [email protected] · 12 years ago
- 34e50af4 Revert 230998 "Prepopulate primary origin's directory database i..." by [email protected] · 12 years ago
- f808dd8b Prepopulate primary origin's directory database if possible. by [email protected] · 12 years ago
- 3947db9 FileAPI: Make ObfuscatedFileUtil to receive SandboxFSDelegate in its ctor by [email protected] · 12 years ago
- 3660414 Cleanup obsolete isolated-origin handling code for SandboxOriginDatabse by [email protected] · 12 years ago
- c19e2ff Give type directory string for given URL from outside ObfuscatedFileUtil by [email protected] · 12 years ago
- 7cf7c32 FileAPI: Clean up ObfuscatedFileUtil to support isolated-sandboxed filesystem by [email protected] · 12 years ago
- 343eac9 FileAPI: Clean up ObfuscatedFileUtil::GetDirectoryDatabase signature by [email protected] · 12 years ago
- 824d389 Introduce CopyOrMoveOption. by [email protected] · 12 years ago
- 4d28164b Temporarily disable IsolatedStorage special handling by [email protected] · 12 years ago
- f19bbf6 fileapi: Rename FileSystemMountProvider to FileSystemBackend by [email protected] · 12 years ago
- 501fd0e Fix directory database handling in ObfuscatedFileUtil by [email protected] · 12 years ago
- e5bf2fd Fix webkit_storage exports definitions by [email protected] · 12 years ago
- a4e775b Use timed helper class in ObfuscatedFileUtil by [email protected] · 12 years ago
- 1725868 Use PostDelayTask instead of timer to drop DB. by [email protected] · 12 years ago
- a623aae Prepopulate directory database for isolated origins by [email protected] · 12 years ago
- 0b7fcc1 Implement special origin database handling for Isolated Apps by [email protected] · 12 years ago
- b76b556d Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to the new common_child library. by [email protected] · 12 years ago
- 61d271f3 Split FileAPI code for common|common_child|renderer by [email protected] · 12 years ago
- c6f9203a Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi by [email protected] · 12 years ago
- 5a20d04 Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi by [email protected] · 12 years ago
- 28f051c3 Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/browser/fileapi by [email protected] · 12 years ago[Renamed (96%) from webkit/fileapi/obfuscated_file_util.h]
- e6bbd9c Cleanup: Prefix HTML5 Sandbox FileSystem related files with 'sandbox_' by [email protected] · 12 years ago
- f7ac94e [FileAPI] Disable usage cache for origin after file opening for pepper. by [email protected] · 12 years ago
- 7ab45cfa8 Change some snapshot- or temporary-file related changes to use ScopedFile by [email protected] · 12 years ago
- 5453ca05 Remove 'recursive' flag on FileSystemFileUtil::CreateFileEnumerator by [email protected] · 12 years ago
- 30c060c Add a flag to disable usage tracking of FileSystem. by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
- a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
- cf7405f Move file_util_proxy to base/files. by [email protected] · 13 years ago
- bab213be Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtil by [email protected] · 13 years ago
- 403ada8 Cleanup: Remove using statements from webkit/fileapi header files. by [email protected] · 13 years ago
- 9eaa331b Remove the old-sandbox-to-new-sandbox migration code. The only users of the old sandbox are those who used the filesystem in apps 1.5 years ago, and haven't loaded those apps since. by [email protected] · 13 years ago
- d109fcb Clean up: Modified FileSystemFileUtil::CreateFileEnumerator function signature to return a scoped_ptr. by [email protected] · 13 years ago
- bcded8d webkit: Merge blob and fileapi into one build target 'webkit_storage' by [email protected] · 13 years ago
- 13f92f6e Remove FileSystemFileUtil::{Directory,Path}Exists by [email protected] · 13 years ago
- 826df82 Create ShareableFileReference on IO thread by [email protected] · 13 years ago
- d0a1f037 Adding FileUtil::CreateSnapshotFile by [email protected] · 13 years ago
- bf48a1f Don't keep file system directories around if they contain unrelated files. by [email protected] · 13 years ago
- 949f25a Reduce the number of CrackFileSystemURL by [email protected] · 13 years ago
- 0b38b4e5 Move fileapi into its own component by [email protected] · 13 years ago
- 95af737 Unlayer ObfuscatedFileUtil. by [email protected] · 13 years ago
- 3cfc10f Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by by [email protected] · 13 years ago
- 294dd031 Merge QuotaFileUtil into ObfuscatedFileUtil by [email protected] · 13 years ago
- d247b84 Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes(). by [email protected] · 13 years ago
- e0ffc6f RefCounted types should not have public destructors, webkit/ by [email protected] · 13 years ago
- a393891 Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDirectory() by [email protected] · 13 years ago
- 566f22379 Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator. by [email protected] · 13 years ago
- 08f8feb Move src/dest info out of FileSystemOperationContext by [email protected] · 13 years ago
- fad625e2f Update mtime of directory when containing entry changed. by [email protected] · 14 years ago
- 7878ece [Refactor] to rename and re-layer the file_util stack layers. by [email protected] · 14 years ago[Renamed (92%) from webkit/fileapi/obfuscated_file_system_file_util.h]
- 172205b Adding Size() to AbstractFileEnumerator by [email protected] · 14 years ago
- 0c5ebe3 Simplify directory path accounting. by [email protected] · 14 years ago
- b0e2a4f Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUtils. by [email protected] · 14 years ago
- f1ddaa4 Adding FileUtilProxy::Entry::{size,last_modified_time}, by [email protected] · 14 years ago
- 83c0d3c Remove SandboxMountPointProvier::GetBaseDirectoryForOrigin as it's no longer used by [email protected] · 14 years ago
- 6ff1705 Change the usage cache not to include meta data, such as the the size of usage cache itself. by [email protected] · 14 years ago
- 4b4d53bd Do not create a new directory database for read operations. by [email protected] · 14 years ago
- ccb14ed Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlying *FileUtil. by [email protected] · 14 years ago
- cdba4699 Integrate file systems with BrowsingDataRemover by [email protected] · 14 years ago
- 81b7f66 Enable cross-filesystem moves and copies. by [email protected] · 14 years ago
- fcc2d5f Integrated obfuscation with quota; all unit tests now pass with or without the flag that turns on obfuscation. by [email protected] · 14 years ago
- 6b93115 Code to migrate a single directory from the old sandbox to the new. by [email protected] · 14 years ago
- c7a4a10f This integrates the obfuscated filesystem, but keeps it turned off with a flag. by [email protected] · 14 years ago
- 0a732853 Timer to drop in-memory databases when they're not in use. by [email protected] · 14 years ago
- d4905e2e ObfuscatedFileSystemFileUtil class by [email protected] · 14 years ago