| Commit message (Expand) | Author | Age | Files | Lines |
* | A database to hold mappings from origin identifiers to unique directory names. | ericu@chromium.org | 2011-05-04 | 4 | -1/+415 |
* | Make FileSystemFileUtil::Copy/Move non-virtual. | dmikurube@chromium.org | 2011-04-28 | 5 | -76/+503 |
* | Modify FileSystemUsageCache::GetUsage to get the size even if dirty > 0, and ... | dmikurube@chromium.org | 2011-04-27 | 4 | -8/+28 |
* | Update .usage in QuotaFileUtil and FileWriterDelegate. | dmikurube@google.com | 2011-04-26 | 13 | -110/+692 |
* | Fix the memory leak by r82441. | dmikurube@chromium.org | 2011-04-22 | 1 | -55/+61 |
* | Modify error code of move/copy preparation. | tzik@google.com | 2011-04-21 | 2 | -6/+6 |
* | Add virtual in QuitaFileUtil to fix the compilation error in r82441. | yutak@chromium.org | 2011-04-21 | 1 | -2/+2 |
* | Add "allowed growth" for writing operations, such as copy, move, write and tr... | dmikurube@chromium.org | 2011-04-21 | 11 | -37/+787 |
* | Clang made happy again. | zelidrag@chromium.org | 2011-04-20 | 2 | -1/+5 |
* | Build break fix for Clang builds. | zelidrag@chromium.org | 2011-04-20 | 1 | -0/+1 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 30 | -190/+552 |
* | Add 'Cache-Control: no-cache' to filesystem: responses to avoid | adamk@chromium.org | 2011-04-19 | 3 | -3/+39 |
* | File API changes needed for safely passing user selected file entities from t... | zelidrag@chromium.org | 2011-04-16 | 12 | -50/+111 |
* | Clang build fix, de-inline a virtual method and dtor. | michaeln@google.com | 2011-04-16 | 3 | -5/+23 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 3 | -0/+82 |
* | Nit fix FileSystemOperationWriteTest about when exiting the thread and remove... | dmikurube@chromium.org | 2011-04-14 | 1 | -6/+3 |
* | Fix memory leaks below file_util::FileEnumerator | dmikurube@chromium.org | 2011-04-14 | 1 | -0/+2 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 14 | -337/+242 |
* | Extract a recursive copy function as a shared and non-virtual function. | dmikurube@chromium.org | 2011-04-13 | 2 | -11/+152 |
* | Fix FileSystemOperationTest for writing operations to avoid conflicting class... | dmikurube@chromium.org | 2011-04-13 | 2 | -35/+41 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 14 | -242/+337 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 14 | -337/+242 |
* | 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 | 11 | -221/+322 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 11 | -322/+221 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 11 | -222/+325 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 11 | -325/+222 |
* | Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-07 | 10 | -199/+319 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-07 | 10 | -319/+199 |
* | Add a unittest for FileSystemOperation::Write(). | dmikurube@chromium.org | 2011-04-07 | 2 | -2/+253 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 10 | -21/+49 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 22 | -48/+48 |
* | Wired local file system support for File API. The local file system provider ... | zelidrag@chromium.org | 2011-03-25 | 16 | -21/+115 |
* | Proper build fix. | ericu@google.com | 2011-03-24 | 4 | -2/+10 |
* | Revert 79230 - Fix the clang build. | ericu@google.com | 2011-03-24 | 2 | -7/+2 |
* | Fix the clang build. | ericu@google.com | 2011-03-24 | 2 | -2/+7 |
* | Stop returning the true root path of each filesystem from openFileSystem. | ericu@google.com | 2011-03-24 | 24 | -529/+1410 |
* | Fix memory leak in FileWriterDelegate by passing FileStream::Write a callback... | adamk@chromium.org | 2011-03-15 | 2 | -9/+8 |
* | Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest... | adamk@chromium.org | 2011-03-10 | 1 | -1/+4 |
* | Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep... | dmikurube@google.com | 2011-03-08 | 2 | -63/+96 |
* | Make FileSystemDirURLRequestJob test single-threaded in hopes of making it le... | adamk@chromium.org | 2011-03-08 | 1 | -14/+7 |
* | Fixed the bug 75018: incorrect conditional jump in fileapi::FileSystemUsageCa... | kinuko@chromium.org | 2011-03-08 | 1 | -1/+3 |
* | Revive FileAPI's recursive CreateDirectory. | kinuko@chromium.org | 2011-03-07 | 6 | -12/+21 |
* | Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit... | kinuko@chromium.org | 2011-03-04 | 9 | -28/+1150 |
* | Remove FileSystemQuotaManager class | kinuko@chromium.org | 2011-03-04 | 9 | -224/+129 |
* | Replace EXPECT_EQ(false, ...) with EXPECT_FALSE(...) to fix clang build | kinuko@chromium.org | 2011-03-03 | 1 | -2/+2 |
* | Add a function for usage tracking. | kinuko@chromium.org | 2011-03-03 | 6 | -8/+537 |
* | Revert 76578 (accidental commit by the commit bot) - Add a function for usage... | thakis@chromium.org | 2011-03-02 | 6 | -551/+8 |
* | Revert 76586 - Fix clang build. | thakis@chromium.org | 2011-03-02 | 1 | -12/+22 |
* | Fix clang build. | thakis@chromium.org | 2011-03-02 | 1 | -22/+12 |