summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add HANDLE_FLAG_PROTECT_FROM_CLOSE flag to Tracked/ScopedHandle.shrikant2015-05-121-0/+15
* win: Move WeakPtrFactory added in https://codereview.chromium.org/1122863005/...thakis2015-05-091-3/+3
* Create base::win::MemoryPressureMonitor class.chrisha2015-05-083-0/+696
* Reverting change to disable active verifier.shrikant2015-05-051-4/+0
* Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles.shrikant2015-05-051-1/+1
* vs2015: avoid warning about narrowing pointer to int in base/winscottmg2015-05-012-5/+5
* base: Remove most uses of MessageLoopProxyskyostil2015-04-301-1/+1
* Revert of Conv CHECK->DCHECK in CloseHandle (top crasher & data enough to deb...grt2015-04-301-5/+3
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-291-1/+1
* Apply automated fixits for Chrome clang plugin to base.dcheng2015-04-291-14/+14
* base: Remove use of MessageLoopProxyskyostil2015-04-291-1/+1
* vs2015: fix pvoid->dword truncation warningscottmg2015-04-291-5/+4
* Conv CHECK->DCHECK in CloseHandle (top crasher & data enough to debug)shrikant2015-04-281-3/+5
* Address review comments on https://codereview.chromium.org/1077893005/thakis2015-04-271-0/+2
* base: Fix warnings found by clang chromium-style plugin on Windows.tfarina2015-04-272-2/+11
* Try NtDuplicateObject instead of DuplicateHandle on Windows 8/8.1 for debuggi...shrikant2015-04-251-5/+44
* Disabling handle verifier till we figure out AppContainer/DuplicateHandle err...shrikant2015-04-211-0/+4
* Windows GN tests, webcrypto warningsbrettw2015-04-211-1/+1