summaryrefslogtreecommitdiffstats
path: root/base/file_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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