1. e4336af Revert "Simple disk cache: fix inode problem caused by extremely small cache files" by Maks Orlovich · 6 years ago
  2. 25ed212 Simple disk cache: fix inode problem caused by extremely small cache files by Jose Dapena Paz · 6 years ago
  3. 88a9299 Make --enable-low-end-device-mode apply in C++ on Android by Eric Karl · 6 years ago
  4. d133780 chromeos: Advise against checking board names in Chrome. by Daniel Erat · 7 years ago
  5. 3009718 Make kEnableLowEndDeviceMode more accurate by Eric Karl · 7 years ago
  6. 52a4da5 Don't store extra copies of partially decoded images on low-end devices. by Chris Harrelson · 7 years ago
  7. 6a7c772 Implement SysInfo::HardwareModelName() on iOS. by asvitkine · 7 years ago
  8. 157aae3 GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. by rayb · 7 years ago
  9. 47a7971 Getting OS version numbers for Linux. by romax · 7 years ago
  10. af6f3f8 Fix free memory calculation. by mkolom · 7 years ago
  11. fbe605b Revert of Fix free memory calculation. (patchset #27 id:520001 of https://codereview.chromium.org/2558043007/ ) by horo · 7 years ago
  12. 08ff1010 Fix free memory calculation. by mkolom · 7 years ago
  13. 352c134 Added function to provide the short board name of the device by igorcov · 8 years ago
  14. 1892bc2 Move implementation of QuotaManager.getVolumeInfo to base::SysInfo. by fukino · 8 years ago
  15. 6f083f4 Remove MaxSharedMemorySize() function from SysInfo by xyzzyz · 8 years ago
  16. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  17. 95a2f37 Remove kint64max. by avi · 9 years ago
  18. babf673 base: SysInfo::Uptime() returns a TimeDelta by sque · 9 years ago
  19. f393369 Report Android Build.MODEL in SystemProfileProto hardware_class. by tdresser · 9 years ago
  20. 8af7af7 sys_info_linux: positive return value of MaxSharedMemorySize for 32-bit build on 64-bit host. by ljagielski · 9 years ago
  21. 10e1ddd Move HasSeekPenalty() out of base::SysInfo and base/. by dbeam · 9 years ago
  22. 330e879 metrics/base: log whether drives have seek penalties. by dbeam · 9 years ago
  23. b43af09 UMA: Set Hardware model class on Mac. by jeremy · 10 years ago
  24. da21aff Expose a low-end device mode override flags for non-android OSs as well by c.shu@samsung.com · 10 years ago
  25. 5ac0b17 Expose the virtual memory limit to blink by jochen@chromium.org · 10 years ago
  26. e6d3510 Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux Sandbox" by rmcilroy@chromium.org · 11 years ago
  27. 269a830 Revert 232274 "Reland "Enable SysInfo::AmountOfPhysicalMemory to..." by dglazkov@chromium.org · 11 years ago
  28. 9401423 Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux Sandbox" by rmcilroy@chromium.org · 11 years ago
  29. 69cd2b5 Revert 231613 "Enable SysInfo::AmountOfPhysicalMemory to be call..." by dglazkov@chromium.org · 11 years ago
  30. 75d0ba2 Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux sandbox. by rmcilroy@chromium.org · 11 years ago
  31. 861313b Move IsRunningOnChromeOS to SysInfo by stevenjb@chromium.org · 11 years ago
  32. 2f4de04 Parse /etc/lsb-release only once on ChromeOS by stevenjb@chromium.org · 11 years ago
  33. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  34. 066b81b This fixes the overflows identified in the parsing by epenner@chromium.org · 12 years ago
  35. de658ed Startup perf stability: only record stats 7 minutes after system start by jeremy@chromium.org · 12 years ago
  36. f6312b1 Add systemInfo.memory API implementation by hongbo.min@intel.com · 12 years ago
  37. e170665 Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchitecture(). by thestig@chromium.org · 12 years ago
  38. e476b20 Cleanup: IWYU for base/time.h. Also fix misc lint errors. by thestig@chromium.org · 12 years ago
  39. c913724 Implement SysInfo::CPUArchitecture() on Windows. Try to make Windows and POSIX versions return consistent architecture names. by thestig@chromium.org · 12 years ago
  40. 893f7d6 Refine systemInfo.cpu API and provide systemInfo.cpu.get impl for Windows and Linux. by hongbo.min@intel.com · 12 years ago
  41. 774888d Move Android user agent generation to native code by dfalcantara@chromium.org · 12 years ago
  42. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  43. 8ac7ea0 Set Android/V8 memory limits from dalvik.vm.heapsize. by ulan@chromium.org · 12 years ago
  44. c7e4e00 Implemented a "Last Updated" field for the about page of Chrome OS. by khorimoto@chromium.org · 12 years ago
  45. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  46. 5615f60 base: Move UI code out of SysInfo. by derat@chromium.org · 13 years ago
  47. 71cce47 Improve and unify Mac OS X run-time version checks. by mark@chromium.org · 13 years ago
  48. 271d9db Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by pkasting@chromium.org · 13 years ago
  49. 74da9fd Revert 80819 due to failed tests by mmenke@chromium.org · 13 years ago
  50. b3b55fb Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by pkasting@chromium.org · 13 years ago
  51. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  52. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  53. 782f5e0 base: Get rid of the deprecated SysInfo::GetEnvVar. by tfarina@chromium.org · 14 years ago
  54. 2502730 base: Get rid of the deprecated SysInfo::HasEnvVar. by tfarina@chromium.org · 14 years ago
  55. b6ba943 Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated. by thestig@chromium.org · 14 years ago
  56. 875bb6e Changes to base/ from a combination of FreeBSD and OpenBSD patches. by evan@chromium.org · 15 years ago
  57. 1e25e00 Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath. by tony@chromium.org · 15 years ago
  58. 3319f0a Linux: don't try and read shmmax in the sandbox. by agl@chromium.org · 15 years ago
  59. 54b7210 Creating a unique user-agent string for ChromeOS builds, so that metrics can be aggregated separately from standard Chrome on Linux by evan@chromium.org · 15 years ago
  60. 92b13a1 We recently enabled reading sysctl values from inside the sandbox. This CL removes workarounds needed when sysctl reads where blocked. by jeremy@chromium.org · 15 years ago
  61. 7730edb Recommit r10259 after successful try server run. by jeremy@chromium.org · 16 years ago
  62. 570f7c2 Revert r10259 & subsequent fixes. by jeremy@chromium.org · 16 years ago
  63. 8a60b68 Fix for Sandboxed WebKit on OS X: by jeremy@chromium.org · 16 years ago
  64. 0da11fa Under the OS X Sandbox, some system calls are blocked. by jeremy@chromium.org · 16 years ago
  65. 3d71fda POSIX: Porting renderer/render_process.cc, low hanging fruit by agl@chromium.org · 16 years ago
  66. b93c054 Refactoring for portability: by mark@chromium.org · 16 years ago
  67. af00029 Fix AmountOfFreeDiskSpace to be able to differentiate an error from a full disk. by rvargas@google.com · 16 years ago
  68. ee45e8f Move GetFreeDiskSpace to SysInfo. by deanm@chromium.org · 16 years ago
  69. 530ddd9 Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Windows only env_util::GetPhysicalMemoryMB. by deanm@chromium.org · 16 years ago
  70. 319f044 Add support for querying the amount of memory on a system to sys_info. by deanm@chromium.org · 16 years ago
  71. 42a34eb Add a class for extracting system-specific information, like the number of processors. by deanm@chromium.org · 16 years ago