summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* Disabling handle verifier till we figure out AppContainer/DuplicateHandle err...shrikant2015-04-211-0/+4
* Windows GN tests, webcrypto warningsbrettw2015-04-211-1/+1
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-1710-30/+23
* win: Fix a few clang style plugin warnings.Nico Weber2015-04-161-2/+2
* Suppress VS 2015 pointer truncation warning.brucedawson2015-04-151-3/+1
* Integrate the handle verifier from multiple modules (DLLs)rvargas2015-04-091-43/+136
* Widen the keyboard detection logic on Windows 8 touch devices and detect slat...ananta2015-03-101-4/+50
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-103-39/+36
* base: Fix/add header #ifndef guards.danakj2015-03-104-5/+4
* base: Use more specific CHECK macros for comparisons.danakj2015-03-093-6/+6
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-094-4/+5
* base: Fix/add header #ifndef guards.danakj2015-03-094-5/+4
* base: Add/Fix namespace closing comments.danakj2015-03-071-1/+1
* Unify the Windows Parental Controls Platform Cachingrobliao2015-03-062-41/+0
* Ensure that the on screen keyboard detection on Windows 8+ is more reliable.ananta2015-03-031-9/+9
* Remove base::WaitForExitCode*rvargas2015-03-031-4/+5
* Fix PEImage tests to use a checked in binary.Will Harris2015-02-261-160/+35
* Add base_unittests to win8 trybot. Fix PEImage tests.wfh2015-02-252-151/+215
* Add GetDebugId() to PEImage.danduong2015-02-203-0/+58
* Add an explicit ObjectWatcher::IsWatching() methodrvargas2015-02-053-7/+14
* Add support for correct Windows 10 version enumeration.wfh2015-02-022-2/+5
* Fix truncation warning in PEImage on VS2015scottmg2015-01-281-6/+2
* Fix variable shadowing warning in registry on VS2015scottmg2015-01-271-2/+2
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+5
* remove some dead visual studio < 2013 codemostynb2014-12-191-26/+0
* Remove build-time warning from pe_image.ccNico Weber2014-11-261-8/+1
* Disable implicit conversion of scoped_refptr<T> to T* on Windows.dcheng2014-11-251-2/+1
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-11-211-6/+8
* Remove implicit conversions from scoped_refptr to T* in base/win/dcheng2014-11-131-13/+13
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-4/+4
* Use the Windows XP version of NONCLIENTMETRICScpu2014-10-243-14/+29
* Parental controls only need to be Win7.cpu2014-10-241-2/+2
* Give PEImage a virtual destructorhans2014-10-221-1/+3
* The DisplayVirtualKeyboard function on Windows 8 and beyond should not be dis...ananta2014-10-211-0/+62
* Enforce handle ownership in base::Process.rvargas2014-10-172-6/+4
* Remove raw handles from base::win::RegKeyrvargas2014-10-173-60/+137
* Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...dcheng2014-10-163-144/+60
* Remove raw handles from base::win::RegKeyrvargas2014-10-153-60/+144
* grt for owner of base/wincpu2014-10-151-0/+1
* Allow Registry Iterator functions to use a specified WOW64 mode when iterating.wfh2014-10-092-17/+71
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-074-9/+9
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-011-6/+6
* Extend the CloseHandle interception to all DLLs loaded in the process.rvargas2014-09-302-9/+27
* Remove ScopedHandle operator Handle()rvargas2014-09-301-4/+0
* Remove implicit HANDLE conversions from base.rvargas2014-09-231-9/+11
* Component updater must fallback on using HTTP on Windows XPSP2 and belowsorin2014-09-192-0/+26
* Maintaing the proper order of initialization WeakPtrFactorykulkarni.a2014-09-132-4/+5
* Remove the IShellLink::Resolve step in ResolveShortcutProperties.Gabriel Charette2014-09-092-7/+6
* Improve the ScopedHandle verifier.rvargas2014-09-042-13/+101
* Revert of Improve the ScopedHandle verifier. (patchset #1 of https://coderevi...tonyg2014-08-272-105/+13