summaryrefslogtreecommitdiffstats
path: root/base/file_util_win.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 51231 - Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-70/+3
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-06-301-3/+70
* If CreateDirectory() fails during extension unpacking, log the exact OS call ...skerner@chromium.org2010-06-141-20/+44
* Give the extension unpacker process a junction/symlink free path to the unpac...skerner@chromium.org2010-06-091-4/+121
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-10/+6
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-6/+10
* file_util: Convert the wstring version of IsDirectoryEmpty to FilePath.tfarina@chromium.org2010-05-261-9/+0
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-10/+6
* Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor...thestig@chromium.org2010-05-071-9/+18
* Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor...zork@chromium.org2010-05-071-18/+9