| Commit message (Expand) | Author | Age | Files | Lines |
* | Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs. | adamk@chromium.org | 2011-05-19 | 15 | -284/+183 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 14 | -24/+24 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | FileSystemURLRequestJobBase: hold a ref in LocalPathCallbackDispatcher until ... | adamk@chromium.org | 2011-05-19 | 3 | -10/+71 |
* | Change usage cache code in QuotaFileUtil to use QuotaUtil methods | kinuko@chromium.org | 2011-05-19 | 10 | -324/+448 |
* | This integrates the obfuscated filesystem, but keeps it turned off with a flag. | ericu@chromium.org | 2011-05-19 | 14 | -106/+344 |
* | Remove more URLRequest::RegisterProtocolFactory calls. | willchan@chromium.org | 2011-05-18 | 3 | -0/+102 |
* | Remove redundant MessageLoopProxy from LocalFilePathCallbackDispatcher. | adamk@chromium.org | 2011-05-18 | 2 | -23/+9 |
* | Memory leak fix in FileSystemOperationWriteTest | kinuko@chromium.org | 2011-05-17 | 1 | -0/+1 |
* | Memory leak fix for FileWriterDelegateTest | kinuko@chromium.org | 2011-05-17 | 1 | -0/+2 |
* | Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegate | kinuko@chromium.org | 2011-05-17 | 10 | -139/+257 |
* | Factor out quota-related filesysem internal code into QuotaUtil class | kinuko@chromium.org | 2011-05-17 | 10 | -185/+418 |
* | DeleteOriginTest fix attempt for non-existing origin directory | kinuko@chromium.org | 2011-05-17 | 1 | -0/+4 |
* | Added DeleteOriginData to QuotaClient | kinuko@chromium.org | 2011-05-17 | 5 | -7/+152 |
* | A few small cleanup items from TODOs in the Obfuscated filesystem code--unit ... | ericu@chromium.org | 2011-05-16 | 5 | -106/+183 |
* | Timer to drop in-memory databases when they're not in use. | ericu@google.com | 2011-05-13 | 2 | -0/+15 |
* | ObfuscatedFileSystemFileUtil class | ericu@google.com | 2011-05-13 | 11 | -6/+1777 |
* | 'using namespace' fix in webkit/fileapi | kinuko@chromium.org | 2011-05-13 | 8 | -18/+25 |
* | 1) Declare three new proxayable QuotaManager methods: | michaeln@google.com | 2011-05-12 | 1 | -2/+2 |
* | A tiny leak fix in FileSystemPathManager | kinuko@chromium.org | 2011-05-12 | 1 | -5/+5 |
* | ChromiumOS build fix attempt for 84776 | kinuko@chromium.org | 2011-05-10 | 1 | -1/+2 |
* | Revert 84771 - Fix QuotaFileUtil to write .usage into the same directory as "... | cbentzel@chromium.org | 2011-05-10 | 1 | -3/+2 |
* | Set allowed bytes growth in FileSystemOperation from QuotaManager. | dmikurube@chromium.org | 2011-05-10 | 7 | -341/+619 |
* | Fix QuotaFileUtil to write .usage into the same directory as "chrome-", not u... | dmikurube@chromium.org | 2011-05-10 | 1 | -2/+3 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -1/+1 |
* | Revert r84649 and r84671: "Move MockQuotaManager out of anonymous namespace to | mpcomplete@chromium.org | 2011-05-09 | 5 | -221/+75 |
* | Move MockQuotaManager out of anonymous namespace to fix build | stuartmorgan@chromium.org | 2011-05-09 | 1 | -2/+2 |
* | Notify the quota manager when write operation is made in FileSystem API. | kinuko@chromium.org | 2011-05-09 | 5 | -75/+221 |
* | Implement SandboxQuotaClient for Quota support in sandboxed filesystem | kinuko@chromium.org | 2011-05-09 | 21 | -657/+1028 |
* | Added FileSystemDirectoryDatabase::GetNextInteger(), for use in generating | ericu@google.com | 2011-05-06 | 3 | -22/+105 |
* | Resubmission of 6898057, with build fixes. | ericu@google.com | 2011-05-05 | 4 | -0/+758 |
* | Revert 84301 - A database to hold filesystem directory information, to replac... | zea@chromium.org | 2011-05-05 | 4 | -758/+0 |
* | A database to hold filesystem directory information, to replace real paths. | ericu@google.com | 2011-05-05 | 4 | -0/+758 |
* | 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 |