| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -3/+3 |
* | Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt... | dmikurube@chromium.org | 2011-07-27 | 1 | -1/+1 |
* | Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi... | dmikurube@chromium.org | 2011-07-06 | 1 | -2/+5 |
* | Retain support for 'UnlimitedStorage' in the QuotaManager. | michaeln@google.com | 2011-05-29 | 1 | -1/+2 |
* | Leak fix in FileSystemOperationUnitTest. | kinuko@chromium.org | 2011-05-26 | 1 | -2/+24 |
* | 2nd try: Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-25 | 1 | -45/+135 |
* | Revert 86400 - Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-24 | 1 | -135/+45 |
* | Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-24 | 1 | -45/+135 |
* | Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs. | adamk@chromium.org | 2011-05-19 | 1 | -19/+0 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Change usage cache code in QuotaFileUtil to use QuotaUtil methods | kinuko@chromium.org | 2011-05-19 | 1 | -104/+65 |
* | Set allowed bytes growth in FileSystemOperation from QuotaManager. | dmikurube@chromium.org | 2011-05-10 | 1 | -316/+399 |
* | Modify error code of move/copy preparation. | tzik@google.com | 2011-04-21 | 1 | -4/+4 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 1 | -0/+30 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 1 | -55/+66 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 1 | -66/+55 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 1 | -55/+66 |
* | Modify tests for FileSystemOperation to test directory-in-directory. | dmikurube@chromium.org | 2011-04-11 | 1 | -6/+20 |
* | Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ... | tkent@chromium.org | 2011-04-11 | 1 | -66/+55 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 1 | -55/+66 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 1 | -66/+55 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 1 | -55/+66 |
* | Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-07 | 1 | -66/+55 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-07 | 1 | -55/+66 |
* | Add a unittest for FileSystemOperation::Write(). | dmikurube@chromium.org | 2011-04-07 | 1 | -2/+0 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 1 | -4/+12 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Stop returning the true root path of each filesystem from openFileSystem. | ericu@google.com | 2011-03-24 | 1 | -2/+9 |
* | Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExists | adamk@chromium.org | 2011-02-25 | 1 | -0/+14 |
* | Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity. | kinuko@chromium.org | 2011-02-14 | 1 | -1/+8 |
* | Added WARN_UNUSED_RESULT to ScopedTempDir methods. | cbentzel@chromium.org | 2011-01-13 | 1 | -2/+1 |
* | Make FileSystemOperation's lifetime more explicit. | kinuko@chromium.org | 2010-11-30 | 1 | -167/+107 |
* | Revert 67385 - On windows filepaths need \\?\ prefix to allow extended file p... | kinuko@chromium.org | 2010-11-30 | 1 | -28/+0 |
* | On windows filepaths need \\?\ prefix to allow extended file path names. Fix ... | kkanetkar@chromium.org | 2010-11-25 | 1 | -0/+28 |
* | Moving Entry from base::file_util_proxy namespace to within class base::FileU... | kkanetkar@chromium.org | 2010-11-02 | 1 | -3/+3 |
* | WebFileWriterBase unit tests | michaeln@chromium.org | 2010-10-19 | 1 | -5/+9 |
* | Resubmit of http://codereview.chromium.org/3476002/show but without the crash... | ericu@google.com | 2010-10-07 | 1 | -0/+2 |
* | Reapply 61613 that was reverted for false valgrind alarm. | kinuko@chromium.org | 2010-10-07 | 1 | -51/+207 |
* | Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel... | kinuko@chromium.org | 2010-10-06 | 1 | -207/+51 |
* | Second try for support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-06 | 1 | -51/+207 |
* | Revert 61480 - Support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-05 | 1 | -203/+35 |
* | Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix a... | kinuko@chromium.org | 2010-10-05 | 1 | -5/+17 |
* | Support removeRecursively and new copy/move behaviors added to the spec recen... | kinuko@chromium.org | 2010-10-05 | 1 | -35/+203 |
* | Second try at submitting 61462. | ericu@google.com | 2010-10-05 | 1 | -0/+61 |
* | Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w... | ericu@google.com | 2010-10-05 | 1 | -58/+0 |
* | Add truncate and cancel for FileWriter; write and more tests will come in lat... | ericu@google.com | 2010-10-05 | 1 | -0/+58 |
* | Add Worker support for FileSystem API. | kinuko@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Refactor some file_system classes to use chromium types instead of | dumi@chromium.org | 2010-09-22 | 1 | -0/+555 |