summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Added an initial version of helper functions for Windows 8 metro to base.ananta@chromium.org2012-04-092-0/+39
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-062-8/+85
* Fix a build break caused by the newly added UIATextProvider accessibility hel...ananta@chromium.org2012-04-041-1/+2
* Add support for UIA accessibility interfaces like IAccessibleEx and IRawEleme...ananta@chromium.org2012-04-042-0/+126
* ScopedProcessInformation protects against process/thread handle leaks from Cr...erikwright@chromium.org2012-04-043-0/+401
* CHECK that we don't start watching an object with a NULL delegate.dcheng@chromium.org2012-04-031-1/+2
* [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ...eroman@chromium.org2012-03-243-4/+29
* New test infrastructure for producing verbose logs in failing tests.grt@chromium.org2012-03-121-5/+5
* Making GenericScopedHandle capable of handling handle types other than HANDLE.alexeypa@chromium.org2012-03-051-40/+53
* Coverity: Fix dead code.jhawkins@chromium.org2012-03-041-1/+1
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-7/+22
* Implement font linking for RenderTextWin.asvitkine@chromium.org2012-02-282-2/+42
* Plug trace session handle leak.grt@chromium.org2012-02-241-3/+2
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-143-271/+45
* Make scoped dc objects smartercpu@chromium.org2012-02-143-45/+271
* 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