summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Return VERSION_PRE_XP if OS version is pre-XP.wfh2016-03-251-2/+1
* Improve tablet mode detection on Windows 10+ananta2016-03-121-3/+91
* Add test for multithreaded ActiveVerifier behavior.wfh2016-03-124-4/+186
* Add histograms to compare GetVersionEx() with VerQueryValue() of kernel32scottmg2016-03-123-42/+114
* Two HandleVerifier thread safety fixes.wfh2016-03-111-15/+39
* Use thread local state to avoid locking over CloseHandle operations.siggi2016-03-091-7/+7
* Add creation tracking for ActiveVerifier.wfh2016-03-091-1/+7
* Remove LOG(FATAL) as this can't be called late in Chrome shutdown.wfh2016-03-082-9/+9
* Make ObjectWatcher fail to start watching when there is no message loop.pkasting2016-03-083-6/+14
* Add handle verifier tests. Add stack tracing.wfh2016-03-033-9/+74
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-1/+3
* Revert of Enable handle verifier for tests and add some tests. (patchset #11 ...wfh2016-02-063-87/+5
* [Win10 sandbox mitigations] Four new Win10 mitigations added.Penny MacNeil2016-02-032-8/+13
* Enable handle verifier for tests and add some tests.wfh2016-02-023-5/+87
* Get crash keys from crashpad in hung browser reports.pmonette2016-02-013-1/+75
* Revert of Enable handle verifier for tests and add some tests. (patchset #7 i...oshima2016-01-253-84/+5
* Remove Windows XP SHA-256 and ECDSA logic.davidben2016-01-252-26/+0
* Enable handle verifier for tests and add some tests.wfh2016-01-223-5/+84
* Remove base/win/metro.{cc|h} and some associated codescottmg2016-01-123-249/+0
* Refactor the IsKeyboardPresentOnSlate function.ananta2016-01-082-40/+63
* OnHandleBeingClosed should never CHECK when verifier is disabled.wfh2016-01-061-0/+3
* Remove warning pragmas in pe_image.ccwfh2015-12-244-38/+56
* Switch to standard integer types in base/win/.avi2015-12-2443-58/+104
* These caused failures on debug win7 bots that need further investigation.wfh2015-12-212-43/+5
* Eliminate HICON leaks caused by creating icons from bitmap image.anpol2015-12-181-47/+15
* Move handle hooks into base/win and add tests.wfh2015-12-162-5/+43
* Fixing remaining VC++ 2015 64-bit build breaksbrucedawson2015-12-101-0/+8
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-1011-86/+87
* Remove kuint32max.avi2015-12-041-2/+5
* Remove old C++03 move emulation code.dcheng2015-12-011-9/+7
* Switch to static_assert in base/.avi2015-11-245-8/+11
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-192-4/+3
* Do not use FAILED macro when checking return value for Registry APIs.wfh2015-11-081-2/+2
* Unify logic for "does chrome support metro on this Windows version".gab2015-11-022-0/+9
* Add scottmg and jschuh as base/win ownersjschuh2015-10-271-0/+2
* Set modifier flags for Caps, OS, Scroll and Num Lock on X11 and Windows.dtapuska2015-10-202-31/+0
* Reverted how taskbar pinning works.pmonette2015-10-162-140/+22
* Adding error handlers to setup.exe.pmonette2015-10-162-0/+81
* Disable ETW EnableDisable testbrucedawson2015-10-071-1/+2
* win: Remove uses of UNREFERENCED_PARAMETER.thakis2015-10-063-62/+42
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-1/+0
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-294-47/+118
* Don't wait for ETW controller.Stop() on Windows 7brucedawson2015-09-252-7/+12
* Base: Remove myself from ownersrvargas2015-09-241-1/+0
* Disable EtwTraceControllerTest.EnableDisable againbrucedawson2015-09-211-1/+1
* Switch from std::move to Pass()brucedawson2015-09-191-1/+1
* Disable EtwTraceControllerTest.EnableDisablebrucedawson2015-09-191-1/+2
* Revert of Check for CloseHandle failures even when not debugging (patchset #4...brucedawson2015-09-181-14/+20
* Remove HANDLE_FLAG_PROTECT_FROM_CLOSE flag from Tracked/ScopedHandle.rvargas2015-09-171-15/+0
* Fix possibly flakiness of EtwTraceControllerTest.EnableDisablewangxianzhu2015-09-171-0/+3