summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* add check for fAnyOperationsAbortederikkay@chromium.org2010-12-211-0/+8
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+70
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-70/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+70
* Reland r62959 without the changes to histogram.cc, in hopes it won't break ta...pkasting@chromium.org2010-10-191-17/+11
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-11/+17
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-17/+11
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-28/+28
* Properly check CreateFileMapping's return value.tony@chromium.org2010-10-161-1/+1
* Remove call to std::min since this check is already done intony@chromium.org2010-10-151-6/+2