summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-5/+5
* Fix a regression introduced by r33225.huanr@chromium.org2009-12-171-0/+9
* Remove the deprecated version of ContentsEqual.thakis@chromium.org2009-12-011-1/+3
* Fix race in directory creation on Windows. Thejoi@chromium.org2009-11-271-0/+17
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-191-1/+1
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-151-1/+1
* More CopyDirectory tests and fixesvandebo@chromium.org2009-10-151-0/+116
* Match window's behavior when recursively copying directories that exist.vandebo@chromium.org2009-10-131-3/+142
* Fixes a bug that .crx can not be installed by "Could not createtkent@chromium.org2009-10-091-1/+30
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-88/+1
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-1/+1
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-15/+15
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-6/+5
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-4/+4
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-261-0/+50
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-51/+0
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-241-2/+3
* Order posix file listings by type as well as name.estade@chromium.org2009-06-241-2/+19
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-10/+65
* Submitting http://codereview.chromium.org/87039 on behalf of hamaji.erikkay@google.com2009-04-231-2/+3
* Implement file_util::CountFilesCreatedAfter() for posix environments.evan@chromium.org2009-04-211-3/+6
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-10/+7
* Reverting 13748.erikkay@google.com2009-04-151-7/+10
* Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj...erikkay@google.com2009-04-151-10/+7
* Reduce usage of {To,From}WStringHack in file_util_unittest.ccphajdan.jr@chromium.org2009-04-031-58/+60
* file_util::Move fails on Windows if moving a directoryhuanr@chromium.org2009-03-111-0/+30
* Move FilePathTest under test_dir_ so it gets cleaned up on TearDown.thestig@chromium.org2009-03-101-3/+1
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-5/+41
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-311-1/+3
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-0/+46
* Move file enumeration to filepaths.avi@google.com2008-12-111-16/+17
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-63/+57
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-0/+58
* Added CreateTemporaryFileName that takes a FilePath argument.estade@chromium.org2008-11-111-2/+2
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-172/+162
* Fix FileEnumerator (win) for non-recursive, directory-only enumerations.tim@chromium.org2008-10-161-0/+8
* Fixes bug in file_util::ReplaceExtension that could chop off pathsky@google.com2008-09-191-0/+12
* Implement CopyDirectory() for the POSIX branch of file_util.evanm@google.com2008-09-181-3/+0
* CreateDirectory() should check if an existing path is actually a directory be...mmoss@google.com2008-09-111-12/+43
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-101-2/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Create a gtest test fixture subclass that allows for platform specific setup ...erikkay@google.com2008-08-201-3/+10
* Cleanup some comment typos.ericroman@google.com2008-08-181-1/+1
* sigherikkay@google.com2008-08-151-1/+3
* one more try before reverterikkay@google.com2008-08-151-14/+14
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-59/+188
* Add base to the repository.initial.commit2008-07-261-0/+777