summaryrefslogtreecommitdiffstats
path: root/base/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve the ScopedHandle verifier.rvargas2014-08-262-13/+105
* Revert 290861 "Base: Disable the scoped handle verifier."rvargas@google.com2014-08-201-1/+1
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-202-3/+2
* Base: Disable the scoped handle verifier.rvargas@chromium.org2014-08-201-1/+1
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-134-4/+4
* base::PEIMage: Handle the case of relocations not ending with an empty record.rvargas@chromium.org2014-08-011-2/+4
* Relanding after a fix: Attempt to load system fonts using Custom Font interfa...shrikant@chromium.org2014-07-302-50/+54
* Revert 285977 "Attempt to load system fonts using Custom Font in..."zmo@chromium.org2014-07-282-54/+50
* Attempt to load system fonts using Custom Font interface of directwriteshrikant@chromium.org2014-07-282-50/+54
* clang/win: Fix calling delete[] on void* in base.thakis@chromium.org2014-07-221-1/+1
* Add a unit test that filenames aren't unintentionally converted to URLs.dcheng@chromium.org2014-07-151-6/+6
* Revert 280152 "Base: Disable the scoped handle verifier"rvargas@google.com2014-06-261-1/+1
* Base: Disable the scoped handle verifierrvargas@google.com2014-06-261-1/+1
* Fix issue where OpenKey() would call Close() and reset the wow64_access to 0 ...wfh@chromium.org2014-06-172-1/+20
* No longer relaunch into metro mode by default on touch devices.grt@chromium.org2014-06-122-15/+0
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+1
* Disable Wow64 tests. These appear to be causing issues on a Vista bot.wfh@chromium.org2014-05-271-2/+4