summaryrefslogtreecommitdiffstats
path: root/base/win/windows_version.h
Commit message (Expand)AuthorAgeFilesLines
* Add code to fetch the windows type along its version to base.pastarmovj@chromium.org2013-12-091-0/+12
* Adding a detour for GetMonitorInfo which appears to be broken under split scr...shrikant@chromium.org2013-08-161-0/+1
* Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and...hongbo.min@intel.com2012-09-081-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Bring back VERSION_SERVER_2003 to distinguish Server 2003 and XP Pro x64 from...grt@chromium.org2012-07-111-1/+2
* Lump client and server versions of Windows together.grt@chromium.org2012-06-161-9/+7
* Disables code for making sure window to attach to is visible onsky@chromium.org2011-09-201-0/+2
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-311-4/+4
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-40/+77
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-77/+40
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-40/+77
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-5/+7
* Move GetWindowsArchitecture() to windows_version.h.pkasting@chromium.org2011-03-041-0/+14
* Add a function to get the processor architecture. I will be using this in th...pkasting@chromium.org2011-03-041-3/+3
* Create a "GetWOW64Status()" utility function and make the rest of the codebas...pkasting@chromium.org2011-03-041-1/+20
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-151-0/+34