| Commit message (Expand) | Author | Age | Files | Lines |
* | Tiny cleanup in FileSystemOperation | kinuko@chromium.org | 2011-11-10 | 1 | -65/+21 |
* | Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd... | kinuko@chromium.org | 2011-11-09 | 1 | -17/+29 |
* | Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr... | kinuko@chromium.org | 2011-11-09 | 1 | -99/+84 |
* | Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas... | joi@chromium.org | 2011-11-08 | 1 | -84/+99 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet... | kinuko@chromium.org | 2011-11-08 | 1 | -99/+84 |
* | Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply... | kinuko@chromium.org | 2011-11-08 | 1 | -33/+77 |
* | Revert 108639 - again it seems to have broken Mac layout tests | kinuko@chromium.org | 2011-11-04 | 1 | -31/+10 |
* | Original issue with review is: | kinuko@chromium.org | 2011-11-04 | 1 | -10/+31 |
* | Revert 108258 - broke Mac LayoutTests. | kinuko@chromium.org | 2011-11-02 | 1 | -31/+10 |
* | Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat... | kinuko@chromium.org | 2011-11-02 | 1 | -10/+31 |
* | Add a debug check to verify that FileSystemCallbackDispatcher is not NULL in ... | oleg@chromium.org | 2011-10-27 | 1 | -0/+14 |
* | Refactor FileSystemOperation: | oleg@chromium.org | 2011-10-26 | 1 | -211/+137 |
* | base::Bind: Convert FileSystemPathManager::GetRootPathCallback. | jhawkins@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Broke CrOS; I can haz CrOS in default try jobs? | jhawkins@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | base::Bind: Convert FileSystemPathManager::GetRootPathCallback. | jhawkins@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 1 | -17/+30 |
* | base::Bind: Convert FileUtilProxy::StatusCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -25/+20 |
* | base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -3/+3 |
* | base::Bind: Convert FileUtilProxy::GetFileInfoCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -9/+9 |
* | base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -2/+3 |
* | base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -13/+9 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -2/+2 |
* | Obsoleting --unlimited-quota-for-files | kinuko@chromium.org | 2011-09-20 | 1 | -74/+23 |
* | [Refactor] to rename and re-layer the file_util stack layers. | dmikurube@google.com | 2011-09-05 | 1 | -98/+76 |
* | Count-up/down the dirty count in the usage cache at FileSystemOperation, not ... | dmikurube@chromium.org | 2011-08-31 | 1 | -0/+74 |
* | Replace virtual_path fields in FileSystemOperationContext with similar variab... | ericu@chromium.org | 2011-08-23 | 1 | -39/+20 |
* | Change quota to account directories and path names in the filesystem. | dmikurube@chromium.org | 2011-07-25 | 1 | -8/+67 |
* | Enable cross-filesystem moves and copies. | ericu@chromium.org | 2011-05-26 | 1 | -24/+0 |
* | 2nd try: Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-25 | 1 | -4/+15 |
* | Revert 86400 - Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-24 | 1 | -13/+4 |
* | Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-24 | 1 | -4/+13 |
* | Fix PP_FileOpenFlags_Dev handling: | yzshen@chromium.org | 2011-05-23 | 1 | -2/+2 |
* | Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs. | adamk@chromium.org | 2011-05-19 | 1 | -36/+0 |
* | This integrates the obfuscated filesystem, but keeps it turned off with a flag. | ericu@chromium.org | 2011-05-19 | 1 | -25/+118 |
* | Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegate | kinuko@chromium.org | 2011-05-17 | 1 | -2/+1 |
* | 1) Declare three new proxayable QuotaManager methods: | michaeln@google.com | 2011-05-12 | 1 | -2/+2 |
* | ChromiumOS build fix attempt for 84776 | kinuko@chromium.org | 2011-05-10 | 1 | -1/+2 |
* | Set allowed bytes growth in FileSystemOperation from QuotaManager. | dmikurube@chromium.org | 2011-05-10 | 1 | -9/+103 |
* | Update .usage in QuotaFileUtil and FileWriterDelegate. | dmikurube@google.com | 2011-04-26 | 1 | -2/+2 |
* | Add "allowed growth" for writing operations, such as copy, move, write and tr... | dmikurube@chromium.org | 2011-04-21 | 1 | -1/+6 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 1 | -3/+34 |
* | File API changes needed for safely passing user selected file entities from t... | zelidrag@chromium.org | 2011-04-16 | 1 | -4/+4 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 1 | -0/+57 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 1 | -26/+61 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 1 | -61/+26 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 1 | -26/+61 |
* | Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ... | tkent@chromium.org | 2011-04-11 | 1 | -59/+26 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 1 | -26/+59 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 1 | -56/+26 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 1 | -26/+56 |