1. 675aad3 Add a gyp flag to enable dcheck by default in release without by nsylvain@chromium.org · 14 years ago
  2. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 14 years ago
  3. 4470685 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
  4. 2c90099 Revert 94426 - Removed wchat_t from Time::FromString. by morrita@chromium.org · 14 years ago
  5. 3731022 Removed wchat_t from Time::FromString. by shinyak@google.com · 14 years ago
  6. 927d728 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by thakis@chromium.org · 14 years ago
  7. 3be14ad Revert r83048 "Removed wchar_t from Time::FromString." by maruel@chromium.org · 14 years ago
  8. 0d4f784 Removed wchar_t from Time::FromString. by shinyak@google.com · 14 years ago
  9. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  10. 6c6d264 Base unit tests: Small fix for two incorrect utility by rvargas@google.com · 14 years ago
  11. 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 15 years ago
  12. c89216a Reland "Remove base/scoped_handle_win.h." by tfarina@chromium.org · 15 years ago
  13. d30173b Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by thakis@chromium.org · 15 years ago
  14. 035db9f Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by tfarina@chromium.org · 15 years ago
  15. 784a29d Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. by tfarina@chromium.org · 15 years ago
  16. d15b1a1 base: Remove deprecated file_util::GetFilenameFromPath function. by tfarina@chromium.org · 15 years ago
  17. 6139182 Move platform_thread to base/threading and put in the base namespace. I left a by brettw@chromium.org · 15 years ago
  18. 4dcc02c Some additions to support symlinks better on platforms that support them. by gspencer@chromium.org · 15 years ago
  19. c941a18 Add a TouchFile() function that takes a FilePath argument. by dumi@chromium.org · 15 years ago
  20. f2857b8 Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" by maruel@chromium.org · 15 years ago
  21. bbfc4a9 Add a TouchFile function that operates on FilePaths + fixing a bug by dumi@chromium.org · 15 years ago
  22. 8fe305d GTTF: Fix FileUtilTest so multiple test instances can run in parallel. by phajdan.jr@chromium.org · 15 years ago
  23. 97ae261 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by dumi@chromium.org · 15 years ago
  24. 76ed21e FBTF: Remove unneeded headers from base/ (part 7) by thestig@chromium.org · 15 years ago
  25. ea703f1 Spelling correction: "nonexistant" -> "nonexistent". by viettrungluu@chromium.org · 15 years ago
  26. bd07ae0 Get rid of the deprecated file_util::InsertBeforeExtension. by tfarina@chromium.org · 15 years ago
  27. f1a62a3 Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chrome-team. by skerner@chromium.org · 15 years ago
  28. 6897d37 Remove some debug switches: by skerner@chromium.org · 15 years ago
  29. 4735c84 Remove <iostream> where possible. by erg@google.com · 15 years ago
  30. 3b660ad Deprecate most of the remaining wstring file_util functions. by evan@chromium.org · 15 years ago
  31. 5a19670 Deprecate more old filepath functions. by evan@chromium.org · 15 years ago
  32. 2c12d67 Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 15 years ago
  33. bd112ab Revert 51231 - Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 15 years ago
  34. f94712d Loosen permission on extension temp dir when a flag is used. by skerner@chromium.org · 15 years ago
  35. aa24e11 Add histograms to track the size of the profile data. by rvargas@google.com · 15 years ago
  36. 5fd1233 Minor comment fix. by glider@chromium.org · 15 years ago
  37. e1879a2 Mark FileUtilTest.CountFilesCreatedAfter as flaky by glider@chromium.org · 15 years ago
  38. 8bbe5be Give the extension unpacker process a junction/symlink free path to the unpack directory. by skerner@chromium.org · 15 years ago
  39. 636e428 Remove deprecated file_util::ReplaceExtension API. by tfarina@chromium.org · 15 years ago
  40. 3482822 file_util: Convert the wstring version of IsDirectoryEmpty to FilePath. by tfarina@chromium.org · 15 years ago
  41. 559baa9 Use realpath() to find the path to the extension unpack dir on posix systems. by skerner@chromium.org · 15 years ago
  42. 1dad8c6 Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add more unit tests for Delete. by thestig@chromium.org · 15 years ago
  43. 61be4f4 Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add more unit tests for Delete. by zork@chromium.org · 15 years ago
  44. afd8dd4 Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add more unit tests for Delete. by thestig@chromium.org · 15 years ago
  45. e443239 Unpack extensions inside chrome's profile directory. by skerner@chromium.org · 15 years ago
  46. 83f07be Function to compute the total size of the files in a directory by cpu@chromium.org · 15 years ago
  47. 1db7f94 Deprecate file_util::AppendToPath() on non-Windows. by evan@chromium.org · 15 years ago
  48. 9c7cbbe Deprecate GetDirectoryFromPath on non-Windows. by evan@chromium.org · 15 years ago
  49. a687977 Actually delete databases in CookiesTreeModel. by jochen@chromium.org · 15 years ago
  50. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 16 years ago
  51. 57c9dc3 Fix a regression introduced by r33225. by huanr@chromium.org · 16 years ago
  52. 506f091 Remove the deprecated version of ContentsEqual. by thakis@chromium.org · 16 years ago
  53. 9cd6dd2 Fix race in directory creation on Windows. The by joi@chromium.org · 16 years ago
  54. d9e9bb4 Set prop app id for chromium/application shortcut. by xiyuan@chromium.org · 16 years ago
  55. fce07c7 Remove file_util::TrimTrailingSeparators(), which is deprecated and by tkent@chromium.org · 16 years ago
  56. c0cf77e More CopyDirectory tests and fixes by vandebo@chromium.org · 16 years ago
  57. 70cf3f1 Match window's behavior when recursively copying directories that exist. by vandebo@chromium.org · 16 years ago
  58. 8da1416 Fixes a bug that .crx can not be installed by "Could not create by tkent@chromium.org · 16 years ago
  59. 86aca86 Separate out some more ICU from base and into base/i18n. by brettw@chromium.org · 16 years ago
  60. 50c9465 Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* by brettw@chromium.org · 16 years ago
  61. 1543ad3 Avoids the use of ToWStringHack in a few places. by evan@chromium.org · 16 years ago
  62. a489904 Remove uses of deprecated version of FileUtil::ResolveShortcut. by evan@chromium.org · 16 years ago
  63. 18f0dde Renames the function CreateTemporaryFilename to CreateTemporaryFile and track down all callers, also removes the by erikkay@chromium.org · 16 years ago
  64. 95c9ec9 Use platform-appropriate newlines in JSON output. by mark@chromium.org · 16 years ago
  65. 465facc Move PathComponents from file_util to FilePath, add FilePath::IsParent() by rafaelw@chromium.org · 16 years ago
  66. fdaedbf Pass through non-character codepoints in UTF-8,16,32 and Wide conversion functions. by jshin@chromium.org · 16 years ago
  67. 868ecbc Order posix file listings by type as well as name. by estade@chromium.org · 16 years ago
  68. 2da0f82 Include a parent directory link in the file list for file:///somepath by yuzo@chromium.org · 16 years ago
  69. 8d133f6 Submitting http://codereview.chromium.org/87039 on behalf of hamaji. by erikkay@google.com · 16 years ago
  70. 3730132 Implement file_util::CountFilesCreatedAfter() for posix environments. by evan@chromium.org · 16 years ago
  71. 9ac2676 Retrial of the first step to port file_util::CountFilesCreatedAfter() by erikkay@google.com · 16 years ago
  72. 3c58014 Reverting 13748. Review URL: http://codereview.chromium.org/73084 by erikkay@google.com · 16 years ago
  73. 85280d0 Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaji@gmail.com by erikkay@google.com · 16 years ago
  74. f9908a7 Reduce usage of {To,From}WStringHack in file_util_unittest.cc by phajdan.jr@chromium.org · 16 years ago
  75. 7f2c6af file_util::Move fails on Windows if moving a directory by huanr@chromium.org · 16 years ago
  76. 4cfbf7a Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. by thestig@chromium.org · 16 years ago
  77. d505c3a Properly honor base::SharedMemory semantics for name="" to mean by jrg@chromium.org · 17 years ago
  78. 5a0ae3b Make sure that Clipboard operations that require dispatching by rvargas@google.com · 17 years ago
  79. a4dbdf2 Move Contains() method to file_utils, stop relying on in extensions_protocol by aa@chromium.org · 17 years ago
  80. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 17 years ago
  81. 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
  82. 0d8eba7 * Cleanup: move base/platform_test.h -> testing/ by jeremy@chromium.org · 17 years ago
  83. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 17 years ago
  84. f474a1b Added CreateTemporaryFileName that takes a FilePath argument. by estade@chromium.org · 17 years ago
  85. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 17 years ago
  86. 989d097 Fix FileEnumerator (win) for non-recursive, directory-only enumerations. by tim@chromium.org · 17 years ago
  87. 71e7c6f Fixes bug in file_util::ReplaceExtension that could chop off path by sky@google.com · 17 years ago
  88. 5c1d39b Implement CopyDirectory() for the POSIX branch of file_util. by evanm@google.com · 17 years ago
  89. 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
  90. 1768480 Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out by mark@chromium.org · 17 years ago
  91. f003cfe Use a more compact license header in source files. by license.bot · 17 years ago
  92. 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
  93. dbff4f5 Cleanup some comment typos. by ericroman@google.com · 17 years ago
  94. c8ec9e9 sigh by erikkay@google.com · 17 years ago
  95. 014161d one more try before revert by erikkay@google.com · 17 years ago
  96. 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
  97. 3f4a732 Add base to the repository. by initial.commit · 17 years ago