summaryrefslogtreecommitdiffstats
path: root/base/win/win_util.cc
Commit message (Expand)AuthorAgeFilesLines
* No longer relaunch into metro mode by default on touch devices.grt@chromium.org2014-06-121-11/+0
* Resubmit "Add an UMA metric to track whether running on a tablet".zturner@chromium.org2014-05-131-0/+27
* Revert 268825 "Add an UMA metric to track whether chrome is runn..."dalecurtis@google.com2014-05-071-27/+0
* Add an UMA metric to track whether chrome is running on a tablet.zturner@chromium.org2014-05-071-0/+27
* Make the domain membership test only once per run.pastarmovj@chromium.org2014-02-251-6/+21
* Remove GetMonitorInfoWrapper, which is no longer needed.brettw@chromium.org2014-01-271-27/+0
* Add Windows utillity function to verify if a computer is part of a domain.pastarmovj@chromium.org2014-01-231-0/+11
* Fix for crash, which apparently happens when command line argument --check-cl...shrikant@chromium.org2013-10-251-1/+6
* Do not handle AltGr modifier as system key.nona@chromium.org2013-08-271-0/+5
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-161-0/+25
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* IsMachineATablet is now modified to check only for touch capability and hence...shrikant@chromium.org2013-04-241-9/+2
* better error messaging for un-updated vs2012scottmg@chromium.org2013-03-151-0/+16
* fix erroring out on win x64 due to bad compiler version checkscottmg@chromium.org2013-03-151-2/+2
* Remove outdated widows SDK checkcpu@chromium.org2013-03-151-9/+0
* remove old check for vs2005 update, and replace with vs2012 update checkscottmg@chromium.org2013-03-141-9/+6
* Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...gab@chromium.org2013-02-031-12/+14
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-1/+1
* Add helper functions to display the virtual keyboard (On screen keyboard) on ...ananta@chromium.org2013-01-041-1/+103
* - crash when calling abort() in all ppapi processes;yzshen@chromium.org2012-12-161-0/+19
* Handle portrait mode in is-a-tablet heuristic.grt@chromium.org2012-11-191-1/+4
* Expose PKEY in shortcut.cc instead of having another layer in win_util.cc.gab@chromium.org2012-10-181-7/+0
* Remove hardcoded Win8 values in win_util.cc.gab@chromium.org2012-10-171-27/+2
* New tablet heuristic: integrated multi-touch available and screen not greater...grt@chromium.org2012-09-271-3/+8
* Add tablet heuristic detectioncpu@chromium.org2012-09-131-0/+10
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-3/+7
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-7/+3
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-3/+7
* Make SetAppIdForPropertyStore compile with win8 sdkcpu@chromium.org2012-06-271-21/+6
* Replace all spaces by '_' in the AppUserModelIdgab@chromium.org2012-06-201-2/+2
* Always do DelegateExecute handler COM registration and make set dual mode pro...grt@chromium.org2012-05-181-2/+0
* Win 8 Start Menu shortcut changesgab@chromium.org2012-04-061-8/+81
* [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ...eroman@chromium.org2012-03-241-1/+11
* Support grouping taskbar icons for panels with regular taskbar icon for Chrom...jianli@chromium.org2011-10-211-10/+17
* Update Windows version macros to Win 7jschuh@chromium.org2011-09-261-3/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-041-11/+0
* Add a function to get the processor architecture. I will be using this in th...pkasting@chromium.org2011-03-041-0/+11
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-0/+7
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-3/+4
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-3/+3
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-3/+3
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-3/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-311-0/+162