summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* [Android] Avoid unnecessary JNI calls for empty string conversionsjdduke2015-08-042-2/+30
* Namespace clean-up in histogram_tester_unittest.ccvabr2015-08-041-7/+11
* [Android] Make BaseInstrumentationTestRunner reset CommandLine.jbudorick2015-08-041-0/+2
* [Android] Reland CommandLine reset listeners.jbudorick2015-08-031-0/+25
* Stack sampling profiler: rename platform fileswittman2015-08-034-4/+4
* HistogramTester::GetHistogramSamplesSinceCreation never returns nullvabr2015-08-032-10/+30
* base: Move DelayedTaskBasic out of TaskRunnerTest.dcastagna2015-07-313-29/+57
* [Android] Move @CommandLineFlag setup to BaseInstrumentationTestRunner.jbudorick2015-07-313-74/+44
* Disable flaky FileProxyTest.SetTimes on Androidpkotwicz2015-07-311-1/+7
* Stack sampling profiler: add fire-and-forget interfacewittman2015-07-313-246/+203
* CFI: Add a death test.pcc2015-07-311-0/+15
* [MediaSession,Android] Use a badged notification icon for the Work profileavayvod2015-07-301-0/+14
* Move JNI annotations to annotations package.aurimas2015-07-3031-15/+61
* Implement a new flow event API that allows binding flow events and regular ev...yuhaoz2015-07-301-1/+1
* Reduce LOG(ERROR) spam on linux with chromeos=1stevenjb2015-07-301-1/+4
* - Added RESTRICTION_TYPE_INTERNETskirmani2015-07-302-5/+62
* Implement a new flow event API that allows binding flow events and regular ev...yuhaoz2015-07-296-40/+221
* Update low-end definition for 512MB devices.wnwen2015-07-291-1/+1
* Implement GetSystemMemoryInfo on Windows and Mac.georgesak2015-07-294-29/+124
* Remove CVE-2011-1149 detection machinery.simonb2015-07-292-51/+4
* test launcher: print test file names and lines in summary resultsphajdan.jr2015-07-2910-50/+99
* POSIX: Delete ThreadParams on newly created threads ASAP.thestig2015-07-291-6/+11
* Make use of '// static' consistent.ajose2015-07-282-2/+2
* Fix a crash that some devices throws an IllegalStateException when accessing ...qinmin2015-07-281-0/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-9/+0
* [tracing] Fix memory-infra tracing process id translation for single process ...ssid2015-07-284-38/+26
* base/threading: Lazy thread startup for pthreadstoyoshim2015-07-281-45/+18
* Annotate large GN targets for precompiled headersbrettw2015-07-282-1/+6
* Add Tracing.requestMemoryDump method to DevTools API (tracing handler)petrcermak2015-07-281-1/+3
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-282-6/+1
* Create an experiment that avoids mmap access of ICU during startup.danduong2015-07-273-5/+10
* StringPiece shouldn't "fix" out-of-order iterators.brettw2015-07-272-3/+33
* Split most of trace_event_impl.h/cc out into trace_log.h/cc, trace_sampling_t...oysteine2015-07-2717-2745/+2818
* Base: Make TimeDelta constructors deal with overflow.rvargas2015-07-273-84/+100
* Add precompiled headers to GN build for large targets.brettw2015-07-272-1/+6
* Use UintToString rather than IntToString in version.ccricea2015-07-271-2/+2
* base/test/histogram_tester.h: Add a way to query a whole family of relatednick2015-07-272-8/+52
* Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.gab2015-07-273-10/+51
* Add a way to reset cached command line argumentsdgn2015-07-271-0/+25
* 'break' statement after 'return' is not required.deepak.m12015-07-271-4/+0
* Disable periodic memory dumps when running memory benchmarkspetrcermak2015-07-271-1/+7
* Proof-reading comments in base/message_loop/.qyearsley2015-07-259-27/+27
* base: Move RunsTasksOnCurrentThread out of TaskRunnerTest.dcastagna2015-07-242-3/+17
* media: Always enable trace event for "media" category group.xhwang2015-07-241-0/+8
* Align base::Pickle allocations to 4k boundariesprimiano2015-07-247-36/+52
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-242-13/+19
* base/threading: measure event wait timestoyoshim2015-07-242-1/+12
* Expose the current kAllocatedObjects in MemoryDumpManager.dcastagna2015-07-244-7/+27
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-248-53/+103
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-80/+42