summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add instrumentation to the MessagePumpMac family of classes.rsesek@chromium.org2013-09-055-15/+313
* Second attempt at introducing SafeSPrintf().markus@chromium.org2013-09-056-0/+1889
* GTTF: Add command-line switches for number of jobs and batch limit.phajdan.jr@chromium.org2013-09-053-15/+50
* test launcher: Fix running a single test using filter.sadrul@chromium.org2013-09-041-2/+11
* Remove incorrect const qualifier from resize().tomhudson@chromium.org2013-09-041-1/+1
* Fix a test launcher hang when no tests are run.phajdan.jr@chromium.org2013-09-042-0/+22
* Re-land https://codereview.chromium.org/23602005: Use nobarrier atomics for l...glider@chromium.org2013-09-043-4/+7
* Revert 221168 "Use nobarrier atomics for platform-size lossy cou..."glider@chromium.org2013-09-043-6/+4
* Use nobarrier atomics for platform-size lossy counters in base::HistogramSamp...glider@chromium.org2013-09-043-4/+6
* Update Mali memory attribute sysfs locationdbehr@chromium.org2013-09-041-1/+1
* [Android] Add reinitiate() to ObserverList's iterator.kkimlabs@chromium.org2013-09-042-9/+77
* GTTF: Parallel test launcher changes for POSIX.phajdan.jr@chromium.org2013-09-041-1/+22
* Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functio...jwmak@chromium.org2013-09-033-22/+93
* test IWYU fixups for basemostynb@opera.com2013-09-0316-13/+45
* Fix building with Java 7simonb@opera.com2013-09-032-0/+82
* Fix compile (file_util:: -> base::)phajdan.jr@chromium.org2013-09-031-2/+2
* GTTF: Basic parallel unit test launcher.phajdan.jr@chromium.org2013-09-037-128/+589
* Allow waiting in NestedMessagePumpAndroid.mnissler@chromium.org2013-09-031-0/+2
* [Android] Add HostDrivenTest java annotation.frankf@chromium.org2013-09-031-0/+22
* Remove deprecated FieldTrial::MakeName() API.asvitkine@chromium.org2013-09-033-42/+0
* Revert "Added a new base::strings::SafeSPrintf() function that can"tkent@chromium.org2013-09-026-1893/+0
* Disable EmitNULL test for Widows x64.tkent@chromium.org2013-09-021-1/+7
* Added a new base::strings::SafeSPrintf() function that canmarkus@chromium.org2013-09-016-0/+1887
* Add the DiskInfo struct and associated functions to collect and hold system d...nduca@chromium.org2013-08-304-0/+262
* Remove the unused sampling profiler.erg@chromium.org2013-08-305-434/+0
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-3016-47/+46
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-308-234/+304
* Init uninitialized member in ctor.finnur@chromium.org2013-08-301-1/+2
* Switched PostTaskAndReplyRelay to use ThreadTaskRunnerHandle::Get() instead o...alexeypa@chromium.org2013-08-301-3/+4
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-302-0/+158
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-3010-40/+92
* Rename managed user prefs to supervised user prefs.bauerb@chromium.org2013-08-295-69/+74
* Move the SwapData class to base/process (where other system metrics data resi...nduca@chromium.org2013-08-292-0/+64
* GTTF: Convert more parts of the test launcher to callbacks.phajdan.jr@chromium.org2013-08-293-41/+91
* Add support for a managed user pref store to PrefService.bauerb@chromium.org2013-08-296-8/+103
* Init uninitialized member in ctor.finnur@chromium.org2013-08-291-0/+1
* Init uninitialized member in ctor.finnur@chromium.org2013-08-291-1/+2
* Don't expose ObserverList::Size()caitkp@chromium.org2013-08-291-1/+1
* Rename base::debug::StackTrace::PrintBacktrace() to Print().rsesek@chromium.org2013-08-296-9/+9
* Remove spammy setpriority() failure message. Stylize.dalecurtis@chromium.org2013-08-291-27/+17
* chrome://tracing for memory records name and category for TRACE_EVENTjamescook@chromium.org2013-08-293-74/+144
* Remove unnecessary public typedef from AsyncSocketIoHandlerqsr@chromium.org2013-08-281-8/+6
* Android WebView: don't define sincos.torne@chromium.org2013-08-282-1/+9
* Fix off-by-one error in StatsTable::GetRowValue().rmcilroy@chromium.org2013-08-281-2/+2
* Make the lazy TLS pointer to the current MessageLoop into a Leaky LazyInstance.earthdok@chromium.org2013-08-281-1/+1
* [Android WebView] Assert test files are readable early in testsmnaganov@chromium.org2013-08-281-1/+9
* Do not handle AltGr modifier as system key.nona@chromium.org2013-08-272-0/+10
* Switch prefs to use ObserverList::might_have_observers instead of ObserverLis...caitkp@chromium.org2013-08-2613-19/+19
* Add ajwong and thakis as OWNERS.darin@chromium.org2013-08-241-0/+2
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-244-10/+10