| Commit message (Expand) | Author | Age | Files | Lines |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -1/+4 |
* | Some additions to support symlinks better on platforms that support them. | gspencer@chromium.org | 2010-11-30 | 1 | -0/+3 |
* | Reapply 61613 that was reverted for false valgrind alarm. | kinuko@chromium.org | 2010-10-07 | 1 | -1/+3 |
* | Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel... | kinuko@chromium.org | 2010-10-06 | 1 | -3/+1 |
* | Second try for support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-06 | 1 | -1/+3 |
* | Revert 61480 - Support removeRecursively and new copy/move behaviors added to... | kinuko@chromium.org | 2010-10-05 | 1 | -3/+1 |
* | Support removeRecursively and new copy/move behaviors added to the spec recen... | kinuko@chromium.org | 2010-10-05 | 1 | -1/+3 |
* | The return value of ClosePlatformFile() was reversed in r59041. Most | dumi@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 | -1/+6 |
* | Adding some functions that operate on file handles. | dumi@chromium.org | 2010-09-10 | 1 | -1/+27 |
* | Revert 59007 - Adding some utility functions that work on file handles, and a... | dumi@chromium.org | 2010-09-09 | 1 | -27/+1 |
* | Adding some utility functions that work on file handles, and adding | dumi@chromium.org | 2010-09-09 | 1 | -1/+27 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -0/+24 |
* | Changes for browser-side implementation for file api. | kkanetkar@chromium.org | 2010-09-02 | 1 | -2/+3 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -7/+15 |
* | Change the FileUtilProxy callbacks to report error codes instead of booleans. | dumi@chromium.org | 2010-08-24 | 1 | -0/+7 |
* | Asynchronously open the temp file used for Pepper StreamToFile, and delete the | darin@chromium.org | 2010-07-30 | 1 | -0/+38 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -6/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -0/+6 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -6/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -0/+6 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -6/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -0/+6 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -37/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -0/+37 |
* | Step 2 in porting disk cache to using FilePath. | tony@chromium.org | 2009-10-12 | 1 | -0/+6 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 1 | -2/+5 |
* | Adding HTML5 DB support to Chromium: Chromium changes | dumi@chromium.org | 2009-07-27 | 1 | -1/+4 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -0/+46 |