summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Access fields from the appropriate threads in FilePathWatcherFSEvents.reillyg2015-04-102-87/+125
* Remove unnecesary ApiCompatibilityUtils calls.aurimas2015-04-101-128/+0
* Move FilePathWatcher tests to base_unittests.mnissler2015-04-103-0/+4
* Update call stack profile encoding to match server-side expectationswittman2015-04-104-16/+60
* Modify instrumentation for various jank bugs, mostly removing outdated sites.pkasting2015-04-101-6/+1
* [Android] Move testing/android/ to testing/android/native_test/jbudorick2015-04-091-2/+2
* Added RecordUserAction.record() to avoid having to add a JNI call per UMA actionpkotwicz2015-04-097-0/+87
* base::ManualConstructor improvementsmikhail.pozdnyakov2015-04-091-60/+6
* Cleanup: removing unused kTrackAllTaskObjects constantvadimt2015-04-091-23/+1
* Integrate the handle verifier from multiple modules (DLLs)rvargas2015-04-091-43/+136
* Make sure observers are not nullptroshima2015-04-081-0/+2
* [tracing] Fix single-process detection logic of ChildTraceMessageFilterprimiano2015-04-081-4/+1
* win: Remove __alignof workaround, no longer needed.thakis2015-04-081-4/+2
* Add Exception stack trace support to base.Logdgn2015-04-081-10/+80
* [tracing] child-process-side impl for inter-process memory dumpsprimiano2015-04-081-1/+4
* Enable startup profiling by Win x64 stack sampling profilerwittman2015-04-083-91/+269
* base: Use a simple tricky to remove a temporary variable in MD5DigestToBase16.tfarina2015-04-081-4/+3
* Remove indirection of cpufeatures.gypi.torne2015-04-071-3/+1
* StackSamplingProfiler clean upwittman2015-04-079-397/+486
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-077-11/+83
* Introduce base::MemoryPressureMonitordmichael2015-04-074-0/+74
* Cleanup: Match the declaration order of MD5Sum() with the definition.tfarina2015-04-071-4/+4
* clang/win: Fix SecurityTest.CallocOverflow in -Os builds.thakis2015-04-061-4/+4
* Cleanup: Use uint8_t type throughout in the MD5 API.tfarina2015-04-062-9/+10
* Re-land: base: Replace PurgeAndTruncate with Shrink function.reveman2015-04-063-22/+48
* Re-land: Add missing check for quitting from MessagePumpLibeventchirantan2015-04-032-3/+73
* Enable NeedsBraces check and fix some checkstyle issues.aurimas2015-04-032-16/+12
* Add an utility class to improve java logs.dgn2015-04-032-0/+329
* Revert of Add missing check for quitting from MessagePumpLibevent (patchset #...zhaoqin2015-04-032-63/+3
* Fix a NPE in LibraryLoader when the context is null.lizeb2015-04-031-3/+8
* Add metrics for time elapsed in base::File::Flush().tnagel2015-04-034-19/+32
* Add recordCount100Histogram() & recordSparseSlowlyHistogram() to RecordHistogrampkotwicz2015-04-032-24/+91
* Add missing check for quitting from MessagePumpLibeventchirantan2015-04-032-3/+63
* Add @VisibleForTesting for LibraryLoader.ensureInitialized()Xianzhu Wang2015-04-021-0/+2
* Move HasSeekPenalty() out of base::SysInfo and base/.dbeam2015-04-0210-126/+0
* Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180...mfomitchev2015-04-027-77/+11
* Make TestMockTimeTaskRunner run tasks with the same delay in the order they w...engedy2015-04-022-9/+57
* Work on GN Windows component build.brettw2015-04-021-6/+14
* Remove base::KillProcess()rvargas2015-04-026-85/+64
* Turn ThreadPriority enum into an enum class.gab2015-04-019-62/+66
* Cleanup: clang-format the MD5 source file.tfarina2015-04-011-185/+182
* Fix typo in BUILD.gn filemdempsky2015-04-011-1/+1
* base: implement seek penalty detection on XP/Vista via ATA.dbeam2015-04-011-23/+61
* Include DirectoryExists to libbase_nacl_nonsfi.a.hidehiko2015-04-011-2/+4
* Use the types from stdint.h in MD5 API.tfarina2015-04-011-17/+18
* Fix missing symbols for pre-linking of the Cast sender library for iOS.jfroy2015-04-014-0/+56
* Add full SetThreadPriority support to Windows.gab2015-04-0110-35/+335
* Add DCHECK for FilePathWatcherFSEvents destroyed before being cancelled.reillyg2015-04-011-1/+4
* Revert of base: Replace PurgeAndTruncate with Shrink function. (patchset #5 i...reveman2015-04-013-48/+22
* Fix OutOfMemoryDeathTest.ViaSharedLibraries.icoolidge2015-04-017-11/+77