summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Add histograms to compare GetVersionEx() with VerQueryValue() of kernel32Scott Graham2016-03-153-37/+114
* 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
* Check for CloseHandle failures even when not debuggingbrucedawson2015-09-171-20/+14
* Added common check for USER32 and GDI32 API availability.forshaw2015-09-162-0/+51
* Get GenericScopedHandle::Set to preserve LastError codebrucedawson2015-09-112-1/+40
* Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.gab2015-07-272-8/+49
* win: Fix unqualified lookups into dependent base classes.thakis2015-07-141-19/+19
* Check Windows version before attempting to detect OSKjschuh2015-07-121-0/+5
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-021-2/+2
* Fix some clang warnings with -Wmissing-braces in base.dcheng2015-07-023-5/+7
* Fix use of ShellDispatch.NameSpace -- may succeed but fail.grt2015-06-301-4/+4
* clang/win: Build without -Wno-null-dereference.sammc2015-06-301-1/+1
* Add USB keyboard detection reporting and disable flagjschuh2015-06-232-19/+66
* Pin shortcuts via shell verbs rather than ShellExecuteEx.grt2015-06-232-10/+95
* Write new Starts/EndsWith and convert FilePath functions to StringPiece.brettw2015-06-161-2/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-29/+27
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-4/+0
* Avoid basename conflict from memory_pressure_monitor.ccscottmg2015-05-213-696/+0
* Cleanup: Fix base header include guards.tfarina2015-05-132-4/+4