summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Get crash keys from crashpad in hung browser reports.pmonette2016-02-013-1/+75
* Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows.erikchen2016-02-014-3/+31
* Support "shared" histograms between processes.bcwhite2016-02-0118-143/+1185
* Add Scopes to Trace IDschiniforooshan2016-02-018-115/+251
* Remove --no-sandbox flag from command line for telemetryssid2016-02-011-3/+1
* Disable TimeFormattingTests on Androidclamy2016-02-011-5/+32
* Replace assert by explicit throw new AssertionErrorsimonb2016-02-011-2/+2
* Update GN build files for new prefs location.brettw2016-01-301-14/+0
* Move base/prefs to components/prefsbrettw2016-01-3062-9230/+86
* Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https...joedow2016-01-3062-86/+9230
* Move base/prefs to components/prefsbrettw2016-01-3062-9230/+86
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-304-2/+27
* Adds WindowTreeFactory to mussky2016-01-291-2/+0
* Fix Thread::WaitUntilThreadStarted()'s behavior when called multiple timeshashimoto2016-01-292-1/+9
* This change modifies the message_loop so one can create UI message_loops with...jsbache2016-01-292-12/+22
* Add more debugging CHECKS to diagnose an Android renderer crash.asvitkine2016-01-291-1/+1
* Extend asserts in BaseChromiumApplication to cover ToolbarCallbackWrappertwellington2016-01-281-6/+20
* [Tracing] Update sync_id to be string type for clock synczhenw2016-01-282-3/+3
* [Linux] Do not try to call readdir() on a null DIR* in base::ProcessIterator.Robert Sesek2016-01-271-1/+11
* sandbox arm64: align stack 16 bytesriku.voipio2016-01-271-1/+1
* Add a testing restriction for whether Google Play Services is up-to-date.yfriedman2016-01-271-6/+0
* Allocator cleanup: remove CHROME_PROFILER_TIME and rotten tcmalloc depsprimiano2016-01-272-11/+1
* Adds a callback to TracingAgent::StartAgentTracing()charliea2016-01-261-1/+4
* trace_controller: Makes StopTracing callback ignore empty event stringscharliea2016-01-261-0/+2
* Reland of [tracing] Dump child processes' memory metrics in browser (patchset...ssid2016-01-2610-639/+2
* Emit logcats from base_unittests.stip2016-01-261-0/+1
* Allocator cleanup: move tcmalloc-specific calls to baseprimiano2016-01-261-14/+6
* Allocator cleanup: allocator_extension call directly into tcmallocprimiano2016-01-255-39/+29
* Revert of Enable handle verifier for tests and add some tests. (patchset #7 i...oshima2016-01-254-96/+6
* Remove Windows XP SHA-256 and ECDSA logic.davidben2016-01-252-26/+0
* [Tracing] Don't create PseudoStackFrames if |name| needs to be copied.dskiba2016-01-251-7/+11
* Comparison and streaming operators for base::Versionrobpercival2016-01-253-26/+67
* Measure time spent during StrictMode violations.wnwen2016-01-252-1/+30
* tracing: fix edge case when dumping while trace being disabledprimiano2016-01-253-9/+53
* Switch base/numerics to std::is_samejschuh2016-01-243-6/+2
* Fix overflow bug in histogram sample data structuresbcf2016-01-237-9/+90
* Enable handle verifier for tests and add some tests.wfh2016-01-224-6/+96
* Start of display management for mussky2016-01-221-0/+2
* Revert of Start of display management for mus (patchset #5 id:80001 of https:...erg2016-01-221-2/+0
* tracing: Add macros for generating context trace eventsskyostil2016-01-223-0/+99
* Sort histograms by name before displaying them.bcwhite2016-01-221-0/+9
* android: Fix the histogram delimiter for PercentageOfResidentCodeBeforePrefetch.lizeb2016-01-221-1/+1
* Set |heap_profiling_enabled_| on ctor and MemoryDumpManager::Initialize()bashi2016-01-222-8/+24
* Remove logging::LogAtLevel and rewrite its sole caller.jbroman2016-01-221-6/+0
* Start of display management for mussky2016-01-221-0/+2
* Allow std::unordered_*.davidben2016-01-227-251/+154
* Stack sampling profiler: reduce quantity of memory allocations during collectionwittman2016-01-221-34/+47
* Disable PersistentMemoryAllocatorTest.CorruptionTest on TSAN bot as it's supp...oshima2016-01-221-1/+7
* Revert of [tracing] Dump child processes' memory metrics in browser (patchset...oshima2016-01-2110-2/+639
* Convert base::Callback move-only support tests to be type parameterized.dcheng2016-01-211-55/+35