summaryrefslogtreecommitdiffstats
path: root/base/sys_info_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+2
* Remove kint64max.avi2015-12-091-12/+14
* Make the new Mojo EDK work on XP.jam2015-11-131-1/+1
* Move HasSeekPenalty() out of base::SysInfo and base/.dbeam2015-04-021-78/+0
* base: implement seek penalty detection on XP/Vista via ATA.dbeam2015-04-011-23/+61
* Fix uninitialized read in base::SysInfo::HasSeekPenalty().dbeam2015-03-191-1/+1
* metrics/base: log whether drives have seek penalties.dbeam2015-03-181-9/+44
* Expose the virtual memory limit to blinkjochen@chromium.org2014-04-081-0/+5
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Implement missing SysInfo methods on OpenBSDmdempsky@google.com2013-04-101-20/+18
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add systemInfo.memory API implementationhongbo.min@intel.com2012-10-271-0/+15
* Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...thestig@chromium.org2012-10-161-1/+1
* Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSI...thestig@chromium.org2012-09-261-2/+12
* Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and...hongbo.min@intel.com2012-09-081-0/+5
* Add AssertIOAllowed check in the implementations of SysInfo::AmountOfFreeDisk...haruki@chromium.org2012-08-211-0/+3
* base: Fix a reference to views file, now it is feedback_util.htfarina@chromium.org2012-05-041-2/+2
* base: Move UI code out of SysInfo.derat@chromium.org2011-06-151-14/+0
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-21/+20
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-20/+21
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-21/+20
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-3/+3
* Header cleanup in base.brettw@chromium.org2010-08-171-2/+3
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-11/+0
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-051-6/+1
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-2/+3
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-0/+12
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-12/+0
* Fix windows bustage in r10259jeremy@chromium.org2009-02-241-3/+3
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-0/+12
* Windows fix: missed on the last oneagl@chromium.org2009-01-221-1/+1
* Windows: typo fixagl@chromium.org2009-01-221-1/+1
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+8
* Refactoring for portability:mark@chromium.org2008-09-291-0/+56
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-3/+9
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-0/+9
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-171-0/+14
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+18