| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated file_util::ReplaceExtension API. | tfarina@chromium.org | 2010-06-01 | 1 | -27/+0 |
* | file_util: Convert the wstring version of IsDirectoryEmpty to FilePath. | tfarina@chromium.org | 2010-05-26 | 1 | -1/+10 |
* | page cycler: Use buffer-cache priming code on all systems. | evan@chromium.org | 2010-05-19 | 1 | -1/+2 |
* | Remove deprecated version of GetCurrentDirectory. | evan@chromium.org | 2010-04-21 | 1 | -7/+0 |
* | Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir. | evan@chromium.org | 2010-04-21 | 1 | -13/+0 |
* | Function to compute the total size of the files in a directory | cpu@chromium.org | 2010-03-24 | 1 | -0/+17 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -4/+6 |
* | Make sure the parent directory always comes first when listing directories. | estade@chromium.org | 2010-02-11 | 1 | -8/+8 |
* | Minor cleanup; remove deprecate file_util function and some obsolete TODOs. | estade@chromium.org | 2009-12-09 | 1 | -3/+0 |
* | Remove the deprecated version of ContentsEqual. | thakis@chromium.org | 2009-12-01 | 1 | -5/+0 |
* | file_util: Remove deprecated function SetCurrentDirectory. | thestig@chromium.org | 2009-11-25 | 1 | -3/+0 |
* | file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate... | evan@chromium.org | 2009-11-19 | 1 | -13/+0 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 1 | -0/+27 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 1 | -27/+0 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 1 | -0/+27 |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -14/+0 |
* | Remove file_util::TrimTrailingSeparators(), which is deprecated and | tkent@chromium.org | 2009-10-15 | 1 | -5/+0 |
* | Revert wstring patch (r29078 and follow up commits). It is causing failures o... | estade@chromium.org | 2009-10-15 | 1 | -0/+14 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -14/+0 |
* | Revert "Remove deprecated AbsolutePath function." | evan@chromium.org | 2009-10-09 | 1 | -0/+7 |
* | Remove deprecated AbsolutePath function. | evan@chromium.org | 2009-10-09 | 1 | -7/+0 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -3/+2 |
* | Removes deprecated version of PathIsWritable which is no longer called by any... | erikkay@chromium.org | 2009-09-11 | 1 | -3/+0 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -7/+0 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 1 | -3/+42 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -28/+0 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -0/+19 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -0/+8 |
* | Get rid of variable length arrays. | willchan@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv... | thestig@chromium.org | 2009-04-24 | 1 | -6/+0 |
* | Reverting 14152. | thestig@chromium.org | 2009-04-21 | 1 | -0/+5 |
* | Stop using and remove deprecated file_util::TrimTrailingSeparator(). | thestig@chromium.org | 2009-04-21 | 1 | -5/+0 |
* | Stop using and remove deprecated file_util::TrimFilename(). | thestig@chromium.org | 2009-04-21 | 1 | -7/+0 |
* | Separate out file_util functions that use ICU into their own file. | sra@chromium.org | 2009-04-07 | 1 | -72/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -0/+6 |
* | Add FilePath version of ReadFileToString. | erikkay@google.com | 2009-01-28 | 1 | -1/+5 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 1 | -0/+21 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 1 | -21/+0 |
* | Fix Windows build. | jeremy@chromium.org | 2009-01-27 | 1 | -0/+3 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 1 | -0/+18 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -0/+27 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 1 | -6/+16 |
* | Keep trying to undo 7564. | estade@chromium.org | 2009-01-05 | 1 | -5/+1 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -17/+11 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 1 | -6/+16 |
* | file_util minor cleanup: | erikkay@google.com | 2008-12-23 | 1 | -0/+16 |
* | revert r6938 | estade@chromium.org | 2008-12-12 | 1 | -0/+23 |
* | Reverting 6935. | ojan@google.com | 2008-12-12 | 1 | -23/+0 |
* | Implement the memory mapped file class for posix. | estade@chromium.org | 2008-12-12 | 1 | -0/+23 |