| Commit message (Expand) | Author | Age | Files | Lines |
* | Send ShChange notifications to cause icon refreshes when updating shortcuts. | robertshield@chromium.org | 2011-04-15 | 1 | -0/+10 |
* | Change DeleteRegistryKey to not require opening root keys with RegKey. | tommi@chromium.org | 2011-03-13 | 1 | -9/+22 |
* | The code to validate whether plugin dlls are 32 bit failed for some dll's as ... | ananta@chromium.org | 2011-03-10 | 1 | -4/+2 |
* | While enumerating plugins under the MozillaPlugins registry key, we should ig... | ananta@chromium.org | 2011-03-04 | 1 | -1/+25 |
* | Temp dir cleanup: | grt@chromium.org | 2011-02-18 | 1 | -3/+1 |
* | Fail gracefully if profile Temp dir can not be accessed. | skerner@chromium.org | 2011-01-19 | 1 | -4/+5 |
* | Use FilePath::DirName instead of the deprecated file_util::GetDirectoryFromPath. | tfarina@chromium.org | 2011-01-07 | 1 | -13/+0 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -3/+3 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -6/+4 |
* | add check for fAnyOperationsAborted | erikkay@chromium.org | 2010-12-21 | 1 | -0/+8 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -0/+70 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 1 | -70/+0 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 1 | -0/+70 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 1 | -17/+11 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -11/+17 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -17/+11 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -2/+2 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 1 | -28/+28 |
* | Properly check CreateFileMapping's return value. | tony@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | Remove call to std::min since this check is already done in | tony@chromium.org | 2010-10-15 | 1 | -6/+2 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 1 | -6/+7 |
* | Un-recursify FileEnumerator::Next(). | dumi@chromium.org | 2010-10-14 | 1 | -51/+52 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add histograms to see if we can find out why we're failing | tony@chromium.org | 2010-10-07 | 1 | -1/+15 |
* | Fail to create a directory if there is a file in the path to be created. | skerner@chromium.org | 2010-09-27 | 1 | -0/+1 |
* | Remove logging for issue 35198. | skerner@chromium.org | 2010-09-24 | 1 | -45/+8 |
* | Add a TouchFile() function that takes a FilePath argument. | dumi@chromium.org | 2010-09-23 | 1 | -9/+0 |
* | Revert "Add a TouchFile function that operates on FilePaths + fixing a bug" | maruel@chromium.org | 2010-09-23 | 1 | -0/+9 |
* | Add a TouchFile function that operates on FilePaths + fixing a bug | dumi@chromium.org | 2010-09-23 | 1 | -9/+0 |
* | Moving file_util::FileInfo to base::PlatformFileInfo, and adding the | dumi@chromium.org | 2010-09-03 | 1 | -2/+4 |
* | Fixes warm-start performance on Vista and Win7 when using pre-reading optimiz... | slightlyoff@chromium.org | 2010-08-04 | 1 | -16/+57 |
* | Factor out NormalizeToNativeFilePath from NormalizeFilePath | cpu@chromium.org | 2010-08-04 | 1 | -42/+38 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fix incorect tests against INVALID_FILE_HANDLE, as pointed out by cpu on chro... | skerner@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+3 |
* | Give a better error when extension unpacking can't be done. | skerner@chromium.org | 2010-07-30 | 1 | -3/+4 |
* | Remove some debug switches: | skerner@chromium.org | 2010-07-30 | 1 | -69/+2 |
* | Changing the pre-reading of chrome.dll to read it as an image section instead... | ananta@chromium.org | 2010-07-03 | 1 | -0/+25 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-07-01 | 1 | -2/+69 |
* | Revert 51231 - Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -70/+3 |
* | Loosen permission on extension temp dir when a flag is used. | skerner@chromium.org | 2010-06-30 | 1 | -3/+70 |
* | If CreateDirectory() fails during extension unpacking, log the exact OS call ... | skerner@chromium.org | 2010-06-14 | 1 | -20/+44 |
* | Give the extension unpacker process a junction/symlink free path to the unpac... | skerner@chromium.org | 2010-06-09 | 1 | -4/+121 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -10/+6 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -6/+10 |
* | file_util: Convert the wstring version of IsDirectoryEmpty to FilePath. | tfarina@chromium.org | 2010-05-26 | 1 | -9/+0 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -10/+6 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-07 | 1 | -9/+18 |
* | Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor... | zork@chromium.org | 2010-05-07 | 1 | -18/+9 |