| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the message_loop header in webkit/, part 1. | avi@chromium.org | 2013-07-18 | 56 | -56/+56 |
* | Use a direct include of the message_loop header in webkit/, part 2. | avi@chromium.org | 2013-07-17 | 7 | -7/+7 |
* | Delete unnecessary lines of code. | darin@chromium.org | 2013-07-17 | 2 | -2/+0 |
* | FileAPI: Change FileSystemBackend::OpenFileSystem signature | nhiroki@chromium.org | 2013-07-17 | 11 | -23/+33 |
* | Only allow leveldb to use the minimum amount of file descriptors. | dgrogan@chromium.org | 2013-07-16 | 4 | -3/+13 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 14 | -30/+30 |
* | [sql] Convert webkit tests to use ScopedErrorIgnorer. | shess@chromium.org | 2013-07-15 | 4 | -39/+54 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 15 | -39/+39 |
* | Cleanup: add const AddObserver method to TaskRunnerBoundObserverList | kinuko@chromium.org | 2013-07-12 | 4 | -59/+34 |
* | FileAPI: Add FileObserver related interfaces into FileSystemQuotaUtil | nhiroki@chromium.org | 2013-07-12 | 5 | -70/+170 |
* | FileAPI: Factor out getting root URI and FS name parts into each FS backend | nhiroki@chromium.org | 2013-07-12 | 8 | -21/+35 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 24 | -93/+93 |
* | add missing header in webkit/browser/fileapi/file_system_usage_cache.cc | mostynb@opera.com | 2013-07-11 | 1 | -0/+1 |
* | FileAPI: Add SandboxContext | nhiroki@chromium.org | 2013-07-10 | 8 | -108/+196 |
* | Add on_close_callback to AsyncFileUtil::CreateOrOpenCallback. | hidehiko@chromium.org | 2013-07-10 | 4 | -11/+11 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Allow passing null-callback to |on_close_callback| explicitly. | hidehiko@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Cleanup: return value and null-callback fixups on AsyncFileUtil interface | kinuko@chromium.org | 2013-07-09 | 4 | -94/+79 |
* | fileapi: Rename FileSystemMountProvider to FileSystemBackend | satorux@chromium.org | 2013-07-09 | 34 | -344/+332 |
* | Fix per-file read permission handling for files in FileSystem API | kinuko@chromium.org | 2013-07-08 | 1 | -1/+0 |
* | Deprecate FileSystemMountPointProvider::DeleteFileSystem | kinuko@chromium.org | 2013-07-04 | 8 | -63/+16 |
* | Remove unused |created| param from AsyncFileUtil::CreateOrOpenCallback. | hidehiko@chromium.org | 2013-07-02 | 4 | -6/+14 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 3 | -3/+3 |
* | Add DeleteRecursively to AsyncFileUtil. | hidehiko@chromium.org | 2013-07-01 | 5 | -4/+68 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 14 | -30/+30 |
* | Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile() | kinuko@chromium.org | 2013-07-01 | 11 | -141/+139 |
* | webkit: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-06-29 | 56 | -56/+56 |
* | SyncFS: Merge OpenSyncableFileSystem into OpenFileSystem | nhiroki@chromium.org | 2013-06-28 | 3 | -33/+6 |
* | Use a direct include of time headers in webkit/, win8/. | avi@chromium.org | 2013-06-28 | 35 | -36/+36 |
* | SyncFS: Move SyncAction and SyncDirection enum out of webkit/browser/fileapi | nhiroki@chromium.org | 2013-06-27 | 2 | -44/+0 |
* | Let LocalFileSystemOperation::SyncGetPlatformPath failed if context returns N... | hidehiko@chromium.org | 2013-06-27 | 3 | -6/+10 |
* | Cleanup: Add VirtualPath::IsRootPath() | kinuko@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 5 | -9/+9 |
* | Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileap... | hidehiko@chromium.org | 2013-06-26 | 14 | -1665/+0 |
* | Remove |external_provider_| field from FileSystemContext. | hidehiko@chromium.org | 2013-06-25 | 2 | -4/+4 |
* | Re-add OWNERS file for fileapi and quota | kinuko@chromium.org | 2013-06-25 | 2 | -0/+3 |
* | Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}. | darin@chromium.org | 2013-06-25 | 1 | -1/+0 |
* | Use sql::Connection::Delete() in webkit. | shess@chromium.org | 2013-06-25 | 5 | -22/+7 |
* | Implement FileSystemContext::GetFileSystemTypes() | kinuko@chromium.org | 2013-06-24 | 2 | -0/+11 |
* | Fix directory database handling in ObfuscatedFileUtil | kinuko@chromium.org | 2013-06-24 | 4 | -20/+78 |
* | Deprecate SandboxMountPointProvider::IsSandboxType() | kinuko@chromium.org | 2013-06-24 | 3 | -15/+4 |
* | Don't refer FileSystemContext::sandbox_provider() outside FileAPI code | kinuko@chromium.org | 2013-06-24 | 2 | -10/+19 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -2/+2 |
* | Make LocalFileStreamWriter accept a TaskRunner for async operations. | earthdok@chromium.org | 2013-06-20 | 8 | -25/+61 |
* | [FileAPI] Move out EnableSyncFSDirectoryOperation from CannedSyncableFileSystem | tzik@chromium.org | 2013-06-20 | 8 | -5/+31 |
* | Cleanup: Don't use FileSystemContext::sandbox_provider() when possible | kinuko@chromium.org | 2013-06-20 | 9 | -28/+44 |
* | [FileAPI] Allow current scheme to access FileSystem in CannedSyncableFileSystem | tzik@chromium.org | 2013-06-20 | 1 | -2/+7 |
* | Do proper cleanup in UploadFileSystemFileElementReaderTest. | earthdok@chromium.org | 2013-06-20 | 1 | -0/+5 |
* | Don't use sandbox_provider()->DeleteOriginDataOnFileThread, use QuotaUtil's one | kinuko@chromium.org | 2013-06-19 | 1 | -1/+4 |
* | [FileAPI] Add directory support to CannedSyncableFileSystem | tzik@chromium.org | 2013-06-19 | 2 | -0/+44 |