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