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
*
Get gid of created folders from stat()ing the folders, not from getgid().
skerner@chromium.org
2011-09-26
1
-34
/
+9
*
Mark VerifyPathControlledByUserTest.* as FAILS_ on mac.
thakis@chromium.org
2011-09-24
1
-3
/
+31
*
Add external extensions json source in proper mac location.
skerner@google.com
2011-09-22
1
-0
/
+265
*
Add a gyp flag to enable dcheck by default in release without
nsylvain@chromium.org
2011-09-20
1
-1
/
+1
*
base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.
tfarina@chromium.org
2011-08-15
1
-4
/
+4
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-2
/
+2
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-2
/
+2
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-2
/
+2
*
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
[next]