| Commit message (Expand) | Author | Age | Files | Lines |
* | Use realpath() to find the path to the extension unpack dir on posix systems. | skerner@chromium.org | 2010-05-12 | 1 | -0/+51 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-07 | 1 | -13/+125 |
* | Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor... | zork@chromium.org | 2010-05-07 | 1 | -125/+13 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-06 | 1 | -13/+125 |
* | Unpack extensions inside chrome's profile directory. | skerner@chromium.org | 2010-04-30 | 1 | -0/+11 |
* | Function to compute the total size of the files in a directory | cpu@chromium.org | 2010-03-24 | 1 | -0/+28 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -0/+4 |
* | Deprecate GetDirectoryFromPath on non-Windows. | evan@chromium.org | 2010-02-23 | 1 | -0/+3 |
* | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 1 | -1/+25 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -5/+5 |
* | Fix a regression introduced by r33225. | huanr@chromium.org | 2009-12-17 | 1 | -0/+9 |
* | Remove the deprecated version of ContentsEqual. | thakis@chromium.org | 2009-12-01 | 1 | -1/+3 |
* | Fix race in directory creation on Windows. The | joi@chromium.org | 2009-11-27 | 1 | -0/+17 |
* | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 1 | -1/+1 |
* | Remove file_util::TrimTrailingSeparators(), which is deprecated and | tkent@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | More CopyDirectory tests and fixes | vandebo@chromium.org | 2009-10-15 | 1 | -0/+116 |
* | Match window's behavior when recursively copying directories that exist. | vandebo@chromium.org | 2009-10-13 | 1 | -3/+142 |
* | Fixes a bug that .crx can not be installed by "Could not create | tkent@chromium.org | 2009-10-09 | 1 | -1/+30 |
* | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -88/+1 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Avoids the use of ToWStringHack in a few places. | evan@chromium.org | 2009-08-26 | 1 | -15/+15 |
* | Remove uses of deprecated version of FileUtil::ResolveShortcut. | evan@chromium.org | 2009-08-25 | 1 | -6/+5 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -4/+4 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 1 | -0/+50 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -51/+0 |
* | Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func... | jshin@chromium.org | 2009-06-24 | 1 | -2/+3 |
* | Order posix file listings by type as well as name. | estade@chromium.org | 2009-06-24 | 1 | -2/+19 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -10/+65 |
* | Submitting http://codereview.chromium.org/87039 on behalf of hamaji. | erikkay@google.com | 2009-04-23 | 1 | -2/+3 |
* | 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 | -10/+7 |
* | Reverting 13748. | erikkay@google.com | 2009-04-15 | 1 | -7/+10 |
* | Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj... | erikkay@google.com | 2009-04-15 | 1 | -10/+7 |
* | Reduce usage of {To,From}WStringHack in file_util_unittest.cc | phajdan.jr@chromium.org | 2009-04-03 | 1 | -58/+60 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 1 | -0/+30 |
* | Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. | thestig@chromium.org | 2009-03-10 | 1 | -3/+1 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -5/+41 |
* | Make sure that Clipboard operations that require dispatching | rvargas@google.com | 2009-01-31 | 1 | -1/+3 |
* | Move Contains() method to file_utils, stop relying on in extensions_protocol | aa@chromium.org | 2009-01-09 | 1 | -0/+46 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 1 | -16/+17 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -63/+57 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 1 | -0/+58 |
* | Added CreateTemporaryFileName that takes a FilePath argument. | estade@chromium.org | 2008-11-11 | 1 | -2/+2 |
* | Begin the first small step towards using FilePath everywhere: | evanm@google.com | 2008-10-30 | 1 | -172/+162 |
* | Fix FileEnumerator (win) for non-recursive, directory-only enumerations. | tim@chromium.org | 2008-10-16 | 1 | -0/+8 |
* | Fixes bug in file_util::ReplaceExtension that could chop off path | sky@google.com | 2008-09-19 | 1 | -0/+12 |
* | Implement CopyDirectory() for the POSIX branch of file_util. | evanm@google.com | 2008-09-18 | 1 | -3/+0 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 1 | -12/+43 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -2/+1 |