summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove deprecated version of file_util::AppendToPath().thestig@chromium.org2012-03-131-16/+0
* Cleanup: Deprecate wstring version of file_util::CopyDirectory().thestig@chromium.org2012-03-031-19/+7
* Fix the CountFilesCreatedAfter test.gbillock@chromium.org2012-02-171-27/+16
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-1/+1
* Match whole path components in DevicePathToDriveLetterPath(). Add tests.skerner@chromium.org2012-01-171-1/+71
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-5/+4
* GetPlatformFileInfo was always never returning directorycpu@chromium.org2011-12-291-1/+19
* Adaptively use temp dir instead of /dev/shm for executable shmem file on Linuxmcgrathr@chromium.org2011-12-061-1/+1
* Fix the file_util_unittests.cc for Androidmichaelbai@chromium.org2011-10-251-0/+1
* Update write checks for external extension file on mac.skerner@chromium.org2011-10-171-45/+168
* Get gid of created folders from stat()ing the folders, not from getgid().skerner@chromium.org2011-09-261-34/+9
* Mark VerifyPathControlledByUserTest.* as FAILS_ on mac.thakis@chromium.org2011-09-241-3/+31
* Add external extensions json source in proper mac location.skerner@google.com2011-09-221-0/+265
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-1/+1
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-4/+4
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-2/+2
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-2/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-2/+2
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-2/+2
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base unit tests: Small fix for two incorrect utilityrvargas@google.com2011-03-251-2/+2
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-2/+2
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-5/+8
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-8/+5
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-5/+8
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-071-12/+0
* base: Remove deprecated file_util::GetFilenameFromPath function.tfarina@chromium.org2011-01-061-11/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-3/+3
* Some additions to support symlinks better on platforms that support them.gspencer@chromium.org2010-11-301-11/+40
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-3/+13
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-13/+3
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-3/+13
* GTTF: Fix FileUtilTest so multiple test instances can run in parallel.phajdan.jr@chromium.org2010-09-151-110/+106
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Spelling correction: "nonexistant" -> "nonexistent".viettrungluu@chromium.org2010-08-221-1/+1
* Get rid of the deprecated file_util::InsertBeforeExtension.tfarina@chromium.org2010-08-181-63/+0
* Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro...skerner@chromium.org2010-08-031-3/+3
* Remove some debug switches:skerner@chromium.org2010-07-301-1/+0
* Remove <iostream> where possible.erg@google.com2010-07-201-1/+0
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-0/+6
* Deprecate more old filepath functions.evan@chromium.org2010-07-011-0/+3
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-0/+1
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-2/+1
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-1/+2
* Add histograms to track the size of the profile data.rvargas@google.com2010-06-111-0/+6
* Minor comment fix.glider@chromium.org2010-06-101-0/+1
* Mark FileUtilTest.CountFilesCreatedAfter as flakyglider@chromium.org2010-06-101-2/+2