1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. cc200a0 Revert "Use libappindicator to show icons in all cases" by Tim Brown · 6 years ago
  3. a5f9404 cygprofile: Orderfile-based madvise() and prefetch. by Matthew Cary · 6 years ago
  4. 6aa7d7e [TaskScheduler] Do not log 0 to TaskScheduler.NumTasksBetweenWaits histogram on detach. by Gabriel Charette · 6 years ago
  5. 9e7779d Workaround for g++7 is_trivially_copy_constructible failure. by Hidehiko Abe · 6 years ago
  6. b4b2efc Update smaller parts of Optional to catch up with C++17 spec. by Hidehiko Abe · 6 years ago
  7. ab34dd9 SchedulerWorker: Do not go back to sleep after cleanup. by Gabriel Charette · 6 years ago
  8. 395057e Update (non-copy, non-move) assign operators. by Hidehiko Abe · 6 years ago
  9. 1aef38a Error out if a line starts with // in the filter file by Scott Violet · 6 years ago
  10. 7ed5c15 Add task runner accessor in RefCountedDeleteOnSequence. by Peter Kasting · 6 years ago
  11. 1ebf28c Use libappindicator to show icons in all cases by Tim Brown · 6 years ago
  12. d9be210 Fix CreateAnonymousSharedMemory() not to leak FILE when returning fd. by Wez · 6 years ago
  13. b489192 Rename a couple of g_instance to allow extreme jumbo by Daniel Bratell · 6 years ago
  14. 3c2d2fd Remove SequencedWorkerPool. by Francois Doray · 6 years ago
  15. 222dc40 Revert "android: Remove the legacy orderfile instrumentation." by Tien-Ren Chen · 6 years ago
  16. 72f5964 Make SchedulerWorkerPoolImpl::DisallowWorkerPoolCleanupForTesting() synchronized with SchedulerWorkers' cleanup step. by Gabriel Charette · 6 years ago
  17. 14109ed Move the AdjustWorkerCapacity PostDelayedTask Out of the SchedulerLock by Robert Liao · 6 years ago
  18. 628c700 Sampling Heap Profiler: support plugging external allocators. by Alexei Filippov · 6 years ago
  19. 04992cc Rename buildflag_header targets in base for consistency by Scott Violet · 6 years ago
  20. 69c39cc Fix errorprone MissingOverride warnings by Rob Buis · 6 years ago
  21. c5f19bc Sampling Heap Profiler: Move the profiler into base/ by Alexei Filippov · 6 years ago
  22. 5399188 Android: Remove BaseChromiumApplication by Mohamed Heikal · 6 years ago
  23. a384867 jni_generator.py: Allow other annotations after @CalledByNative by Andrew Grieve · 6 years ago
  24. 1181b42 Remove some use of base::Passed by Claudio DeSouza · 6 years ago
  25. 6438bd5 android: Remove the legacy orderfile instrumentation. by Benoit Lize · 6 years ago
  26. 765a72c Disallow raw pointers to RefCounted-like types on base::Bind by tzik · 6 years ago
  27. 444a1ee Implement value forward constructor. by Hidehiko Abe · 6 years ago
  28. 3723841 Revert "Add allow_reentrancy parameter to ObserverList" by Kinuko Yasuda · 6 years ago
  29. 5412169 Support periodic collection in the ThreadProfiler by Mike Wittman · 6 years ago
  30. cba75d3 Add allow_reentrancy parameter to ObserverList by Mitsuru Oshima · 6 years ago
  31. 97512f8 Revert "Add --disable-background-tasks flag." by Andrei Kapishnikov · 6 years ago
  32. b7bdf4d Add --disable-background-tasks flag. by Francois Doray · 6 years ago
  33. b468aea Roll src/third_party/googletest/src/ 0062e4869..7a2563a51 (65 commits) by Victor Costan · 6 years ago
  34. 0dbd4b9 Document base::Bind*() and base::Callback*() in the headers. by Daniel Cheng · 6 years ago
  35. 3548fa8 Reland "remove ThreadLocalStorage::StaticSlot" by Alexander Khaustov · 6 years ago
  36. eb31e57 Refactor TaskRunnerBoundObserverList by tzik · 6 years ago
  37. 1977a75 Discourage use of base::Passed(). by Max Morin · 6 years ago
  38. 1724726 Add uma metric for bookmarks JSON file size and time to write by Mohamed Amir Yosef · 6 years ago
  39. 72b2771 Rename TaskTracker::RunTask to TaskTracker::RunAndPopNextTask by Robert Liao · 6 years ago
  40. f5db185 Memory-infra: Whitelist download service provider by Siddhartha · 6 years ago
  41. ad3a45e Changed std::find() to ContainsValue()/ContainsKey() in src/base/* by Ganesh Borle · 6 years ago
  42. 9d9f860 Reland: Make interactive tests have unlimited timeout on Windows. by Peter Kasting · 6 years ago
  43. b4b441f Fix trivial error in comment by Peter Kasting · 6 years ago
  44. 9b0e437 Unit tests for base/thread_annotations.h. by Victor Costan · 6 years ago
  45. c05b69d Fix JNI generator handling of generics. by Torne (Richard Coles) · 6 years ago
  46. 5604af5 Define FALLTHROUGH unconditionally now that that works. by Nico Weber · 6 years ago
  47. 902448d Revert "remove ThreadLocalStorage::StaticSlot" by Tim Schumann · 6 years ago
  48. f5f6f03 android: Add a tool to put frequently-used code in the middle. by Benoit Lize · 6 years ago
  49. 8def6d9 remove ThreadLocalStorage::StaticSlot by Alexander Khaustov · 6 years ago
  50. 2ea0236 Reorganize functions in base/bind*.h. by Peter Kasting · 6 years ago
  51. b44ea5b Add a warning for discardable memory. by Erik Chen · 6 years ago
  52. 78b492d Make testing traces easier by Ehsan Chiniforooshan · 6 years ago
  53. ef675b9 Revert "Make interactive tests have unlimited timeout on Windows." by Yuke Liao · 6 years ago
  54. 22a64eb Allow initializer list usage with base::NoDestructor. by Daniel Cheng · 6 years ago
  55. 5ffde79 android: Fix native library residency visualization. by Benoit Lize · 6 years ago
  56. 7da8ab9 Convert the Linux Inotify File Path Watcher to use PlatformThread by Robert Liao · 6 years ago
  57. 08af089 Make interactive tests have unlimited timeout on Windows. by Peter Kasting · 6 years ago
  58. e35c426 Android: Fix junit4 incremental apks on Dalvik by Andrew Grieve · 6 years ago
  59. ea94237 [TaskScheduler] Do not limit concurrent background sequences during shutdown. by Francois Doray · 6 years ago
  60. e8a4cc0 allocator: Use _CPPUNWIND instead of _HAS_EXCEPTIONS on Windows. by Peter Collingbourne · 6 years ago
  61. 025dc80 Adds base::MatchesUniquePtr to ease lookup by pointer by Scott Violet · 6 years ago
  62. ba6f4b8 [Extensions] Handle RTL and directional characters in extension names by Catherine Mullings · 6 years ago
  63. 126fc48 Remove access race in TestSimpleTaskRunner::RunUntilIdle(). by Francois Doray · 6 years ago
  64. 29d21bc Reland "Add a trace event when a task scheduler worker is active." by Gabriel Charette · 6 years ago
  65. 10d523d Fix toplevel.flow for TaskScheduler tasks. by Gabriel Charette · 6 years ago
  66. 88430fa Add missing #includes (IWYU). by Peter Kasting · 6 years ago
  67. e31156e Revert "Add a trace event when a task scheduler worker is active." by Hajime Hoshi · 6 years ago
  68. 83b1ca8 Revert "Roll src/third_party/googletest/src/ 0062e4869..ea31cb15f (76 commits)" by Victor Costan · 6 years ago
  69. 81aaafd [TaskScheduler] Make SchedulerWorker::Thread::wake_up_event_ AUTOMATIC. by Gabriel Charette · 6 years ago
  70. 4a5373b Add a trace event when a task scheduler worker is active. by Gabriel Charette · 6 years ago
  71. a9a721c Use the same arguments for the constructors of TaskTracker and TaskTrackerPosix. by Francois Doray · 6 years ago
  72. f1a893c Improve checking of exception during handling java exception by Xianzhu Wang · 6 years ago
  73. 6cb61ef Remove browser side GPU info collection on Android plus by Zhenyao Mo · 6 years ago
  74. d068ad7 Added base::TimeToISO8601 and deleted all other instances by Daniel Bratell · 6 years ago
  75. 4ba28ce Android: Fix format of "package" field in PureJavaExceptionReporter. by Andrew Grieve · 6 years ago
  76. 5c019ef Update outdated comment by Nate Fischer · 6 years ago
  77. 050fdfe Use firebase id rather than package name for breakpad java deobfuscation by Andrew Grieve · 6 years ago
  78. ef93ff1 Make the browser's FieldTrialList instance as leaky. by Alexei Svitkine · 6 years ago
  79. 7a0de5d Remove some POSIX API calls that are unsupported under Fuchsia. by Wez · 6 years ago
  80. 51e6ab0 Make user-enabled features be added to child process command lines. by Alexei Svitkine · 6 years ago
  81. b230dd6 Remove ability to register multiple ChildProcessCreationParams objects part 4 by Peter Kotwicz · 6 years ago
  82. 5867a73 [Mac] Use MessagePumpDefault for MessageLoop::TYPE_DEFAULT. by Robert Sesek · 6 years ago
  83. 20e6b68 [Fuchsia] Skip DIR_MODULE in PathServiceTest.Get test by Sergey Ulanov · 6 years ago
  84. 4fea58b Android: Fix crash in ContextUtils.getProcessName() on JB devices. by Andrew Grieve · 6 years ago
  85. 3afa614 Add DIR_ASSETS in PathService. by Sergey Ulanov · 6 years ago
  86. 9aca698 Make histogram CountKiB reusable. Add CountKilo, too. by Brian White · 6 years ago
  87. 6b29c8a Fix an alignment issue reported by ASan. by Manoj Gupta · 6 years ago
  88. 9f4b27d Annotate TerminateCurrentProcessImmediately() as [[noreturn]]. by Wez · 6 years ago
  89. 0960c94 Re-land "Remove code from obsolete field trial from 2015." by Alexei Svitkine · 6 years ago
  90. 406254c Move cc::RingBuffer to //base by Ehsan Chiniforooshan · 6 years ago
  91. 9e87d08 Revert "Remove code from obsolete field trial from 2015." by Alexei Svitkine · 6 years ago
  92. b866b52 Remove code from obsolete field trial from 2015. by Alexei Svitkine · 6 years ago
  93. 85168c8 Use TimeDelta::is_min() directly in time_unittest.cc instead of custom IsMin(). by Gabriel Charette · 6 years ago
  94. 4733e25 Roll src/third_party/googletest/src/ 0062e4869..ea31cb15f (76 commits) by Victor Costan · 6 years ago
  95. 6927067 Configure TaskScheduler to use one less worker than cores by default. by Gabriel Charette · 6 years ago
  96. fd15c45 Reland: Show Variations info in cmd format in about::version by Gayane Petrosyan · 6 years ago
  97. 63867d4 Add blink instance counters to Memory_Experimental ukm. by Takashi SAKAMOTO · 6 years ago
  98. 4d64262 Update scoped_refptr docs to highlight Chromium conventions. by Gabriel Charette · 6 years ago
  99. 819a247 Avoid trying to read the current directory by Anthony Berent · 6 years ago
  100. 1c0f1b6 Fix a typo in a comment. by Nico Weber · 6 years ago