1. 1db7f94 Deprecate file_util::AppendToPath() on non-Windows. by evan@chromium.org · 15 years ago
  2. 9c7cbbe Deprecate GetDirectoryFromPath on non-Windows. by evan@chromium.org · 15 years ago
  3. a687977 Actually delete databases in CookiesTreeModel. by jochen@chromium.org · 15 years ago
  4. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 16 years ago
  5. 57c9dc3 Fix a regression introduced by r33225. by huanr@chromium.org · 16 years ago
  6. 506f091 Remove the deprecated version of ContentsEqual. by thakis@chromium.org · 16 years ago
  7. 9cd6dd2 Fix race in directory creation on Windows. The by joi@chromium.org · 16 years ago
  8. d9e9bb4 Set prop app id for chromium/application shortcut. by xiyuan@chromium.org · 16 years ago
  9. fce07c7 Remove file_util::TrimTrailingSeparators(), which is deprecated and by tkent@chromium.org · 16 years ago
  10. c0cf77e More CopyDirectory tests and fixes by vandebo@chromium.org · 16 years ago
  11. 70cf3f1 Match window's behavior when recursively copying directories that exist. by vandebo@chromium.org · 16 years ago
  12. 8da1416 Fixes a bug that .crx can not be installed by "Could not create by tkent@chromium.org · 16 years ago
  13. 86aca86 Separate out some more ICU from base and into base/i18n. by brettw@chromium.org · 16 years ago
  14. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 16 years ago
  15. 1543ad3 Avoids the use of ToWStringHack in a few places. by evan@chromium.org · 16 years ago
  16. a489904 Remove uses of deprecated version of FileUtil::ResolveShortcut. by evan@chromium.org · 16 years ago
  17. 18f0dde Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the by erikkay@chromium.org · 16 years ago
  18. 95c9ec9 Use platform-appropriate newlines in JSON output. by mark@chromium.org · 16 years ago
  19. 465facc Move PathComponents from file_util to FilePath, add FilePath::IsParent() by rafaelw@chromium.org · 16 years ago
  20. fdaedbf Pass through non-character codepoints in UTF-8,16,32 and Wide conversion functions. by jshin@chromium.org · 16 years ago
  21. 868ecbc Order posix file listings by type as well as name. by estade@chromium.org · 16 years ago
  22. 2da0f82 Include a parent directory link in the file list for file:///somepath by yuzo@chromium.org · 16 years ago
  23. 8d133f6 Submitting http://codereview.chromium.org/87039 on behalf of hamaji. by erikkay@google.com · 16 years ago
  24. 3730132 Implement file_util::CountFilesCreatedAfter() for posix environments. by evan@chromium.org · 16 years ago
  25. 9ac2676 Retrial of the first step to port file_util::CountFilesCreatedAfter() by erikkay@google.com · 16 years ago
  26. 3c58014 Reverting 13748. Review URL: http://codereview.chromium.org/73084 by erikkay@google.com · 16 years ago
  27. 85280d0 Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com by erikkay@google.com · 16 years ago
  28. f9908a7 Reduce usage of {To,From}WStringHack in file_util_unittest.cc by phajdan.jr@chromium.org · 16 years ago
  29. 7f2c6af file_util::Move fails on Windows if moving a directory by huanr@chromium.org · 16 years ago
  30. 4cfbf7a Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. by thestig@chromium.org · 16 years ago
  31. d505c3a Properly honor base::SharedMemory semantics for name="" to mean by jrg@chromium.org · 17 years ago
  32. 5a0ae3b Make sure that Clipboard operations that require dispatching by rvargas@google.com · 17 years ago
  33. a4dbdf2 Move Contains() method to file_utils, stop relying on in extensions_protocol by aa@chromium.org · 17 years ago
  34. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 17 years ago
  35. 6334320 Get rid of kPathSeparator on windows. Port some wstring function to take FilePaths. Re-enable relevant posix unit tests. by estade@chromium.org · 17 years ago
  36. 0d8eba7 * Cleanup: move base/platform_test.h -> testing/ by jeremy@chromium.org · 17 years ago
  37. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 17 years ago
  38. f474a1b Added CreateTemporaryFileName that takes a FilePath argument. by estade@chromium.org · 17 years ago
  39. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 17 years ago
  40. 989d097 Fix FileEnumerator (win) for non-recursive, directory-only enumerations. by tim@chromium.org · 17 years ago
  41. 71e7c6f Fixes bug in file_util::ReplaceExtension that could chop off path by sky@google.com · 17 years ago
  42. 5c1d39b Implement CopyDirectory() for the POSIX branch of file_util. by evanm@google.com · 17 years ago
  43. 733df6b CreateDirectory() should check if an existing path is actually a directory before skipping it. Also update a couple instances and comments to reflect current behaviour (see also http://codereview.chromium.org/1681). by mmoss@google.com · 17 years ago
  44. 1768480 Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out by mark@chromium.org · 17 years ago
  45. f003cfe Use a more compact license header in source files. by license.bot · 17 years ago
  46. f240684 Create a gtest test fixture subclass that allows for platform specific setup and teardown hooks. On the Mac use this to create an outer Autorelease pool. by erikkay@google.com · 17 years ago
  47. dbff4f5 Cleanup some comment typos. by ericroman@google.com · 17 years ago
  48. c8ec9e9 sigh by erikkay@google.com · 17 years ago
  49. 014161d one more try before revert by erikkay@google.com · 17 years ago
  50. dfb51b2 Part two of file_util porting. Almost all of the functionality has been ported, including the unit tests now. Some of this API isn't great, and should be cleaned up, but I'd like to hold off and do that in a followup changelist. More general code cleanup is likely needed here as well. by erikkay@google.com · 17 years ago
  51. 3f4a732 Add base to the repository. by initial.commit · 17 years ago