summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-223-7/+8
* Update RefCountedDeleteOnMessageLoop to use SingleThreadTaskRunnerricea2015-04-211-6/+13
* Explicitly use getApplicationContext for PathUtils.wnwen2015-04-211-1/+2
* Disabling handle verifier till we figure out AppContainer/DuplicateHandle err...shrikant2015-04-211-0/+4
* [tracing] Enable and expose the memory tracing infrastructureprimiano2015-04-211-1/+1
* Migrate the rest of PathUtils calls to run in background.wnwen2015-04-211-37/+6
* [tracing] Add support for time-triggered global memory dumpsprimiano2015-04-214-12/+60
* Windows GN tests, webcrypto warningsbrettw2015-04-211-1/+1
* NaCl/GYP: remove references to prep_toolchain.ncbray2015-04-211-5/+0
* Stop including chromeos_switches.h when !defined(OS_CHROMEOS)hashimoto2015-04-211-6/+1
* [MemSheriff] Don't run OOM tests under tools that replace memory allocator.glider2015-04-211-2/+3
* [tracing] Simplify design of MemoryAllocatorDumpprimiano2015-04-2114-169/+270
* [tracing] Introduce MemoryDumpSessionStateprimiano2015-04-2111-18/+98
* [tracing] Introduce MemoryAllocatorAttributesTypesprimiano2015-04-215-0/+175
* Avoid PathUtils fetching directory paths on UI thread.wnwen2015-04-201-2/+62
* Guard OOM tests against ASAN, and verifiy output against our OOM handler.icoolidge2015-04-201-24/+29
* Extend variadic template hack for /analyze.brucedawson2015-04-201-0/+6
* Using kernel notifier instead of internal logicskuhne2015-04-202-5/+62
* Outline Process destructor, fixes a plugin warning on Windows.thakis2015-04-203-1/+7
* [tracing] Enable support for MemoryDumpProvider thread affinityprimiano2015-04-205-26/+209
* [tracing] Prepare for internal async handling of ProcessMemoryDump(s)primiano2015-04-183-9/+21
* Don't chase stack frames through dodgy third party library codewittman2015-04-181-6/+14
* Combine multiple BadEntropyProviders into base::MockEntropyProvider.dbeam2015-04-184-0/+43
* Add missing dependency in base_win64.georgesak2015-04-171-0/+1
* Use /run instead of /var/run to avoid disk IO for a symlinkhashimoto2015-04-171-3/+3
* crazy linker: Add LD_PRELOAD handling.simonb2015-04-171-0/+66
* [tracing] Don't emit parent names for root MemoryAllocatorDump(s)primiano2015-04-171-1/+3
* [tracing] Non-functional refactor of MemoryDumpManagerprimiano2015-04-174-67/+102
* Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(cons...yoichio2015-04-173-8/+7
* Apply automated fixits for Chrome clang plugin to base_unittests.dcheng2015-04-1723-86/+80
* Enforce lowercase switches when calling CommandLine::HasSwitch.jackhou2015-04-173-7/+8
* Make the Android GN debug component build actually build.dpranke2015-04-172-23/+2
* win: Fix a few clang style plugin warnings.Nico Weber2015-04-163-12/+18
* base/test/launcher: Don't trim leading whitespace from test outputnick2015-04-162-3/+1
* base: Rename DiscardableMemory::Memory() to ::data().reveman2015-04-162-5/+10
* Avoid having to define Log classes in every layer needing them.dgn2015-04-161-152/+127
* MD5: Remove unnecessary temporary 'inbuf' variable.tfarina2015-04-161-5/+3
* Add option to export tracing events to ETW.georgesak2015-04-1612-3/+521
* Add ApiCompatibilityUtilsTest#testFinishAndRemoveTaskjaekyun2015-04-151-0/+71
* Remove ajwong from OWNERS files.nick2015-04-151-1/+0
* Suppress VS 2015 pointer truncation warning.brucedawson2015-04-151-3/+1
* Migrate ChromeOS to base::MemoryPressureMonitordmichael2015-04-156-66/+71
* Move an include guard to guard all code in base/move.hbratell2015-04-141-2/+2
* Make deleted constructors take a const parameter in move-only type macro.mgraczyk2015-04-144-2/+53
* Generate globally (cross-process) unique IDs for memory tracing dumpsssid2015-04-143-4/+9
* Add a dump provider to dump malloc allocation data.ssid2015-04-144-0/+117
* sys_info_linux: positive return value of MaxSharedMemorySize for 32-bit build...ljagielski2015-04-144-12/+10
* Revert "Add option to export tracing events to ETW."pdr2015-04-1411-511/+3
* Move several annotations to annotations package.aurimas2015-04-145-6/+6
* Add option to export tracing events to ETW.georgesak2015-04-1411-3/+511