summaryrefslogtreecommitdiffstats
path: root/base/sys_info.h
Commit message (Expand)AuthorAgeFilesLines
* Startup perf stability: only record stats 7 minutes after system startjeremy@chromium.org2012-10-291-0/+3
* Add systemInfo.memory API implementationhongbo.min@intel.com2012-10-271-0/+4
* Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...thestig@chromium.org2012-10-161-2/+1
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSI...thestig@chromium.org2012-09-261-9/+13
* Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and...hongbo.min@intel.com2012-09-081-0/+4
* Move Android user agent generation to native codedfalcantara@chromium.org2012-08-211-0/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Set Android/V8 memory limits from dalvik.vm.heapsize.ulan@chromium.org2012-05-251-0/+4
* Implemented a "Last Updated" field for the about page of Chrome OS.khorimoto@chromium.org2012-04-251-3/+8
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* base: Move UI code out of SysInfo.derat@chromium.org2011-06-151-7/+0
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-0/+5
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-6/+6
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+6
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* base: Get rid of the deprecated SysInfo::GetEnvVar.tfarina@chromium.org2010-07-081-5/+0
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-051-4/+0
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-3/+3
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-1/+1
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+3
* Linux: don't try and read shmmax in the sandbox.agl@chromium.org2009-08-041-0/+5
* Creating a unique user-agent string for ChromeOS builds, so that metrics can ...evan@chromium.org2009-07-221-0/+13
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-021-12/+0
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-0/+11
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-11/+0
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-0/+11
* Under the OS X Sandbox, some system calls are blocked.jeremy@chromium.org2009-02-111-1/+9
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-221-0/+4
* Refactoring for portability:mark@chromium.org2008-09-291-0/+25
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-201-1/+2
* Move GetFreeDiskSpace to SysInfo.deanm@chromium.org2008-09-181-0/+6
* Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...deanm@chromium.org2008-09-181-0/+5
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-171-0/+5
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+18