1. 204c772 Add missing dependency in base_win64. by georgesak · 10 years ago
  2. 4cb22b0 Use /run instead of /var/run to avoid disk IO for a symlink by hashimoto · 10 years ago
  3. d424a46 crazy linker: Add LD_PRELOAD handling. by simonb · 10 years ago
  4. 6188b46 [tracing] Don't emit parent names for root MemoryAllocatorDump(s) by primiano · 10 years ago
  5. c0fbe8e [tracing] Non-functional refactor of MemoryDumpManager by primiano · 10 years ago
  6. 2123b05 Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(const char*). (patchset #5 id:80001 of https://codereview.chromium.org/1046363002/) by yoichio · 10 years ago
  7. 21f8440 Apply automated fixits for Chrome clang plugin to base_unittests. by dcheng · 10 years ago
  8. fe439af Enforce lowercase switches when calling CommandLine::HasSwitch. by jackhou · 10 years ago
  9. 10a28a7 base/test/launcher: Don't trim leading whitespace from test output by nick · 10 years ago
  10. d0ab04c base: Rename DiscardableMemory::Memory() to ::data(). by reveman · 10 years ago
  11. 0aeb3f2 Avoid having to define Log classes in every layer needing them. by dgn · 10 years ago
  12. e5bd667 MD5: Remove unnecessary temporary 'inbuf' variable. by tfarina · 10 years ago
  13. 86bfc05 Add option to export tracing events to ETW. by georgesak · 10 years ago
  14. 989e08e Add ApiCompatibilityUtilsTest#testFinishAndRemoveTask by jaekyun · 10 years ago
  15. 033df5e Migrate ChromeOS to base::MemoryPressureMonitor by dmichael · 10 years ago
  16. 5088ec9 Move an include guard to guard all code in base/move.h by bratell · 10 years ago
  17. 6dafbed Make deleted constructors take a const parameter in move-only type macro. by mgraczyk · 10 years ago
  18. efc2ede Generate globally (cross-process) unique IDs for memory tracing dumps by ssid · 10 years ago
  19. 191d568 Add a dump provider to dump malloc allocation data. by ssid · 10 years ago
  20. 8af7af7 sys_info_linux: positive return value of MaxSharedMemorySize for 32-bit build on 64-bit host. by ljagielski · 10 years ago
  21. bb7a708 Revert "Add option to export tracing events to ETW." by pdr · 10 years ago
  22. 262fe1f Move several annotations to annotations package. by aurimas · 10 years ago
  23. d7234b5 Add option to export tracing events to ETW. by georgesak · 10 years ago
  24. 9b2f6cb base: Fix the type of variable |a| in MD5DigestToBase16(). by tfarina · 10 years ago
  25. 1eee6ea Added test support to observe and verify UMA user actions during tests. by bruthig · 10 years ago
  26. fcb16ad Implement a poor man's PostAfterStartupTask() function. The initial impl claims complete after the first page loads. by michaeln · 10 years ago
  27. 6ea122c Enable FilePathWatcher base unittests on Android. by pauljensen · 10 years ago
  28. 56bcfba Add move support for scoped_refptr. by kkimlabs · 10 years ago
  29. 46638a9 Make ctrl-c work reliably in the gtest test launcher on Mac by phajdan.jr · 10 years ago
  30. e370d5a Remove ICS support in C++ code. by aurimas · 10 years ago
  31. 76eaf05 Change CompareString16WithCollator to take const ref collator. by estade · 10 years ago
  32. 63bf713 Access fields from the appropriate threads in FilePathWatcherFSEvents. by reillyg · 10 years ago
  33. f9c6985 Remove unnecesary ApiCompatibilityUtils calls. by aurimas · 10 years ago
  34. 27006ec Move FilePathWatcher tests to base_unittests. by mnissler · 10 years ago
  35. b0e2682 Update call stack profile encoding to match server-side expectations by wittman · 10 years ago
  36. 66c2db8 Modify instrumentation for various jank bugs, mostly removing outdated sites. by pkasting · 10 years ago
  37. af02fe6 Added RecordUserAction.record() to avoid having to add a JNI call per UMA action by pkotwicz · 10 years ago
  38. c39b942 base::ManualConstructor improvements by mikhail.pozdnyakov · 10 years ago
  39. 61455c9 Cleanup: removing unused kTrackAllTaskObjects constant by vadimt · 10 years ago
  40. 3e89999 Make sure observers are not nullptr by oshima · 10 years ago
  41. 2653b0a [tracing] Fix single-process detection logic of ChildTraceMessageFilter by primiano · 10 years ago
  42. e0742f5 win: Remove __alignof workaround, no longer needed. by thakis · 10 years ago
  43. 97fad88 Add Exception stack trace support to base.Log by dgn · 10 years ago
  44. a13ad6e [tracing] child-process-side impl for inter-process memory dumps by primiano · 10 years ago
  45. e8b91bd Enable startup profiling by Win x64 stack sampling profiler by wittman · 10 years ago
  46. 65d48a0 base: Use a simple tricky to remove a temporary variable in MD5DigestToBase16. by tfarina · 10 years ago
  47. 180cec8 Remove indirection of cpufeatures.gypi. by torne · 10 years ago
  48. 86ecf91 StackSamplingProfiler clean up by wittman · 10 years ago
  49. 3aa9971 Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  50. 91c6474 Introduce base::MemoryPressureMonitor by dmichael · 10 years ago
  51. 469e2ea Cleanup: Match the declaration order of MD5Sum() with the definition. by tfarina · 10 years ago
  52. 0300a51 clang/win: Fix SecurityTest.CallocOverflow in -Os builds. by thakis · 10 years ago
  53. 6889c6d Cleanup: Use uint8_t type throughout in the MD5 API. by tfarina · 10 years ago
  54. 9a33df5 Re-land: base: Replace PurgeAndTruncate with Shrink function. by reveman · 10 years ago
  55. 7891022 Re-land: Add missing check for quitting from MessagePumpLibevent by chirantan · 10 years ago
  56. 63d01e6 Enable NeedsBraces check and fix some checkstyle issues. by aurimas · 10 years ago
  57. 41fa662 Add an utility class to improve java logs. by dgn · 10 years ago
  58. 8d7e138 Revert of Add missing check for quitting from MessagePumpLibevent (patchset #3 id:40001 of https://codereview.chromium.org/1019793006/) by zhaoqin · 10 years ago
  59. d1e2503 Fix a NPE in LibraryLoader when the context is null. by lizeb · 10 years ago
  60. 7eaf477 Add metrics for time elapsed in base::File::Flush(). by tnagel · 10 years ago
  61. 82a5a1b Add recordCount100Histogram() & recordSparseSlowlyHistogram() to RecordHistogram by pkotwicz · 10 years ago
  62. 2b0e06e Add missing check for quitting from MessagePumpLibevent by chirantan · 10 years ago
  63. 1646f37 Add @VisibleForTesting for LibraryLoader.ensureInitialized() by Xianzhu Wang · 10 years ago
  64. 10e1ddd Move HasSeekPenalty() out of base::SysInfo and base/. by dbeam · 10 years ago
  65. 9c9043f Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/) by mfomitchev · 10 years ago
  66. 06b1b37 Make TestMockTimeTaskRunner run tasks with the same delay in the order they were posted. by engedy · 10 years ago
  67. eb3cd35 Remove base::KillProcess() by rvargas · 10 years ago
  68. 5285ef9 Turn ThreadPriority enum into an enum class. by gab · 10 years ago
  69. d4458cf Cleanup: clang-format the MD5 source file. by tfarina · 10 years ago
  70. 4597201 Include DirectoryExists to libbase_nacl_nonsfi.a. by hidehiko · 10 years ago
  71. 3b1d69c Use the types from stdint.h in MD5 API. by tfarina · 10 years ago
  72. 734dcf1 Fix missing symbols for pre-linking of the Cast sender library for iOS. by jfroy · 10 years ago
  73. 1232dda Add full SetThreadPriority support to Windows. by gab · 10 years ago
  74. f77911c Add DCHECK for FilePathWatcherFSEvents destroyed before being cancelled. by reillyg · 10 years ago
  75. 12ee093 Revert of base: Replace PurgeAndTruncate with Shrink function. (patchset #5 id:80001 of https://codereview.chromium.org/1018743003/) by reveman · 10 years ago
  76. e861eba Fix OutOfMemoryDeathTest.ViaSharedLibraries. by icoolidge · 10 years ago
  77. 6e4da62 Remove uses of KillProcess. by rvargas · 10 years ago
  78. 33dba1d Introducing phased profiling framework. by vadimt · 10 years ago
  79. 07b4895 Upstream ios wait_util for tests by stuartmorgan · 10 years ago
  80. d918dbf Crash Mac in OnNoMemory on OOM by vitalybuka · 10 years ago
  81. f3e881d thread_local_unittest: Avoid invalid casts to polymorphic type. by pcc · 10 years ago
  82. 8a05277 [tracing] MemoryDumpManager delegate for upcoming inter-process dumps by primiano · 10 years ago
  83. 6a740e5 [tracing] Refactor MemoryDumpManager for upcoming multiprocess dumps by primiano · 10 years ago
  84. 0c23de6 Make sure that WaitableEvent::TimedWait works fine with large timeouts. by rvargas · 10 years ago
  85. a75735e Base: Change task posting logic to SequencedWorkerPool during shutdown. by erikchen · 10 years ago
  86. 88092f3 Revert "Make sure that WaitableEvent::TimedWait works fine with large timeouts." by rvargas · 10 years ago
  87. 617373b Add utility function for checking package version by dgn · 10 years ago
  88. 5762d50 Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perf by tapted · 10 years ago
  89. 5c66ee9 Add base::TerminateBecauseOutOfMemory by vitalybuka · 10 years ago
  90. a9e2f77 Refactor Uses of std::set to std::vector in SimpleFeature by robliao · 10 years ago
  91. 8a1c6da Fix NPE in ApplicationStatus. by maxbogue · 10 years ago
  92. 1aa135a Make sure that WaitableEvent::TimedWait works fine with large timeouts. by rvargas · 10 years ago
  93. d7567ba Re-land issue 750183008 (Parallelize trace messages serialization) by caseq · 10 years ago
  94. f1cea76 base: Replace PurgeAndTruncate with Shrink function. by reveman · 10 years ago
  95. 94b277b Remove android_webview_build conditions from base. by torne · 10 years ago
  96. be7f0c0 Fixing debug GN build. by bradnelson · 10 years ago
  97. 5902967 Instrumented libraries: add a base.isolate entry for prebuilt libs. by earthdok · 10 years ago
  98. f0165d5 Let ImportantFileWriter Use fdatasync by hashimoto · 10 years ago
  99. ccc9103 Metrics provider for statistical stack profiler by wittman · 10 years ago
  100. d56c952 [Android] Incorporate findbugs into android builds. by jbudorick · 10 years ago