| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | base: Get rid of the deprecated SysInfo::GetEnvVar. | tfarina@chromium.org | 2010-07-08 | 1 | -5/+0 |
* | base: Get rid of the deprecated SysInfo::HasEnvVar. | tfarina@chromium.org | 2010-07-05 | 1 | -4/+0 |
* | Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r... | thestig@chromium.org | 2010-04-03 | 1 | -3/+3 |
* | Changes to base/ from a combination of FreeBSD and OpenBSD patches. | evan@chromium.org | 2009-12-29 | 1 | -1/+1 |
* | Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. | tony@chromium.org | 2009-10-14 | 1 | -1/+3 |
* | Linux: don't try and read shmmax in the sandbox. | agl@chromium.org | 2009-08-04 | 1 | -0/+5 |
* | Creating a unique user-agent string for ChromeOS builds, so that metrics can ... | evan@chromium.org | 2009-07-22 | 1 | -0/+13 |
* | We recently enabled reading sysctl values from inside the sandbox. This CL r... | jeremy@chromium.org | 2009-07-02 | 1 | -12/+0 |
* | Recommit r10259 after successful try server run. | jeremy@chromium.org | 2009-02-24 | 1 | -0/+11 |
* | Revert r10259 & subsequent fixes. | jeremy@chromium.org | 2009-02-24 | 1 | -11/+0 |
* | Fix for Sandboxed WebKit on OS X: | jeremy@chromium.org | 2009-02-24 | 1 | -0/+11 |
* | Under the OS X Sandbox, some system calls are blocked. | jeremy@chromium.org | 2009-02-11 | 1 | -1/+9 |
* | POSIX: Porting renderer/render_process.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -0/+4 |
* | Refactoring for portability: | mark@chromium.org | 2008-09-29 | 1 | -0/+25 |
* | Fix AmountOfFreeDiskSpace to be able to differentiate an error | rvargas@google.com | 2008-09-20 | 1 | -1/+2 |
* | Move GetFreeDiskSpace to SysInfo. | deanm@chromium.org | 2008-09-18 | 1 | -0/+6 |
* | Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win... | deanm@chromium.org | 2008-09-18 | 1 | -0/+5 |
* | Add support for querying the amount of memory on a system to sys_info. | deanm@chromium.org | 2008-09-17 | 1 | -0/+5 |
* | Add a class for extracting system-specific information, like the number of pr... | deanm@chromium.org | 2008-09-17 | 1 | -0/+18 |