summaryrefslogtreecommitdiffstats
path: root/base/sys_info_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-0/+3
* Remove kint64max.avi2015-12-091-12/+12
* base: SysInfo::Uptime() returns a TimeDeltasque2015-11-051-4/+4
* Move HasSeekPenalty() out of base::SysInfo and base/.dbeam2015-04-021-7/+0
* metrics/base: log whether drives have seek penalties.dbeam2015-03-181-0/+7
* UMA: Set Hardware model class on Mac.jeremy2014-11-061-0/+7
* Cleanup: Better constify some strings in base.thestig2014-10-211-7/+7
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-131-1/+1
* Expose the virtual memory limit to blinkjochen@chromium.org2014-04-081-0/+2
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-0/+22
* Fix unit test for 23588009stevenjb@chromium.org2013-09-261-3/+4
* Parse /etc/lsb-release only once on ChromeOSstevenjb@chromium.org2013-09-261-23/+35
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-0/+1
* Startup perf stability: only record stats 7 minutes after system startjeremy@chromium.org2012-10-291-0/+11
* Exclude unsupported tests from the android build.nileshagrawal@chromium.org2012-07-101-2/+2
* Add a unittest for base::SysInfo::MaxSharedMemorySizerobert.nagy@gmail.com2011-10-241-0/+7
* Remove version hacks for platform version.rkc@chromium.org2011-10-031-6/+6
* base: Move UI code out of SysInfo.derat@chromium.org2011-06-151-13/+0
* Revert 88545 - Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on C...rkc@chromium.org2011-06-091-7/+7
* Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for ...thakis@chromium.org2011-06-091-7/+7
* Fix for system version unit tests in cros.rkc@chromium.org2011-06-091-7/+7
* 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-6/+1
* Fix test failure: SysInfoTest.GoogleChromeOSVersionNumbersFirstcmasone@google.com2009-12-091-9/+9
* linux: implement some SysInfo bits to reduce NOTIMPL spewevan@chromium.org2009-11-121-0/+13
* Convert SysInfo::AmountOfFreeDiskSpace from wstring to FilePath.tony@chromium.org2009-10-141-1/+1
* Fix to use FilePath in more unittests.phajdan.jr@chromium.org2009-09-141-2/+3
* Creating a unique user-agent string for ChromeOS builds, so that metrics can ...evan@chromium.org2009-07-221-4/+51
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-0/+16
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-17/+0
* Fix Win32 unit tests broken by r10259.jeremy@chromium.org2009-02-241-1/+2
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-0/+16
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Refactoring for portability:mark@chromium.org2008-09-291-0/+10
* Display the tmp path to help debug an issue with a build bot.maruel@google.com2008-09-291-1/+1
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-3/+6
* 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/+5
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-171-0/+11