summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-76/+0
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Truncate the download file name if it exceeds the filesystem limit.kinaba@chromium.org2013-02-211-0/+25
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-0/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* Add path traversal protection to Move and CopyFile too.cevans@chromium.org2013-02-061-2/+2
* Fix creating target paths in file_util_posix CopyDirectory.aedla@chromium.org2013-01-301-4/+8
* Use LOG_GETLASTERROR in more cases in base/mseaborn@chromium.org2013-01-281-8/+8
* Remove GetFileCreationLocalTime. It is unused.brettw@chromium.org2013-01-241-26/+0
* [Win] Don't call GetLongPathName() in CreateTemporaryFileInDir().asanka@chromium.org2012-11-121-7/+9
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-155/+0
* Remove FileEnumerator::IsLinktzik@chromium.org2012-09-121-5/+0
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-0/+155
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-155/+0
* Change the type of file_type parameter to int, as the parameter actually take...haruki@chromium.org2012-08-121-2/+2
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-24/+39
* Do not specify SHCNF_FLUSHNOWAIT on SHChangeNotify after updating shortcuts.gab@chromium.org2012-07-101-2/+1
* Always do DelegateExecute handler COM registration and make set dual mode pro...grt@chromium.org2012-05-181-1/+0
* Change CreateTemporaryDirInDir to be "more unique"dpranke@chromium.org2012-05-011-0/+3
* AppendToFile implementation.loislo@chromium.org2012-04-291-0/+32
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-68/+36
* Fix race in file_util::ReplaceFile on Windows.grt@chromium.org2012-03-131-17/+13
* Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.tzik@chromium.org2012-03-101-0/+6
* Platform apps shortcuts use their own browser processbenwells@chromium.org2012-03-011-2/+1
* Remove PreReadImage from base/file_util.rogerm@chromium.org2012-02-071-66/+0
* Re-disable all the ExtensionUnpacker test pending new ideas. As Alexi pointed...aa@chromium.org2012-02-061-1/+0
* Attempt to fix crash in SHFileOperation.aa@chromium.org2012-02-061-0/+1
* Add some more desperate logging attempting to understand crasher.aa@chromium.org2012-02-051-0/+6
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-1/+2
* Match whole path components in DevicePathToDriveLetterPath(). Add tests.skerner@chromium.org2012-01-171-43/+45
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+2
* Adaptively use temp dir instead of /dev/shm for executable shmem file on Linuxmcgrathr@chromium.org2011-12-061-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-14/+14
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-14/+14
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-14/+14
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-24/+0
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-151-4/+4
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-191-0/+16
* Disallow links from being seen by the extensions via the fileapi.rkc@chromium.org2011-05-311-0/+6
* Send ShChange notifications to cause icon refreshes when updating shortcuts.robertshield@chromium.org2011-04-151-0/+10
* Change DeleteRegistryKey to not require opening root keys with RegKey.tommi@chromium.org2011-03-131-9/+22
* The code to validate whether plugin dlls are 32 bit failed for some dll's as ...ananta@chromium.org2011-03-101-4/+2
* While enumerating plugins under the MozillaPlugins registry key, we should ig...ananta@chromium.org2011-03-041-1/+25
* Temp dir cleanup:grt@chromium.org2011-02-181-3/+1
* Fail gracefully if profile Temp dir can not be accessed.skerner@chromium.org2011-01-191-4/+5
* Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath.tfarina@chromium.org2011-01-071-13/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-3/+3
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-6/+4