summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give the extension unpacker process a junction/symlink free path to the unpac...skerner@chromium.org2010-06-091-28/+281
* Remove deprecated file_util::ReplaceExtension API.tfarina@chromium.org2010-06-011-44/+0
* file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.tfarina@chromium.org2010-05-261-0/+16
* Use realpath() to find the path to the extension unpack dir on posix systems.skerner@chromium.org2010-05-121-0/+51
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-071-13/+125
* Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor...zork@chromium.org2010-05-071-125/+13
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-061-13/+125
* Unpack extensions inside chrome's profile directory.skerner@chromium.org2010-04-301-0/+11
* Function to compute the total size of the files in a directorycpu@chromium.org2010-03-241-0/+28
* Deprecate file_util::AppendToPath() on non-Windows.evan@chromium.org2010-02-261-0/+4
* Deprecate GetDirectoryFromPath on non-Windows.evan@chromium.org2010-02-231-0/+3
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-1/+25
* 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