summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-6/+7
* Un-recursify FileEnumerator::Next().dumi@chromium.org2010-10-141-51/+52
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add histograms to see if we can find out why we're failingtony@chromium.org2010-10-071-1/+15
* Fail to create a directory if there is a file in the path to be created.skerner@chromium.org2010-09-271-0/+1
* Remove logging for issue 35198.skerner@chromium.org2010-09-241-45/+8
* Add a TouchFile() function that takes a FilePath argument.dumi@chromium.org2010-09-231-9/+0
* Revert "Add a TouchFile function that operates on FilePaths + fixing a bug"maruel@chromium.org2010-09-231-0/+9
* Add a TouchFile function that operates on FilePaths + fixing a bugdumi@chromium.org2010-09-231-9/+0
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+4
* Fixes warm-start performance on Vista and Win7 when using pre-reading optimiz...slightlyoff@chromium.org2010-08-041-16/+57
* Factor out NormalizeToNativeFilePath from NormalizeFilePathcpu@chromium.org2010-08-041-42/+38
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro...skerner@chromium.org2010-08-031-2/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Give a better error when extension unpacking can't be done.skerner@chromium.org2010-07-301-3/+4
* Remove some debug switches:skerner@chromium.org2010-07-301-69/+2
* Changing the pre-reading of chrome.dll to read it as an image section instead...ananta@chromium.org2010-07-031-0/+25
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-011-2/+69