summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup; remove deprecate file_util function and some obsolete TODOs.estade@chromium.org2009-12-091-3/+0
* Remove the deprecated version of ContentsEqual.thakis@chromium.org2009-12-011-5/+0
* file_util: Remove deprecated function SetCurrentDirectory.thestig@chromium.org2009-11-251-3/+0
* file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...evan@chromium.org2009-11-191-13/+0
* reland 31875. Revert was:estade@chromium.org2009-11-161-0/+27
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-27/+0
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-0/+27
* Re-try r29078: Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-14/+0
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-151-5/+0
* Revert wstring patch (r29078 and follow up commits). It is causing failures o...estade@chromium.org2009-10-151-0/+14
* Remove some deprecated file_util wstring functions.estade@chromium.org2009-10-151-14/+0
* 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