summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Switch base::trace_event::TraceLogStatus to use uint32_t instead of size_t.jam2016-02-092-4/+4
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Switch histogram struct members that are sent over IPC to use uint32_t instea...jam2016-02-087-98/+100
* ShareMemory::DuplicateHandle() should have same semantics on all OSes.erikchen2016-02-082-3/+8
* Fix static lock creation to be thread-safe.bcwhite2016-02-072-7/+10
* Time histogram create/lookup operations to track improvements and regressions.bcwhite2016-02-061-0/+48
* Revert of Fix static lock creation to be thread-safe. (patchset #1 id:1 of ht...jyasskin2016-02-062-5/+5
* Refactor StringPiece hash.bnc2016-02-061-21/+14
* Revert of Enable handle verifier for tests and add some tests. (patchset #11 ...wfh2016-02-067-124/+6
* Add Skia support for UMA statsericrk2016-02-051-6/+24
* Recognize additional persistent-histogram failures.bcwhite2016-02-051-1/+13
* Fix static lock creation to be thread-safe.bcwhite2016-02-052-5/+5
* Fix SELinux violation when opening Chrome on Androidhartmanng2016-02-051-7/+1
* Change DISPLAY thread priority to -8 on Linux.reveman2016-02-051-1/+1
* base: Set initial thread priority in ThreadFunc.reveman2016-02-057-57/+41
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-055-0/+181
* Restrict volatile section of block header.bcwhite2016-02-052-8/+17
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-054-4/+6
* Disable call to function with improper locking.bcwhite2016-02-041-1/+2
* Reland of move --no-sandbox flag from command line for telemetry (patchset #1...ssid2016-02-041-3/+1
* Remove misleading comment from run_loop.hblundell2016-02-041-3/+3
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* IPC::Message -> base::Picklerockot2016-02-032-0/+50
* base: Fix copy contructor in SharedMemoryHandle.erikchen2016-02-031-1/+1
* profiler: cleanup unused alternate_timer codeprimiano2016-02-037-133/+8
* [Win10 sandbox mitigations] Four new Win10 mitigations added.Penny MacNeil2016-02-032-8/+13
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Make -test-launcher-filter-file support ".." in paths.lukasza2016-02-031-3/+3
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Delete base/prefs and update callers to use components.brettw2016-02-0326-179/+0
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-034-27/+2
* Reland of Do Perfect Forwarding from base::Bind to BindState storage (patchse...tzik2016-02-033-35/+11
* 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