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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup; remove deprecate file_util function and some obsolete TODOs.
estade@chromium.org
2009-12-09
1
-3
/
+0
*
Remove the deprecated version of ContentsEqual.
thakis@chromium.org
2009-12-01
1
-5
/
+0
*
file_util: Remove deprecated function SetCurrentDirectory.
thestig@chromium.org
2009-11-25
1
-3
/
+0
*
file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...
evan@chromium.org
2009-11-19
1
-13
/
+0
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-0
/
+27
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-27
/
+0
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-0
/
+27
*
Re-try r29078: Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-14
/
+0
*
Remove file_util::TrimTrailingSeparators(), which is deprecated and
tkent@chromium.org
2009-10-15
1
-5
/
+0
*
Revert wstring patch (r29078 and follow up commits). It is causing failures o...
estade@chromium.org
2009-10-15
1
-0
/
+14
*
Remove some deprecated file_util wstring functions.
estade@chromium.org
2009-10-15
1
-14
/
+0
*
Revert "Remove deprecated AbsolutePath function."
evan@chromium.org
2009-10-09
1
-0
/
+7
*
Remove deprecated AbsolutePath function.
evan@chromium.org
2009-10-09
1
-7
/
+0
*
Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*
brettw@chromium.org
2009-10-07
1
-3
/
+2
*
Removes deprecated version of PathIsWritable which is no longer called by any...
erikkay@chromium.org
2009-09-11
1
-3
/
+0
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-7
/
+0
*
Use platform-appropriate newlines in JSON output.
mark@chromium.org
2009-06-26
1
-3
/
+42
*
Move PathComponents from file_util to FilePath, add FilePath::IsParent()
rafaelw@chromium.org
2009-06-24
1
-28
/
+0
*
Include a parent directory link in the file list for file:///somepath
yuzo@chromium.org
2009-06-09
1
-0
/
+19
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-0
/
+8
*
Get rid of variable length arrays.
willchan@chromium.org
2009-04-24
1
-1
/
+1
*
Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...
thestig@chromium.org
2009-04-24
1
-6
/
+0
*
Reverting 14152.
thestig@chromium.org
2009-04-21
1
-0
/
+5
*
Stop using and remove deprecated file_util::TrimTrailingSeparator().
thestig@chromium.org
2009-04-21
1
-5
/
+0
*
Stop using and remove deprecated file_util::TrimFilename().
thestig@chromium.org
2009-04-21
1
-7
/
+0
*
Separate out file_util functions that use ICU into their own file.
sra@chromium.org
2009-04-07
1
-72
/
+1
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Safe browsing cleanup:
estade@chromium.org
2009-01-28
1
-0
/
+6
*
Add FilePath version of ReadFileToString.
erikkay@google.com
2009-01-28
1
-1
/
+5
*
Roll forward 8722,8721
jeremy@chromium.org
2009-01-27
1
-0
/
+21
*
Reverting 8722,8721.
maruel@chromium.org
2009-01-27
1
-21
/
+0
*
Fix Windows build.
jeremy@chromium.org
2009-01-27
1
-0
/
+3
*
First step of porting VisitedLinkMaster to POSIX:
jeremy@chromium.org
2009-01-27
1
-0
/
+18
*
Move Contains() method to file_utils, stop relying on in extensions_protocol
aa@chromium.org
2009-01-09
1
-0
/
+27
*
Convert download manager to FilePath.
estade@chromium.org
2009-01-06
1
-6
/
+16
*
Keep trying to undo 7564.
estade@chromium.org
2009-01-05
1
-5
/
+1
*
Unbreak unit tests. Revert r7564.
estade@chromium.org
2009-01-05
1
-17
/
+11
*
* switch download manager to using FilePath
estade@chromium.org
2009-01-05
1
-6
/
+16
*
file_util minor cleanup:
erikkay@google.com
2008-12-23
1
-0
/
+16
*
revert r6938
estade@chromium.org
2008-12-12
1
-0
/
+23
*
Reverting 6935.
ojan@google.com
2008-12-12
1
-23
/
+0
*
Implement the memory mapped file class for posix.
estade@chromium.org
2008-12-12
1
-0
/
+23
*
Get rid of kPathSeparator on windows. Port some wstring function to take File...
estade@chromium.org
2008-12-04
1
-7
/
+59
*
Remove file_util::kPathSeparator from posix.
estade@chromium.org
2008-11-27
1
-136
/
+85
*
Append a trailing slash on file directory URLs. Thus a link to /directory wil...
estade@chromium.org
2008-11-25
1
-9
/
+26
*
Implement some missing file util functions.
estade@chromium.org
2008-11-17
1
-0
/
+6
*
Added CreateTemporaryFileName that takes a FilePath argument.
estade@chromium.org
2008-11-11
1
-0
/
+7
*
Port more of url_request_unittest.cc.
dkegel@google.com
2008-11-04
1
-1
/
+7
*
Always show file extensions in the shelf.
glen@chromium.org
2008-11-03
1
-2
/
+10
*
AbsolutePath should probably also work on non-Windows platforms.
evanm@google.com
2008-10-31
1
-1
/
+1
[next]