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