summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-104/+113
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-072-113/+104
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-104/+113
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-289-32/+47
* Move some files from base to base/memory.levin@chromium.org2011-03-283-6/+6
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-5/+7
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-173-0/+177
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-044-25/+25
* Add a function to get the processor architecture. I will be using this in th...pkasting@chromium.org2011-03-043-5/+30
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-042-2/+39
* More DCHECK() updates. A mixture of _EQ and _GE.mhm@chromium.org2011-03-013-5/+5
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-252-0/+12
* Fix *RegValueWorkItem to handle a case where previous value is empty.amit@chromium.org2011-02-111-1/+1
* Remove sanity check in RegKey to prevent usage of checkingamit@chromium.org2011-01-212-67/+34
* Remove unnecessary DCHECK causing unit test failure.amit@chromium.org2011-01-191-1/+0
* Regkey functions return error code instead of boolamit@chromium.org2011-01-194-148/+214
* Order function definitions in base/win/registry.cc according to the header.tfarina@chromium.org2011-01-142-162/+168
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-093-16/+20
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-073-20/+16
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-073-16/+20
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-013-0/+383
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-313-0/+298
* Move rgs_helper out of base to ceee since it's not used anywhere else.brettw@chromium.org2010-12-291-89/+0
* Making a few RegKey methods that only read data, const.tommi@chromium.org2010-12-072-11/+12
* base: Remove stub scoped_variant_win.h file.tfarina@chromium.org2010-12-041-1/+1
* Check if the frame belongs to the browser tree associated with the BHO before...siggi@chromium.org2010-11-251-0/+5
* Stop using Hard Coded copies of GUID strings in RGS files.mad@google.com2010-11-231-0/+89
* Add infrastructure enabling tests of installer upgrade scenarios.grt@chromium.org2010-11-231-3/+3
* Make DeleteKey support GetLastError.tommi@chromium.org2010-11-231-1/+6
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-163-0/+243
* Move Windows-specific Event Tracing for Windows implementation to base/win. siggi@chromium.org2010-11-068-0/+1445
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+24
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-24/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+24
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-176-0/+1676
* Address review comment I forgot in scoped_comptr checkin.brettw@chromium.org2010-10-161-3/+2
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-1612-0/+1504
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-152-0/+106