index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
win
/
win_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer relaunch into metro mode by default on touch devices.
grt@chromium.org
2014-06-12
1
-11
/
+0
*
Resubmit "Add an UMA metric to track whether running on a tablet".
zturner@chromium.org
2014-05-13
1
-0
/
+27
*
Revert 268825 "Add an UMA metric to track whether chrome is runn..."
dalecurtis@google.com
2014-05-07
1
-27
/
+0
*
Add an UMA metric to track whether chrome is running on a tablet.
zturner@chromium.org
2014-05-07
1
-0
/
+27
*
Make the domain membership test only once per run.
pastarmovj@chromium.org
2014-02-25
1
-6
/
+21
*
Remove GetMonitorInfoWrapper, which is no longer needed.
brettw@chromium.org
2014-01-27
1
-27
/
+0
*
Add Windows utillity function to verify if a computer is part of a domain.
pastarmovj@chromium.org
2014-01-23
1
-0
/
+11
*
Fix for crash, which apparently happens when command line argument --check-cl...
shrikant@chromium.org
2013-10-25
1
-1
/
+6
*
Do not handle AltGr modifier as system key.
nona@chromium.org
2013-08-27
1
-0
/
+5
*
Adding a detour for GetMonitorInfo which appears to be broken under split scr...
shrikant@chromium.org
2013-08-16
1
-0
/
+25
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
IsMachineATablet is now modified to check only for touch capability and hence...
shrikant@chromium.org
2013-04-24
1
-9
/
+2
*
better error messaging for un-updated vs2012
scottmg@chromium.org
2013-03-15
1
-0
/
+16
*
fix erroring out on win x64 due to bad compiler version check
scottmg@chromium.org
2013-03-15
1
-2
/
+2
*
Remove outdated widows SDK check
cpu@chromium.org
2013-03-15
1
-9
/
+0
*
remove old check for vs2005 update, and replace with vs2012 update check
scottmg@chromium.org
2013-03-14
1
-9
/
+6
*
Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...
gab@chromium.org
2013-02-03
1
-12
/
+14
*
base: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-18
1
-1
/
+1
*
Add helper functions to display the virtual keyboard (On screen keyboard) on ...
ananta@chromium.org
2013-01-04
1
-1
/
+103
*
- crash when calling abort() in all ppapi processes;
yzshen@chromium.org
2012-12-16
1
-0
/
+19
*
Handle portrait mode in is-a-tablet heuristic.
grt@chromium.org
2012-11-19
1
-1
/
+4
*
Expose PKEY in shortcut.cc instead of having another layer in win_util.cc.
gab@chromium.org
2012-10-18
1
-7
/
+0
*
Remove hardcoded Win8 values in win_util.cc.
gab@chromium.org
2012-10-17
1
-27
/
+2
*
New tablet heuristic: integrated multi-touch available and screen not greater...
grt@chromium.org
2012-09-27
1
-3
/
+8
*
Add tablet heuristic detection
cpu@chromium.org
2012-09-13
1
-0
/
+10
*
Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...
gab@chromium.org
2012-09-12
1
-3
/
+7
*
installer_util_unittests has failed on XP Tests (dbg)(1) since this landed
dgrogan@chromium.org
2012-09-11
1
-7
/
+3
*
Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...
gab@chromium.org
2012-09-10
1
-3
/
+7
*
Make SetAppIdForPropertyStore compile with win8 sdk
cpu@chromium.org
2012-06-27
1
-21
/
+6
*
Replace all spaces by '_' in the AppUserModelId
gab@chromium.org
2012-06-20
1
-2
/
+2
*
Always do DelegateExecute handler COM registration and make set dual mode pro...
grt@chromium.org
2012-05-18
1
-2
/
+0
*
Win 8 Start Menu shortcut changes
gab@chromium.org
2012-04-06
1
-8
/
+81
*
[windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ...
eroman@chromium.org
2012-03-24
1
-1
/
+11
*
Support grouping taskbar icons for panels with regular taskbar icon for Chrom...
jianli@chromium.org
2011-10-21
1
-10
/
+17
*
Update Windows version macros to Win 7
jschuh@chromium.org
2011-09-26
1
-3
/
+0
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Move GetWindowsArchitecture() to windows_version.h.
pkasting@chromium.org
2011-03-04
1
-11
/
+0
*
Add a function to get the processor architecture. I will be using this in th...
pkasting@chromium.org
2011-03-04
1
-0
/
+11
*
Removed the command line from ServiceProcessState::AddToAutoRun() and had the...
sanjeevr@chromium.org
2011-02-25
1
-0
/
+7
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-3
/
+4
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-3
/
+3
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-3
/
+3
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-3
/
+3
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-0
/
+162