index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
file_util_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Revert r83048 "Removed wchar_t from Time::FromString."
maruel@chromium.org
2011-04-26
1
-2
/
+2
*
Removed wchar_t from Time::FromString.
shinyak@google.com
2011-04-26
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Base unit tests: Small fix for two incorrect utility
rvargas@google.com
2011-03-25
1
-2
/
+2
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-2
/
+2
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-5
/
+8
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-8
/
+5
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-5
/
+8
*
Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.
tfarina@chromium.org
2011-01-07
1
-12
/
+0
*
base: Remove deprecated file_util::GetFilenameFromPath function.
tfarina@chromium.org
2011-01-06
1
-11
/
+0
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-3
/
+3
*
Some additions to support symlinks better on platforms that support them.
gspencer@chromium.org
2010-11-30
1
-11
/
+40
*
Add a TouchFile() function that takes a FilePath argument.
dumi@chromium.org
2010-09-23
1
-3
/
+13
*
Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"
maruel@chromium.org
2010-09-23
1
-13
/
+3
*
Add a TouchFile function that operates on FilePaths + fixing a bug
dumi@chromium.org
2010-09-23
1
-3
/
+13
*
GTTF: Fix FileUtilTest so multiple test instances can run in parallel.
phajdan.jr@chromium.org
2010-09-15
1
-110
/
+106
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
1
-1
/
+0
*
Spelling correction: "nonexistant" -> "nonexistent".
viettrungluu@chromium.org
2010-08-22
1
-1
/
+1
*
Get rid of the deprecated file_util::InsertBeforeExtension.
tfarina@chromium.org
2010-08-18
1
-63
/
+0
*
Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro...
skerner@chromium.org
2010-08-03
1
-3
/
+3
*
Remove some debug switches:
skerner@chromium.org
2010-07-30
1
-1
/
+0
*
Remove <iostream> where possible.
erg@google.com
2010-07-20
1
-1
/
+0
*
Deprecate most of the remaining wstring file_util functions.
evan@chromium.org
2010-07-08
1
-0
/
+6
*
Deprecate more old filepath functions.
evan@chromium.org
2010-07-01
1
-0
/
+3
*
Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-07-01
1
-0
/
+1
*
Revert 51231 - Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-06-30
1
-2
/
+1
*
Loosen permission on extension temp dir when a flag is used.
skerner@chromium.org
2010-06-30
1
-1
/
+2
*
Add histograms to track the size of the profile data.
rvargas@google.com
2010-06-11
1
-0
/
+6
*
Minor comment fix.
glider@chromium.org
2010-06-10
1
-0
/
+1
*
Mark FileUtilTest.CountFilesCreatedAfter as flaky
glider@chromium.org
2010-06-10
1
-2
/
+2
*
Give the extension unpacker process a junction/symlink free path to the unpac...
skerner@chromium.org
2010-06-09
1
-28
/
+281
*
Remove deprecated file_util::ReplaceExtension API.
tfarina@chromium.org
2010-06-01
1
-44
/
+0
*
file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.
tfarina@chromium.org
2010-05-26
1
-0
/
+16
*
Use realpath() to find the path to the extension unpack dir on posix systems.
skerner@chromium.org
2010-05-12
1
-0
/
+51
*
Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...
thestig@chromium.org
2010-05-07
1
-13
/
+125
*
Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor...
zork@chromium.org
2010-05-07
1
-125
/
+13
*
Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...
thestig@chromium.org
2010-05-06
1
-13
/
+125
*
Unpack extensions inside chrome's profile directory.
skerner@chromium.org
2010-04-30
1
-0
/
+11
*
Function to compute the total size of the files in a directory
cpu@chromium.org
2010-03-24
1
-0
/
+28
*
Deprecate file_util::AppendToPath() on non-Windows.
evan@chromium.org
2010-02-26
1
-0
/
+4
*
Deprecate GetDirectoryFromPath on non-Windows.
evan@chromium.org
2010-02-23
1
-0
/
+3
*
Actually delete databases in CookiesTreeModel.
jochen@chromium.org
2010-02-18
1
-1
/
+25
*
Changes to base/ from a combination of FreeBSD and OpenBSD patches.
evan@chromium.org
2009-12-29
1
-5
/
+5
*
Fix a regression introduced by r33225.
huanr@chromium.org
2009-12-17
1
-0
/
+9
*
Remove the deprecated version of ContentsEqual.
thakis@chromium.org
2009-12-01
1
-1
/
+3
*
Fix race in directory creation on Windows. The
joi@chromium.org
2009-11-27
1
-0
/
+17
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
1
-1
/
+1
*
Remove file_util::TrimTrailingSeparators(), which is deprecated and
tkent@chromium.org
2009-10-15
1
-1
/
+1
[next]