summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Make ETW unittests shardable to quench flakyness on trybots.siggi@chromium.org2012-01-282-54/+110
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-2/+1
* windows: Fix a few things clang complains about.thakis@chromium.org2012-01-231-2/+2
* Provide windows notification of thread terminationjar@chromium.org2011-12-221-0/+115
* Make sure all the pointers in ProfilerFuncs are NULL if they don't get initia...tbreisacher@chromium.org2011-12-201-1/+7
* Fix file leaks in a ETW test and a ScopedTempDir test.thestig@chromium.org2011-12-191-2/+6
* Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion ...jar@chromium.org2011-12-191-125/+0
* Revert 114229 - Revert 113748 - Provide windows notifictaion of thread termin...jar@chromium.org2011-12-151-0/+125
* Revert 113748 - Provide windows notifictaion of thread terminationjar@chromium.org2011-12-131-125/+0
* Remove #ifdef OFFICIAL_BUILD from scoped variant unittest, as the code is now...jochen@chromium.org2011-12-101-3/+1
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-091-0/+125
* Windows-native sampling profiler wrapper class.siggi@chromium.org2011-12-073-0/+423
* Revert 113321 (speculative revert for http://crbug.com/106657 and a few other...thakis@chromium.org2011-12-071-131/+0
* Provide windows notifictaion of thread terminationjar@chromium.org2011-12-071-0/+131
* Improve support for multiselect list box accessibility on Windows.dmazzoni@chromium.org2011-12-036-0/+387
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-292-72/+49
* Revert 111865 - Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-292-40/+70
* Remove several more custom Task implementations from base/dcheng@chromium.org2011-11-292-70/+40
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-1/+1
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-1/+1
* base/win: Add documentation to RegKey::Read/Write functions.tfarina@chromium.org2011-10-232-56/+83
* Support grouping taskbar icons for panels with regular taskbar icon for Chrom...jianli@chromium.org2011-10-212-10/+23
* Move ScopedCoMem to base/win. This is to allow the class to be used from fol...tommi@chromium.org2011-10-212-3/+88
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-183-38/+45
* Support MTA as well in the scoped COM initializer.tommi@chromium.org2011-10-171-1/+16
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-8/+8
* 1 Add ScopedGetDC and ScopedSelectObjectyosin@chromium.org2011-10-042-2/+73
* Update Windows version macros to Win 7jschuh@chromium.org2011-09-262-3/+7
* Disables code for making sure window to attach to is visible onsky@chromium.org2011-09-202-4/+17
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-312-5/+16
* Remove some views depenencies from RenderWidgetHostViewWin.jam@chromium.org2011-08-261-0/+8
* Move base/resource_util.* into base/win/ since it's windows specific.tony@chromium.org2011-08-252-0/+68
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-0511-42/+43
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-253-0/+411
* TCPServerSocketLibevent should call StopWatchingFileDescriptor()wtc@chromium.org2011-06-251-1/+1
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-253-410/+0
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-253-0/+410
* net: Add NET_API to net/baservargas@google.com2011-05-181-1/+1
* 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