summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup message_loop.cclucinka.brozkova2015-08-071-1/+1
* patch from chinmaygarde@ to make progress on mac, ios.dpranke2015-08-074-17/+31
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-076-30/+21
* CFI: Add diagnostic information to likely CFI violation stack traces.pcc2015-08-071-0/+13
* Update SplitString calls to new formbrettw2015-08-076-21/+30
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-066-40/+80
* Cleanup nits in ImportantFileWriter and JsonPrefStore.thestig2015-08-064-54/+65
* Corrected the key used on |advertisement_data| inkrstnmnlsn2015-08-062-0/+7
* Revert of [tracing] Throttle rate of heavy dumps and support to request light...waffles2015-08-065-104/+49
* Reland of [tracing] Fix, simplify and speed up accounting of TraceEvent memor...oysteine2015-08-066-36/+49
* [tracing] Throttle rate of heavy dumps and support to request light/heavy dumpsssid2015-08-065-49/+104
* [tracing] Prevent memory maps dump for light dump requestsssid2015-08-061-2/+3
* [tracing] Introduce MemoryDumpArgs to enable light and heavy dumpsssid2015-08-0620-57/+107
* base/threading: fix a potential race issue on start_event_toyoshim2015-08-063-22/+22
* Microoptimisation for OnLibeventNotification.ricea2015-08-062-12/+25
* base/threading: remove ScopedTracker placed for experimentstoyoshim2015-08-051-5/+0
* Add support to increase a UMA histogram bucket by an aribitrary integer.amohammadkhan2015-08-057-2/+70
* Implement HttpUserAgentSettings delegate for Android WebViewtserng2015-08-051-5/+13
* Revert of [tracing] Fix, simplify and speed up accounting of TraceEvent memor...oysteine2015-08-056-49/+36
* Fix local reference leak in OpenApkAsset.torne2015-08-051-1/+1
* Add new memory histograms which fix inprecise bucketing. Current Memory.Total...rkaplow2015-08-051-0/+3
* Editing iOS sources and dependencies for //base.sherouk2015-08-053-7/+32
* Moved the cross-project parts of trace_event.h to trace_event_common.hoysteine2015-08-054-958/+1047
* [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