| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-try r29078: Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -8/+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/+8 |
* | Remove some deprecated file_util wstring functions. | estade@chromium.org | 2009-10-15 | 1 | -8/+0 |
* | Revert "Remove deprecated AbsolutePath function." | evan@chromium.org | 2009-10-09 | 1 | -0/+2 |
* | Remove deprecated AbsolutePath function. | evan@chromium.org | 2009-10-09 | 1 | -2/+0 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -18/+1 |
* | Linux: print page to file rather than using shared memory to send it to the b... | estade@chromium.org | 2009-09-16 | 1 | -0/+4 |
* | Removes deprecated version of PathIsWritable which is no longer called by any... | erikkay@chromium.org | 2009-09-11 | 1 | -2/+0 |
* | Remove uses of deprecated version of FileUtil::ResolveShortcut. | evan@chromium.org | 2009-08-25 | 1 | -4/+3 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -9/+4 |
* | Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). | thestig@chromium.org | 2009-08-06 | 1 | -5/+21 |
* | Adding last modified time to file_util | brettw@chromium.org | 2009-07-24 | 1 | -0/+4 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 1 | -1/+6 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -4/+0 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -3/+12 |
* | Reorder fts(3) includes per the man page, as fts.h uses sys/types.h. On linux... | evan@chromium.org | 2009-06-03 | 1 | -2/+3 |
* | Removes the following deprecated functions: | ojan@chromium.org | 2009-06-03 | 1 | -11/+0 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | TBR: Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -1/+1 |
* | Add file_util::ReplaceFile and use it in ImportantFileWriter. | phajdan.jr@chromium.org | 2009-05-19 | 1 | -0/+7 |
* | Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter." | phajdan.jr@chromium.org | 2009-05-18 | 1 | -7/+0 |
* | Add file_util::ReplaceFile and use it in ImportantFileWriter. | phajdan.jr@chromium.org | 2009-05-18 | 1 | -0/+7 |
* | Add support for almost-recursive watches in Linux DirectoryWatcher | phajdan.jr@chromium.org | 2009-05-14 | 1 | -0/+6 |
* | posix: directories should only be readable by the user. | evan@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -0/+3 |
* | POSIX: Make --user-data-dir work when it doesn't exist. | agl@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv... | thestig@chromium.org | 2009-04-24 | 1 | -3/+0 |
* | Protect RandUint64 against EINTR. | phajdan.jr@chromium.org | 2009-04-23 | 1 | -0/+7 |
* | 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 | -5/+0 |
* | Implement file_util::CountFilesCreatedAfter() for posix environments. | evan@chromium.org | 2009-04-21 | 1 | -3/+6 |
* | Retrial of the first step to port file_util::CountFilesCreatedAfter() | erikkay@google.com | 2009-04-18 | 1 | -4/+7 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 1 | -7/+4 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 1 | -4/+7 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -0/+2 |
* | Implement DownloadFile::Rename() for posix. Downloads work on linux! | estade@chromium.org | 2009-03-13 | 1 | -1/+3 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 1 | -0/+6 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -0/+12 |
* | Safe browsing cleanup: | estade@chromium.org | 2009-01-28 | 1 | -0/+4 |
* | Add FilePath version of ReadFileToString. | erikkay@google.com | 2009-01-28 | 1 | -0/+2 |
* | Roll forward 8722,8721 | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Reverting 8722,8721. | maruel@chromium.org | 2009-01-27 | 1 | -17/+0 |
* | First step of porting VisitedLinkMaster to POSIX: | jeremy@chromium.org | 2009-01-27 | 1 | -0/+17 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -4/+3 |