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
*
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
*
More CopyDirectory tests and fixes
vandebo@chromium.org
2009-10-15
1
-0
/
+116
*
Match window's behavior when recursively copying directories that exist.
vandebo@chromium.org
2009-10-13
1
-3
/
+142
*
Fixes a bug that .crx can not be installed by "Could not create
tkent@chromium.org
2009-10-09
1
-1
/
+30
*
Separate out some more ICU from base and into base/i18n.
brettw@chromium.org
2009-10-08
1
-88
/
+1
*
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
brettw@chromium.org
2009-10-07
1
-1
/
+1
*
Avoids the use of ToWStringHack in a few places.
evan@chromium.org
2009-08-26
1
-15
/
+15
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
1
-6
/
+5
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-4
/
+4
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
1
-0
/
+50
*
Move PathComponents from file_util to FilePath, add FilePath::IsParent()
rafaelw@chromium.org
2009-06-24
1
-51
/
+0
*
Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...
jshin@chromium.org
2009-06-24
1
-2
/
+3
*
Order posix file listings by type as well as name.
estade@chromium.org
2009-06-24
1
-2
/
+19
*
Include a parent directory link in the file list for file:///somepath
yuzo@chromium.org
2009-06-09
1
-10
/
+65
*
Submitting http://codereview.chromium.org/87039 on behalf of hamaji.
erikkay@google.com
2009-04-23
1
-2
/
+3
*
Implement file_util::CountFilesCreatedAfter() for posix environments.
evan@chromium.org
2009-04-21
1
-3
/
+6
*
Retrial of the first step to port file_util::CountFilesCreatedAfter()
erikkay@google.com
2009-04-18
1
-10
/
+7
*
Reverting 13748.
erikkay@google.com
2009-04-15
1
-7
/
+10
[next]