summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove deprecated AbsolutePath function."evan@chromium.org2009-10-091-0/+7
* Remove deprecated AbsolutePath function.evan@chromium.org2009-10-091-7/+0
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-3/+2
* Removes deprecated version of PathIsWritable which is no longer called by any...erikkay@chromium.org2009-09-111-3/+0
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-7/+0
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-261-3/+42
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-241-28/+0
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-0/+19
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-0/+8
* Get rid of variable length arrays.willchan@chromium.org2009-04-241-1/+1
* Remove deprecated file_util::GetFilenameWithoutExtensionFromPath(), also conv...thestig@chromium.org2009-04-241-6/+0
* Reverting 14152.thestig@chromium.org2009-04-211-0/+5
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-5/+0
* Stop using and remove deprecated file_util::TrimFilename().thestig@chromium.org2009-04-211-7/+0
* Separate out file_util functions that use ICU into their own file.sra@chromium.org2009-04-071-72/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Safe browsing cleanup:estade@chromium.org2009-01-281-0/+6
* Add FilePath version of ReadFileToString.erikkay@google.com2009-01-281-1/+5
* Roll forward 8722,8721jeremy@chromium.org2009-01-271-0/+21
* Reverting 8722,8721.maruel@chromium.org2009-01-271-21/+0
* Fix Windows build.jeremy@chromium.org2009-01-271-0/+3
* First step of porting VisitedLinkMaster to POSIX:jeremy@chromium.org2009-01-271-0/+18
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-091-0/+27
* Convert download manager to FilePath.estade@chromium.org2009-01-061-6/+16
* Keep trying to undo 7564.estade@chromium.org2009-01-051-5/+1
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-17/+11
* * switch download manager to using FilePathestade@chromium.org2009-01-051-6/+16
* file_util minor cleanup:erikkay@google.com2008-12-231-0/+16
* revert r6938estade@chromium.org2008-12-121-0/+23
* Reverting 6935.ojan@google.com2008-12-121-23/+0
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-121-0/+23
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-7/+59
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-136/+85
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-251-9/+26
* Implement some missing file util functions.estade@chromium.org2008-11-171-0/+6
* Added CreateTemporaryFileName that takes a FilePath argument.estade@chromium.org2008-11-111-0/+7
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-041-1/+7
* Always show file extensions in the shelf.glen@chromium.org2008-11-031-2/+10
* AbsolutePath should probably also work on non-Windows platforms.evanm@google.com2008-10-311-1/+1
* AbsolutePath should probably actually use its input somewhere.evanm@google.com2008-10-311-1/+1
* Begin the first small step towards using FilePath everywhere:evanm@google.com2008-10-301-9/+59
* Fix another crasher in Spell Checker related to file IO.sidchat@google.com2008-10-211-0/+2
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-011-10/+10
* Add file_util::GetFileInfo as a means to provide more information about a filedarin@google.com2008-09-261-0/+8
* Fixes bug in file_util::ReplaceExtension that could chop off pathsky@google.com2008-09-191-5/+27
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Cleanup some comment typos.ericroman@google.com2008-08-181-1/+1
* a few unit tests broke on windows, fix those bugserikkay@google.com2008-08-151-2/+5
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-151-5/+35
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-151-1/+0