1. 7f17f03 Adds CHECKs in pursuit of message leaks by Ken Rockot · 7 years ago
  2. 58f8a64 Add new policy to control machine level user cloud policies. by Roger Tawa · 7 years ago
  3. 3c2d2fd Remove SequencedWorkerPool. by Francois Doray · 7 years ago
  4. 222dc40 Revert "android: Remove the legacy orderfile instrumentation." by Tien-Ren Chen · 7 years ago
  5. 72f5964 Make SchedulerWorkerPoolImpl::DisallowWorkerPoolCleanupForTesting() synchronized with SchedulerWorkers' cleanup step. by Gabriel Charette · 7 years ago
  6. 14109ed Move the AdjustWorkerCapacity PostDelayedTask Out of the SchedulerLock by Robert Liao · 7 years ago
  7. 628c700 Sampling Heap Profiler: support plugging external allocators. by Alexei Filippov · 7 years ago
  8. 04992cc Rename buildflag_header targets in base for consistency by Scott Violet · 7 years ago
  9. a86b335 Make ShadowValue usable as a constexpr. by Peter Kasting · 7 years ago
  10. 69c39cc Fix errorprone MissingOverride warnings by Rob Buis · 7 years ago
  11. c5f19bc Sampling Heap Profiler: Move the profiler into base/ by Alexei Filippov · 7 years ago
  12. 5399188 Android: Remove BaseChromiumApplication by Mohamed Heikal · 7 years ago
  13. a384867 jni_generator.py: Allow other annotations after @CalledByNative by Andrew Grieve · 7 years ago
  14. 1181b42 Remove some use of base::Passed by Claudio DeSouza · 7 years ago
  15. cfe43bf Rename some Mojo internals bits by Ken Rockot · 7 years ago
  16. 6438bd5 android: Remove the legacy orderfile instrumentation. by Benoit Lize · 7 years ago
  17. 765a72c Disallow raw pointers to RefCounted-like types on base::Bind by tzik · 7 years ago
  18. a06ce61 Fix message leaks in some Mojo tests by Ken Rockot · 7 years ago
  19. 444a1ee Implement value forward constructor. by Hidehiko Abe · 7 years ago
  20. 3723841 Revert "Add allow_reentrancy parameter to ObserverList" by Kinuko Yasuda · 7 years ago
  21. 5412169 Support periodic collection in the ThreadProfiler by Mike Wittman · 7 years ago
  22. cba75d3 Add allow_reentrancy parameter to ObserverList by Mitsuru Oshima · 7 years ago
  23. 97512f8 Revert "Add --disable-background-tasks flag." by Andrei Kapishnikov · 7 years ago
  24. c96d550 [build] Remove gyp usage from landmines script by Michael Achenbach · 7 years ago
  25. b7bdf4d Add --disable-background-tasks flag. by Francois Doray · 7 years ago
  26. fa3a954 Fix shadowed variables in the content layer. by Dave Tapuska · 7 years ago
  27. b468aea Roll src/third_party/googletest/src/ 0062e4869..7a2563a51 (65 commits) by Victor Costan · 7 years ago
  28. 0dbd4b9 Document base::Bind*() and base::Callback*() in the headers. by Daniel Cheng · 7 years ago
  29. 3548fa8 Reland "remove ThreadLocalStorage::StaticSlot" by Alexander Khaustov · 7 years ago
  30. eb31e57 Refactor TaskRunnerBoundObserverList by tzik · 7 years ago
  31. 1977a75 Discourage use of base::Passed(). by Max Morin · 7 years ago
  32. 1724726 Add uma metric for bookmarks JSON file size and time to write by Mohamed Amir Yosef · 7 years ago
  33. 9ad7338 Reduce rebuild cost of VERSION changes by Ken Rockot · 7 years ago
  34. a3dba50 [build] Simplify landmines and strip off gyp-dependent options by Michael Achenbach · 7 years ago
  35. 72b2771 Rename TaskTracker::RunTask to TaskTracker::RunAndPopNextTask by Robert Liao · 7 years ago
  36. f5db185 Memory-infra: Whitelist download service provider by Siddhartha · 7 years ago
  37. ad3a45e Changed std::find() to ContainsValue()/ContainsKey() in src/base/* by Ganesh Borle · 7 years ago
  38. 9d9f860 Reland: Make interactive tests have unlimited timeout on Windows. by Peter Kasting · 7 years ago
  39. 4aeda2d Add OS based defaults for enabled_features to mojom.gni. by Eve Martin-Jones · 7 years ago
  40. b4b441f Fix trivial error in comment by Peter Kasting · 7 years ago
  41. 9b0e437 Unit tests for base/thread_annotations.h. by Victor Costan · 7 years ago
  42. c05b69d Fix JNI generator handling of generics. by Torne (Richard Coles) · 7 years ago
  43. 6b80f39 Fix race on ipc_task_runner(). by Sergey Kuznetsov · 7 years ago
  44. 5604af5 Define FALLTHROUGH unconditionally now that that works. by Nico Weber · 7 years ago
  45. 902448d Revert "remove ThreadLocalStorage::StaticSlot" by Tim Schumann · 7 years ago
  46. f5f6f03 android: Add a tool to put frequently-used code in the middle. by Benoit Lize · 7 years ago
  47. 8def6d9 remove ThreadLocalStorage::StaticSlot by Alexander Khaustov · 7 years ago
  48. 2ea0236 Reorganize functions in base/bind*.h. by Peter Kasting · 7 years ago
  49. ab4036f Add mojo support for base::RefCountedMemory. by Elliot Glaysher · 7 years ago
  50. 8523470 Print Windows crash codes in hex by Bruce Dawson · 7 years ago
  51. b44ea5b Add a warning for discardable memory. by Erik Chen · 7 years ago
  52. 78b492d Make testing traces easier by Ehsan Chiniforooshan · 7 years ago
  53. ef675b9 Revert "Make interactive tests have unlimited timeout on Windows." by Yuke Liao · 7 years ago
  54. 22a64eb Allow initializer list usage with base::NoDestructor. by Daniel Cheng · 7 years ago
  55. 5ffde79 android: Fix native library residency visualization. by Benoit Lize · 7 years ago
  56. 7da8ab9 Convert the Linux Inotify File Path Watcher to use PlatformThread by Robert Liao · 7 years ago
  57. 08af089 Make interactive tests have unlimited timeout on Windows. by Peter Kasting · 7 years ago
  58. d4435bf Mojom and typemap for Service Worker Fetch Response by Luciano Pacheco · 7 years ago
  59. b898f2b Add dependency on //mojo/public/interfaces/bindings:bindings to //ipc:mojom. by Eve Martin-Jones · 7 years ago
  60. e35c426 Android: Fix junit4 incremental apks on Dalvik by Andrew Grieve · 7 years ago
  61. ea94237 [TaskScheduler] Do not limit concurrent background sequences during shutdown. by Francois Doray · 7 years ago
  62. e8a4cc0 allocator: Use _CPPUNWIND instead of _HAS_EXCEPTIONS on Windows. by Peter Collingbourne · 7 years ago
  63. 025dc80 Adds base::MatchesUniquePtr to ease lookup by pointer by Scott Violet · 7 years ago
  64. ba6f4b8 [Extensions] Handle RTL and directional characters in extension names by Catherine Mullings · 7 years ago
  65. 126fc48 Remove access race in TestSimpleTaskRunner::RunUntilIdle(). by Francois Doray · 7 years ago
  66. 29d21bc Reland "Add a trace event when a task scheduler worker is active." by Gabriel Charette · 7 years ago
  67. 10d523d Fix toplevel.flow for TaskScheduler tasks. by Gabriel Charette · 7 years ago
  68. 88430fa Add missing #includes (IWYU). by Peter Kasting · 7 years ago
  69. e31156e Revert "Add a trace event when a task scheduler worker is active." by Hajime Hoshi · 7 years ago
  70. 83b1ca8 Revert "Roll src/third_party/googletest/src/ 0062e4869..ea31cb15f (76 commits)" by Victor Costan · 7 years ago
  71. 81aaafd [TaskScheduler] Make SchedulerWorker::Thread::wake_up_event_ AUTOMATIC. by Gabriel Charette · 7 years ago
  72. 4a5373b Add a trace event when a task scheduler worker is active. by Gabriel Charette · 7 years ago
  73. a9a721c Use the same arguments for the constructors of TaskTracker and TaskTrackerPosix. by Francois Doray · 7 years ago
  74. ae2ce12 Add GCC bot config. by Patrik Höglund · 7 years ago
  75. aa92cb6 Populate public session info in chrome. by Sarah Hu · 7 years ago
  76. 10067d5 Switch //build/print_python_deps.py to vpython. (RELAND) by John Budorick · 7 years ago
  77. f1a893c Improve checking of exception during handling java exception by Xianzhu Wang · 7 years ago
  78. 6cb61ef Remove browser side GPU info collection on Android plus by Zhenyao Mo · 7 years ago
  79. d068ad7 Added base::TimeToISO8601 and deleted all other instances by Daniel Bratell · 7 years ago
  80. 4ba28ce Android: Fix format of "package" field in PureJavaExceptionReporter. by Andrew Grieve · 7 years ago
  81. 5c019ef Update outdated comment by Nate Fischer · 7 years ago
  82. f40a83f Do not update file timestamp if file content is not updated in mojom generators by Takuto Ikuta · 7 years ago
  83. 050fdfe Use firebase id rather than package name for breakpad java deobfuscation by Andrew Grieve · 7 years ago
  84. b1b704a Android: Roll third_party/android_tools by Peter Wen · 7 years ago
  85. ef93ff1 Make the browser's FieldTrialList instance as leaky. by Alexei Svitkine · 7 years ago
  86. 7a0de5d Remove some POSIX API calls that are unsupported under Fuchsia. by Wez · 7 years ago
  87. 22cd1cb [ServiceWorker] Implement ServiceWorkerHost.{FocusClient,NavigateClient} by Han Leon · 7 years ago
  88. e288fbb Add revocable binding and revocable strong binding classes by Austin Tankiang · 7 years ago
  89. 51e6ab0 Make user-enabled features be added to child process command lines. by Alexei Svitkine · 7 years ago
  90. b230dd6 Remove ability to register multiple ChildProcessCreationParams objects part 4 by Peter Kotwicz · 7 years ago
  91. 5867a73 [Mac] Use MessagePumpDefault for MessageLoop::TYPE_DEFAULT. by Robert Sesek · 7 years ago
  92. 20e6b68 [Fuchsia] Skip DIR_MODULE in PathServiceTest.Get test by Sergey Ulanov · 7 years ago
  93. bfabe78 [Mojo] Removed string copy requirement from StringDataPipeProducer by Daniel Murphy · 7 years ago
  94. 4fea58b Android: Fix crash in ContextUtils.getProcessName() on JB devices. by Andrew Grieve · 7 years ago
  95. 3afa614 Add DIR_ASSETS in PathService. by Sergey Ulanov · 7 years ago
  96. 9aca698 Make histogram CountKiB reusable. Add CountKilo, too. by Brian White · 7 years ago
  97. 6b29c8a Fix an alignment issue reported by ASan. by Manoj Gupta · 7 years ago
  98. 9f4b27d Annotate TerminateCurrentProcessImmediately() as [[noreturn]]. by Wez · 7 years ago
  99. 0960c94 Re-land "Remove code from obsolete field trial from 2015." by Alexei Svitkine · 7 years ago
  100. 406254c Move cc::RingBuffer to //base by Ehsan Chiniforooshan · 7 years ago