| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 2 | -104/+113 |
* | Revert 80819 due to failed tests | mmenke@chromium.org | 2011-04-07 | 2 | -113/+104 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 2 | -104/+113 |
* | Base: Last set of files to use BASE_API (for base.dll) | rvargas@google.com | 2011-03-28 | 9 | -32/+47 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 3 | -6/+6 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -5/+7 |
* | Add an exception wrapper to the WindowProc functions so | rvargas@google.com | 2011-03-17 | 3 | -0/+177 |
* | Move GetWindowsArchitecture() to windows_version.h. | pkasting@chromium.org | 2011-03-04 | 4 | -25/+25 |
* | Add a function to get the processor architecture. I will be using this in th... | pkasting@chromium.org | 2011-03-04 | 3 | -5/+30 |
* | Create a "GetWOW64Status()" utility function and make the rest of the codebas... | pkasting@chromium.org | 2011-03-04 | 2 | -2/+39 |
* | More DCHECK() updates. A mixture of _EQ and _GE. | mhm@chromium.org | 2011-03-01 | 3 | -5/+5 |
* | Removed the command line from ServiceProcessState::AddToAutoRun() and had the... | sanjeevr@chromium.org | 2011-02-25 | 2 | -0/+12 |
* | Fix *RegValueWorkItem to handle a case where previous value is empty. | amit@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Remove sanity check in RegKey to prevent usage of checking | amit@chromium.org | 2011-01-21 | 2 | -67/+34 |
* | Remove unnecessary DCHECK causing unit test failure. | amit@chromium.org | 2011-01-19 | 1 | -1/+0 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 4 | -148/+214 |
* | Order function definitions in base/win/registry.cc according to the header. | tfarina@chromium.org | 2011-01-14 | 2 | -162/+168 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 3 | -16/+20 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 3 | -20/+16 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 3 | -16/+20 |
* | move base/object_watcher into base/win and add the win namespace. Fixup callers. | brettw@google.com | 2011-01-01 | 3 | -0/+383 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 2 | -2/+2 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 3 | -0/+298 |
* | Move rgs_helper out of base to ceee since it's not used anywhere else. | brettw@chromium.org | 2010-12-29 | 1 | -89/+0 |
* | Making a few RegKey methods that only read data, const. | tommi@chromium.org | 2010-12-07 | 2 | -11/+12 |
* | base: Remove stub scoped_variant_win.h file. | tfarina@chromium.org | 2010-12-04 | 1 | -1/+1 |
* | Check if the frame belongs to the browser tree associated with the BHO before... | siggi@chromium.org | 2010-11-25 | 1 | -0/+5 |
* | Stop using Hard Coded copies of GUID strings in RGS files. | mad@google.com | 2010-11-23 | 1 | -0/+89 |
* | Add infrastructure enabling tests of installer upgrade scenarios. | grt@chromium.org | 2010-11-23 | 1 | -3/+3 |
* | Make DeleteKey support GetLastError. | tommi@chromium.org | 2010-11-23 | 1 | -1/+6 |
* | The UI language rather than the locale is now used to pick Chrome's language ... | grt@chromium.org | 2010-11-16 | 3 | -0/+243 |
* | Move Windows-specific Event Tracing for Windows implementation to base/win. | siggi@chromium.org | 2010-11-06 | 8 | -0/+1445 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-04 | 1 | -0/+24 |
* | Revert 64960 - Turn on file access checks on Win. | rafaelw@chromium.org | 2010-11-03 | 1 | -24/+0 |
* | Turn on file access checks on Win. | jam@chromium.org | 2010-11-03 | 1 | -0/+24 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 6 | -0/+1676 |
* | Address review comment I forgot in scoped_comptr checkin. | brettw@chromium.org | 2010-10-16 | 1 | -3/+2 |
* | Move the windows-specific scoped_* stuff from base to base/win and in the bas... | brettw@chromium.org | 2010-10-16 | 12 | -0/+1504 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 2 | -0/+106 |