1. e013a7c Kill ScopedPtrMap and friends by limasdf · 9 years ago
  2. 6e90d23 Fix buffer overflow in trace_event_android.cc by wangxianzhu · 9 years ago
  3. 1446e3f Stack sampling profiler: remove RUNTIME_FUNCTION sanity check by wittman · 9 years ago
  4. 197988d Re-land "Add stats to distinguish android renderer crashes." by wnwen · 9 years ago
  5. 386a8dc base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGN by danakj · 9 years ago
  6. 6f5657a android: Don't log error when checking weak ref by sievers · 9 years ago
  7. bdd3113 Remove kuint16max. by avi · 9 years ago
  8. fec6486 Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chromium.org/1475803002/ ) by avi · 9 years ago
  9. 34328eb Remove kuint16max. by avi · 9 years ago
  10. 95747b2 Enable SecurityTest.NewOverflow under ThreadSanitizer by glider · 9 years ago
  11. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  12. 7765732 Revert "Treat '...' as a non-parent path component outside of Windows." by davidben · 9 years ago
  13. 9b31019 Plumb base::Feature field trial association to renderers. by asvitkine · 9 years ago
  14. 286f05a Interface-izes TaskGraphRunner and moves implementation helpers to TaskGraphWorkQueue. by ericrk · 9 years ago
  15. adc8ca6 Remove vector_as_array. by davidben · 9 years ago
  16. 3ab9994 Make FeatureList override state be plumbed to renderer processes. by asvitkine · 9 years ago
  17. e193b92 Move HashMetricName to base namespace. by bcwhite · 9 years ago
  18. ff9a11b base: Remove move_unittest.cc by danakj · 9 years ago
  19. 5d21333 Remove base::enable_if by vmpstr · 9 years ago
  20. 800e9ce Revert making HandleWatcher block until no longer waiting on pipe (r285266). by jam · 9 years ago
  21. 14e3cbd Removed unused include of winsock.h/inet.h from sys_byteorder.h. by bcwhite · 9 years ago
  22. b8efdf4 jni: Allow nullptr to be converted to JavaParamRef. by Torne (Richard Coles) · 9 years ago
  23. 4a7b1c3 Remove ScopedVector from memory_dump_manager_unittest by olli.raula · 9 years ago
  24. 33ac090 Remove ScopedVector from trace_log by olli.raula · 9 years ago
  25. 2b85a27 Remove ScopedVector from trace_buffer by olli.raula · 9 years ago
  26. ee1ca40 Remove memory category from chrome://tracing by ruuda · 9 years ago
  27. db3824d Revert of Fix regression in memory-infra bots due to change in dump order (patchset #1 id:1 of https://codereview.chromium.org/1466293002/ ) by ssid · 9 years ago
  28. 35b41cc Make Android HttpNegotiateAuthenticator work without an activity by dgn · 9 years ago
  29. 35da23a Reland of base: Make shared memory backed by Mach primitives by default. (patchset #1 id:1 of https://codereview.chromium.org/1472313002/ ) by skyostil · 9 years ago
  30. 94896c7 Add TRACE_COUNTER_WITH_TIMESTAMPx macros. by fdoray · 9 years ago
  31. 243850f Revert "Revert of [Discardable Shared Memory] Adding Windows support. (patchset #5 id:80001 of https://codereview.chromium.org/1427163003/ )" by Penny MacNeil · 9 years ago
  32. a751231 Treat '...' as a non-parent path component outside of Windows. by davidben · 9 years ago
  33. b673593 Revert of [Discardable Shared Memory] Adding Windows support. (patchset #5 id:80001 of https://codereview.chromium.org/1427163003/ ) by nednguyen · 9 years ago
  34. c1dad41 Extend the multidex logic to only kick in for the main browser application. by tedchoc · 9 years ago
  35. 826a974 Remove kint16max. by avi · 9 years ago
  36. 6b5afc7 Add context_utils.h includes where needed. by torne · 9 years ago
  37. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 9 years ago
  38. e602acf [Tracing] Make heap profiler type info a string by ruuda · 9 years ago
  39. 5e6f47a Linker: Do not require JNI_OnLoad in ModernLinker loads. by simonb · 9 years ago
  40. 3413d7f Revert of base: Make shared memory backed by Mach primitives by default. (patchset #3 id:40001 of https://codereview.chromium.org/1453383002/ ) by skyostil · 9 years ago
  41. 1eeb736 Calculate broken tests threshold based on number of tests in binary, before applying filter by phajdan.jr · 9 years ago
  42. 2fedbe7 Remove COMPILE_ASSERT. by avi · 9 years ago
  43. 891be77 [base] fcntl, not fctnl. by shess · 9 years ago
  44. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  45. 7d383fb Remove kint8min, kint8max, and kint16min. by avi · 9 years ago
  46. f6e2ebd [Eraser] Remove chrome://tcmalloc by ruuda · 9 years ago
  47. 53646e0 Fix split in base::ProcessIsProcessBackgrounded() by lhchavez · 9 years ago
  48. 0a778f7 Support setting just the Java Context for JUnit tests. by torne · 9 years ago
  49. 600ef70 Revert "Add stats to distinguish android renderer crashes." by primiano · 9 years ago
  50. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  51. c87d1ca Define a Java-side global application context. by torne · 9 years ago
  52. db47a2a Remove unused memory functions by ruuda · 9 years ago
  53. 38b0c7a Replace base::HashPair macros with a templated function. by amistry · 9 years ago
  54. 957860a views/mus: Fix showing menu in chrome in mus. by Sadrul Habib Chowdhury · 9 years ago
  55. 54c3c09 Don't leak the WatcherThreadManager background thread. by John Abd-El-Malek · 9 years ago
  56. 4e6faf7 base: Make shared memory backed by Mach primitives by default. by erikchen · 9 years ago
  57. 3ce529d Stack sampling profiler: fix off-by-one error on truncated stacks by wittman · 9 years ago
  58. 32a250b [StyleGuide] Allow begin and end non-member functions by ruuda · 9 years ago
  59. 2c26624 Cleanup: Correctly spell success(ful). by thestig · 9 years ago
  60. f017506 Revert of views/mus: Fix showing menu in chrome in mus. (patchset #2 id:20001 of https://codereview.chromium.org/1460003004/ ) by beaudoin · 9 years ago
  61. de03688 views/mus: Fix showing menu in chrome in mus. by sadrul · 9 years ago
  62. 682e113 Fix regression in memory-infra bots due to change in dump order by ssid · 9 years ago
  63. fc1eba0 Add stats to distinguish android renderer crashes. by wnwen · 9 years ago
  64. 42cca5e [Android] Add gn support for multidex. by jbudorick · 9 years ago
  65. f3cdc16 Remove ScopedVector from message_pump_perftest by olli.raula · 9 years ago
  66. 01c3e1c Add a move constructor and move assignment operator to scoped_ptr. by dcheng · 9 years ago
  67. e44703f Use subtle::NoBarrier* statements for Histogram flags_ field. by asvitkine · 9 years ago
  68. e7245111 Use ThreadChecker in HistogramDeltaSerialization class. by asvitkine · 9 years ago
  69. 142816f avoid 'may be used uninitialized' warnings in stack_sampling_profiler_unittest.cc by mostynb · 9 years ago
  70. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 9 years ago
  71. ab8fea6 Try to remove <algorithm> header from scoped_ptr.h, again. by dcheng · 9 years ago
  72. 90476c9 Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-coming startup telemetry benchmarks using TBM. by gabadie · 9 years ago
  73. 74f5a1a Temporarily re-add #include <algorithm> to scoped_ptr.h by Daniel Cheng · 9 years ago
  74. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  75. 3b96334 mac: Some consumers of SharedMemory require a POSIX fd. by erikchen · 9 years ago
  76. 36fbab2 p1 mus+ash chrome renders ui and content by rjkroege · 9 years ago
  77. 703f671 Mark base::Tuple as final by tzik · 9 years ago
  78. ca150e6 Revert the work of supporting WorkerPool clean shutdown on POSIX. by yzshen · 9 years ago
  79. 5a1db87 Make base::trace_event::TracedValue use StringPiece where possible. by jbroman · 9 years ago
  80. a0f5975 Revert of p1 mus+ash chrome renders ui and content (patchset #9 id:160001 of https://codereview.chromium.org/1438903002/ ) by msramek · 9 years ago
  81. 495da40 styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 9 years ago
  82. 241ea84 p1 mus+ash chrome renders ui and content by rjkroege · 9 years ago
  83. d2fcf98 linked_ptr: Add deprecation notice. by limasdf · 9 years ago
  84. 41c1d40 Align handling of ParameterizedTest annotations in Java and Python code by mnaganov · 9 years ago
  85. 0c887d0 base: Remove deprecated CaseInsensitiveCompareDeprecated struct. by tfarina · 9 years ago
  86. e112aba Make operators on scoped_ptr match the ones defined for std::unique_ptr by danakj · 9 years ago
  87. 6317056 styleguide: Allow std::move for move semantics. by vmpstr · 9 years ago
  88. 5c49d68 Convert IDMap to use SequenceChecker by jsbell · 9 years ago
  89. e6a5404 Fix base::ProcessIsProcessBackgrounded() on ChromeOS by afakhry · 9 years ago
  90. 397f516 [Tracing] Preallocate vector in HeapDumpWriter by ruuda · 9 years ago
  91. a4d71e6 [Tracing] Add tests for HeapDumpWriter by ruuda · 9 years ago
  92. 935db44 [Tracing] Make AllocationContext constructor private by ruuda · 9 years ago
  93. b0869fa [Tracing] Clean up heap profiler files by ruuda · 9 years ago
  94. 1b20efe Unify ParamsUseScopedRefptrCorrectly specializations to one by tzik · 9 years ago
  95. 562aab6 [Android] Enable multidex for debug builds of ChromePublic. by jbudorick · 9 years ago
  96. 1baaca3 mandoline: Reland "Fix ICU initialization". by erg · 9 years ago
  97. 246ac37 ScopedVector and ScopedPtrMap: Added deprecation notice. by mgiuca · 9 years ago
  98. ed14ab2 Add ProcessMetrics::CreateCurrentProcessMetrics() method. by fdoray · 9 years ago
  99. 9d412f1 mac: The attachment broker waits for the port provider before brokering. by erikchen · 9 years ago
  100. df1c444 Unify mc.exe calling in GN, set environment. by brettw · 9 years ago