summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...thakis2015-02-062-25/+6
* Update {virtual,override,final} to follow C++11 style in base.dcheng2015-02-065-28/+23
* Assert RendererScheduler thread usagejdduke2015-02-062-2/+3
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-053-3/+6
* Bind: Use Variadic Templates in bind_internal.htzik2015-02-055-2315/+178
* Remove uses of CloseProcessHandle.rvargas2015-02-051-4/+1
* Work around a bug in test isolation code.earthdok2015-02-051-0/+4
* Reland of Move tracing namespace from base::debug to base::trace_event.primiano2015-02-0521-105/+161
* Increase warning threshold for "super long" delayed tasks.miu2015-02-051-8/+9
* Revert of Move tracing namespace from base::debug to base::trace_event. (patc...zhaoqin2015-02-0521-161/+105
* JSONStringValueSerializer takes a StringPiece instead of std::string&.mgiuca2015-02-053-30/+84
* JSONStringValueSerializer: Constructor argument must not be null.mgiuca2015-02-052-21/+25
* Add UMA stats to record the memory pressure level periodically (once per seco...xdai2015-02-052-1/+39
* ProcessMetrics::GetCPUUsage() is Slowafakhry2015-02-052-7/+37
* Add an explicit ObjectWatcher::IsWatching() methodrvargas2015-02-053-7/+14
* Move tracing namespace from base::debug to base::trace_event.ssid2015-02-0421-105/+161
* Move OpenProcessHandle to Process::Open.rvargas2015-02-049-81/+18
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-042-3/+14
* Flush gcda files on test suite exit, not on every tear down.eugenebut2015-02-041-0/+3
* win/swarming: Make 64-bit debug component builds work on swarming?Nico Weber2015-02-031-6/+18
* Move 'super-long post delayed task' warning to IncomingTaskQueue.miu2015-02-032-15/+13
* Skip direct map from apk check for all Samsung.simonb2015-02-031-7/+1
* Support creation of StackTrace directly from CONTEXT structwittman2015-02-032-9/+26
* Deleting the forwarding header files base/debug/trace_event*ssid2015-02-037-80/+0
* Add the ability to change directories before execing.rickyz2015-02-034-7/+61
* [Android] Add support for command-line flags via annotation.jbudorick2015-02-034-0/+182
* Add support for correct Windows 10 version enumeration.wfh2015-02-022-2/+5
* win/swarming: Make 64-bit debug component builds work on swarming.Nico Weber2015-02-021-1/+1
* Skip direct map from apk check for pre-KitKat Samsung.simonb2015-02-022-10/+33
* Implement throttling logic for fetching affiliation information.engedy2015-02-022-0/+6
* Log pref file size histogram on read rather than on write.gab2015-01-313-27/+42
* Mechanical rename of tracing includes for /baseprimiano2015-01-3116-19/+19
* Update ReplaceIllegalCharactersInPath to handle quirks in HFS+ and VFATasanka2015-01-313-68/+112
* Cleanup: Presubmit API is built into depot_tools.tfarina2015-01-311-1/+1
* Clean up time_formatting_unittest.cc now that chromium icu has been updatedPaweł Hajdan, Jr2015-01-301-17/+0
* win/swarming: Make 64-bit component builds work on swarming.Nico Weber2015-01-301-2/+2
* Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption().rsesek2015-01-294-221/+7
* iOS gtest launcher: retry tests in one big batchPaweł Hajdan2015-01-293-28/+34
* This is the first patch to separate JNI registration with initialization, cur...michaelbai2015-01-285-0/+138
* Fix truncation warning in PEImage on VS2015scottmg2015-01-281-6/+2
* Instrumenting more of WM_ message processing for jankvadimt2015-01-281-2/+8
* win/asan: Only package asan_dynamic dll in component builds.thakis2015-01-281-1/+1
* Refactoring in unit_test_launcher.cc:Paweł Hajdan, Jr2015-01-282-266/+255
* Add missing .Pass() on return of SampleVectorscottmg2015-01-271-1/+1
* Fix shadowing warning in json_parser on VS2015scottmg2015-01-271-1/+1
* Fix variable shadowing warning in registry on VS2015scottmg2015-01-271-2/+2
* Fix variable shadowing warning in logging on VS2015scottmg2015-01-271-6/+5
* Fix Histogram shadowing warning on vs2015scottmg2015-01-271-3/+3
* Fix variable shadowing warning in safe_sprintf in VS2015scottmg2015-01-271-3/+3
* Fix variable shadowing in TLS code on VS2015scottmg2015-01-271-3/+3