summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Change default fopen() on Windows from fopen_s() to fsopen(,,_SH_DENYNO).dpranke@chromium.org2010-03-051-10/+2
* Fix app shortcut mess up per issue 31789xiyuan@chromium.org2010-02-231-0/+8
* Actually delete databases in CookiesTreeModel.jochen@chromium.org2010-02-181-1/+11
* Make sure the parent directory always comes first when listing directories.estade@chromium.org2010-02-111-0/+5
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-151-0/+9
* Ensure existing user pinned chrome shortcuts have correct app id.xiyuan@chromium.org2010-01-131-1/+1
* Fix an error when calling ReplaceFile for files on a Windows file share.phajdan.jr@chromium.org2010-01-111-6/+13
* Fix a regression introduced by r33225.huanr@chromium.org2009-12-171-1/+5
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-111-0/+4
* file_util: The member variable |pattern_| has a different type (FilePath) fro...thestig@chromium.org2009-12-081-2/+2
* Add support for 64-bit Windows build: base and chrome/appgregoryd@google.com2009-12-041-1/+3
* Fix race in directory creation on Windows. Thejoi@chromium.org2009-11-271-3/+38
* For now, let's clear local storage whenever we clear cookies.jorlow@chromium.org2009-11-261-0/+7
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-191-80/+49
* Implement web app shortcuts natively per issue 25528xiyuan@chromium.org2009-11-171-0/+20
* reland 31875. Revert was:estade@chromium.org2009-11-161-4/+1
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-161-1/+4
* Use renderer spellchecker for windows.estade@chromium.org2009-11-131-4/+1
* Remove file_util::TrimTrailingSeparators(), which is deprecated andtkent@chromium.org2009-10-151-4/+2
* More CopyDirectory tests and fixesvandebo@chromium.org2009-10-151-0/+3
* Fixes a bug that .crx can not be installed by "Could not createtkent@chromium.org2009-10-091-3/+1
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-7/+0
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-12/+12
* Adding last modified time to file_utilbrettw@chromium.org2009-07-241-0/+2
* Include a parent directory link in the file list for file:///somepathyuzo@chromium.org2009-06-091-4/+8
* Removes the following deprecated functions:ojan@chromium.org2009-06-031-17/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-191-0/+12
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-181-12/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-181-0/+12
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-8/+12
* Reverting 14152.thestig@chromium.org2009-04-211-4/+6
* Stop using and remove deprecated file_util::TrimTrailingSeparator().thestig@chromium.org2009-04-211-6/+4
* Retrial of the first step to port file_util::CountFilesCreatedAfter()erikkay@google.com2009-04-181-4/+7
* Reverting 13748.erikkay@google.com2009-04-151-7/+4
* Submitting http://codereview.chromium.org/73075 on behalf of shinichiro.hamaj...erikkay@google.com2009-04-151-4/+7
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-2/+9
* file_util::Move fails on Windows if moving a directoryhuanr@chromium.org2009-03-111-2/+25
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-0/+20
* Safe browsing cleanup:estade@chromium.org2009-01-281-8/+8
* FileUtilTest.Contains failed on Vista Home 64 (and wine)dkegel@google.com2009-01-271-4/+7
* Convert download manager to FilePath.estade@chromium.org2009-01-061-5/+4
* Keep trying to undo 7564.estade@chromium.org2009-01-051-0/+1
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-1/+0
* file_util minor cleanup:erikkay@google.com2008-12-231-10/+10
* revert r6938estade@chromium.org2008-12-121-21/+1
* Reverting 6935.ojan@google.com2008-12-121-1/+21
* Implement the memory mapped file class for posix.estade@chromium.org2008-12-121-21/+1
* Add a MemoryMappedFile class to file_util.estade@chromium.org2008-12-121-1/+65
* Move file enumeration to filepaths.avi@google.com2008-12-111-18/+17
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-57/+18