| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry: Prepopulate primary origin's directory database if possible. | kinuko@chromium.org | 2013-10-28 | 1 | -0/+31 |
* | Revert 230998 "Prepopulate primary origin's directory database i..." | falken@chromium.org | 2013-10-25 | 1 | -31/+0 |
* | Prepopulate primary origin's directory database if possible. | kinuko@chromium.org | 2013-10-25 | 1 | -0/+31 |
* | FileAPI: Make ObfuscatedFileUtil to receive SandboxFSDelegate in its ctor | nhiroki@chromium.org | 2013-10-25 | 1 | -7/+9 |
* | Implement SandboxPrioritizedOriginDatabase | kinuko@chromium.org | 2013-10-25 | 1 | -7/+17 |
* | Cleanup obsolete isolated-origin handling code for SandboxOriginDatabse | kinuko@chromium.org | 2013-10-24 | 1 | -35/+14 |
* | Give type directory string for given URL from outside ObfuscatedFileUtil | kinuko@chromium.org | 2013-10-19 | 1 | -110/+45 |
* | FileAPI: Clean up ObfuscatedFileUtil to support isolated-sandboxed filesystem | nhiroki@chromium.org | 2013-10-11 | 1 | -39/+40 |
* | FileAPI: Clean up ObfuscatedFileUtil::GetDirectoryDatabase signature | nhiroki@chromium.org | 2013-10-11 | 1 | -42/+25 |
* | FileAPI: Satisfy linter | nhiroki@chromium.org | 2013-10-07 | 1 | -7/+10 |
* | Implement preserving last modified time on copy or move. | hidehiko@chromium.org | 2013-09-26 | 1 | -2/+5 |
* | Introduce CopyOrMoveOption. | hidehiko@chromium.org | 2013-09-25 | 1 | -0/+1 |
* | Opening a path in non-directory should fail with NOT_A_DIRECTORY. | kinuko@chromium.org | 2013-09-18 | 1 | -6/+8 |
* | Add UMA to see how many times HasIsolatedOrigin origin has more than one origin | kinuko@chromium.org | 2013-09-07 | 1 | -0/+16 |
* | FileAPI: Rename SandboxContext to SandboxFileSystemBackendDelegate | nhiroki@chromium.org | 2013-08-15 | 1 | -2/+2 |
* | FileAPI: Remove unnecessary interfaces from FileSystemQuotaUtil | nhiroki@chromium.org | 2013-08-14 | 1 | -2/+2 |
* | SyncFS: Remove syncable_file_system_util dependency | nhiroki@chromium.org | 2013-08-02 | 1 | -10/+0 |
* | Temporarily disable IsolatedStorage special handling | kinuko@chromium.org | 2013-07-28 | 1 | -18/+17 |
* | Use a direct include of the message_loop header in webkit/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -6/+6 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -7/+7 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | fileapi: Rename FileSystemMountProvider to FileSystemBackend | satorux@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -6/+6 |
* | webkit: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-06-29 | 1 | -1/+1 |
* | Use a direct include of time headers in webkit/, win8/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Fix directory database handling in ObfuscatedFileUtil | kinuko@chromium.org | 2013-06-24 | 1 | -16/+25 |
* | Use chromium logic for database identifier<->origin conversions | jamesr@chromium.org | 2013-06-19 | 1 | -7/+7 |
* | Origin identifiers are always ASCII, store as std::string | jamesr@chromium.org | 2013-06-18 | 1 | -7/+6 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Use timed helper class in ObfuscatedFileUtil | kinuko@chromium.org | 2013-06-13 | 1 | -76/+19 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in webkit/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Use PostDelayTask instead of timer to drop DB. | calvinlo@chromium.org | 2013-06-05 | 1 | -15/+82 |
* | Add special FS type for internal sync operation | kinuko@chromium.org | 2013-06-04 | 1 | -1/+4 |
* | Prepopulate directory database for isolated origins | kinuko@chromium.org | 2013-06-04 | 1 | -11/+53 |
* | Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Implement special origin database handling for Isolated Apps | kinuko@chromium.org | 2013-05-30 | 1 | -21/+49 |
* | [Quota] Wire up limited origin usage retrieving. | tzik@chromium.org | 2013-05-30 | 1 | -1/+0 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) | kinuko@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Split FileAPI code for common|common_child|renderer | kinuko@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi | kinuko@chromium.org | 2013-05-28 | 1 | -3/+3 |
* | Move more browser-specific webkit/fileapi code to webkit/browser/fileapi | kinuko@chromium.org | 2013-05-24 | 1 | -1/+1 |
* | Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi | kinuko@chromium.org | 2013-05-22 | 1 | -1/+1 |
* | Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/... | kinuko@chromium.org | 2013-05-21 | 1 | -0/+1365 |