summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-0326-0/+179
* Delete base/prefs and update callers to use components.brettw2016-02-0326-179/+0
* Correct __UCLIBC__ build guards in stack_trace_posix.ccslan2016-02-021-1/+3
* Fix gyp build of base/allocator on win32 when cross compilingsbc2016-02-021-0/+1
* Lock histograms during iteration.bcwhite2016-02-021-1/+7
* Remove linked_ptr usage in //base.dcheng2016-02-023-8/+7
* base: Add scope support to context trace eventsskyostil2016-02-023-10/+18
* Make dynamic_annotations build with -Wconstant-conversion from newer clangs.thakis2016-02-022-2/+5
* Fix CountResidentBytes following crrev.com/1573313002ssid2016-02-022-15/+29
* Revert of Remove --no-sandbox flag from command line for telemetry (patchset ...ssid2016-02-021-1/+3
* Allocator cleanup: update documentation about allocatorPrimiano Tucci2016-02-023-59/+109
* Revert of Do Perfect Forwarding from base::Bind to BindState storage (patchse...tzik2016-02-023-11/+35
* Do Perfect Forwarding from base::Bind to BindState storagetzik2016-02-023-35/+11
* Specialize IsMoveOnlyType<T> for vectors.dcheng2016-02-022-0/+39
* Enable handle verifier for tests and add some tests.wfh2016-02-027-6/+124
* 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