1. 635e890 Run clang-tidy modernize-use-equals-{delete,default} on //dbus by Chris Watkins · 7 years ago
  2. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  3. f90b17d Modernize some base TestLauncher code. by Lei Zhang · 7 years ago
  4. 375d4a4 Convert quota_messages.h from IPC to Mojo by Sasha Bermeister · 7 years ago
  5. 30ccdfa Remove incorrect uses of base::debug::Alias by Bruce Dawson · 7 years ago
  6. 1ee7dfa Update template message for destruction of mojo callback. by Erik Chen · 7 years ago
  7. 5238498 fuchsia: Add ZX_LOG and friends by Scott Graham · 7 years ago
  8. 88372a9 Add markers allowing isAtLeast* methods to be automatically generated. by Tobias Sargeant · 7 years ago
  9. 6d0652e [jumbo] use RunningOnValgrind from dynamic_annotations by Mostyn Bramley-Moore · 7 years ago
  10. a0d4966 Merges process and package resources script by Mohamed Heikal · 7 years ago
  11. 7e9127c Roll android SDK to O MR1. (RELAND) by John Budorick · 7 years ago
  12. 4977356 Remove NOTREACHED handling in base::CpuInfoBrand(). by Lei Zhang · 7 years ago
  13. 97b12db Fix a line trim to use the correct offset by David Trainor · 7 years ago
  14. 237956d Revert "Added a Mojo equivalent to base::File::Error." by Chris Mumford · 7 years ago
  15. dd5a912 Switch caret_blink_interval value from double to TimeDelta by tzik · 7 years ago
  16. 3add29c Revert "Roll android SDK to O MR1." by Egor Pasko · 7 years ago
  17. cac5f53 [jumbo] avoid g_instance anonymous namespace collision by Mostyn Bramley-Moore · 7 years ago
  18. cc31a46 Avoid duplicate g_instance definition, to compile with Jumbo. by Morten Stenshorne · 7 years ago
  19. ecc6e92 Add a shared instance of base::DefaultClock by tzik · 7 years ago
  20. f5b0f6f Update WebCORSPreflightResultCacheItem to use TimeDelta by tzik · 7 years ago
  21. 06a7ea9 Change mojo::ReportBadMessageCallback to be a base::OnceCallback by Austin Tankiang · 7 years ago
  22. 629c3f6 Roll android SDK to O MR1. by John Budorick · 7 years ago
  23. 3816144 Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::ChannelMojo::Create by Hajime Hoshi · 7 years ago
  24. ef74fcd Reland "Migrate call-sites away from un-managed PlatformHandle[Vector]s." by Wez · 7 years ago
  25. 5d22e90 Fix else-if after returns/breaks in components/. by Lei Zhang · 7 years ago
  26. 4986624 Mojo-ify PreCacheFont/ReleaseCachedFonts IPCs for windows by Nicholas Verne · 7 years ago
  27. ef71205 Convert some tab close vectors to spans. by Brett Wilson · 7 years ago
  28. 862d966 Added a Mojo equivalent to base::File::Error. by Chris Mumford · 7 years ago
  29. 4438763 Revert "Migrate call-sites away from un-managed PlatformHandle[Vector]s." by Wez · 7 years ago
  30. 66ccf4b tools/cygprofile: Add unit and performance tests to lightweight_cygprofile. by Benoit Lize · 7 years ago
  31. e295a05 tools/android: Overlay residency data on page -> code mappings. by Benoit Lize · 7 years ago
  32. c7d1cab Selectively disable TimeTest.TimeT. by Sylvain Defresne · 7 years ago
  33. de9e03f Convert clipboard_messages from IPC to Mojo. by Stuart Langley · 7 years ago
  34. a777e4e Simplified internal class MemoryPressureObserver. by François Degros · 7 years ago
  35. d296b20 Reland "Add MOCK_TIME mode to ScopedTaskEnvironment :)" by Gabriel Charette · 7 years ago
  36. 1067bca Move registerWindowFocusChangedListener out of BaseChromiumApplication by Mohamed Heikal · 7 years ago
  37. 74b52d2 Add shared-memory support to Activity Tracker. by Brian White · 7 years ago
  38. 7c0039b Reland "android: Optionally madvise(MADV_RANDOM) on .text." by Benoit Lize · 7 years ago
  39. ec07805 memory-infra: fix shared memory reporting and footprint calculation by Lalit Maganti · 7 years ago
  40. a5e7112 📱 Add support for classes for method parameters. by Nicolas Dossou-gbete · 7 years ago
  41. 043c793 Remove no longer needed callback adapter around PostTask and OnceCallback by tzik · 7 years ago
  42. 606f67c Mojo: use OS whitelists to specify OS-specific typemaps. by Sam McNally · 7 years ago
  43. 763bdfa Convert IPC LoadFont to mojo by Joel Hockey · 7 years ago
  44. b2a27ca [vr] Fix AHardwareBuffer GpuMemoryBuffer lifecycle by Klaus Weidner · 7 years ago
  45. 22e5a24 Convert moar ChildProcessHostMsg to mojo. by Nicholas Verne · 7 years ago
  46. 0559561 Use std::get_new_handler() in allocator_shim by Tom Anderson · 7 years ago
  47. 029b75a Android: Add -dontpreverify to default proguard flags by Andrew Grieve · 7 years ago
  48. 88f9bcf Revert "android: Optionally madvise(MADV_RANDOM) on .text." by Miriam Gershenson · 7 years ago
  49. 191af45 android: Optionally madvise(MADV_RANDOM) on .text. by Benoit Lize · 7 years ago
  50. 87d1d58 Android: Remove SuppressFBWarnings.java by Peter Wen · 7 years ago
  51. 9c4a952 Remove base::Value::IsType() in //components by jdoerrie · 7 years ago
  52. e90fed9 Revert "Add MOCK_TIME mode to ScopedTaskEnvironment :)" by Matt Giuca · 7 years ago
  53. 2f872c5 Revert "Nits follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/638550" by Matt Giuca · 7 years ago
  54. e4b3dae Merged base::ObserverListBase into base::ObserverList. by François Degros · 7 years ago
  55. 8bd2118 Nits follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/638550 by Gabriel Charette · 7 years ago
  56. f4ed434 Add MOCK_TIME mode to ScopedTaskEnvironment :) by Gabriel Charette · 7 years ago
  57. d3c466a jda: move files from media/gpu to media/mojo by Miguel Casas · 7 years ago
  58. 9627728 Fix mojo Shared Buffer documentation example by Noel Gordon · 7 years ago
  59. 5b84415 Android: Add support for generating JNI code for calling constructors by Magnus Jedvert · 7 years ago
  60. d452784 Android: use getDeclaredConstructor (errorprone warning) by Nate Fischer · 7 years ago
  61. 02f81a7 Migrate call-sites away from un-managed PlatformHandle[Vector]s. by Wez · 7 years ago
  62. 2cc5786 Android JNI generation: Fix missing enum bug by Magnus Jedvert · 7 years ago
  63. a10abb1 Add the classname to JNI method names to make them unique by Daniel Bratell · 7 years ago
  64. 106e0bd Remove base::Value::GetType() by jdoerrie · 7 years ago
  65. a792d86 Ban kRefCountPreference override by tzik · 7 years ago
  66. 366ece0 Remove base::Value::SetDictionaryWithoutPathExpansion by jdoerrie · 7 years ago
  67. fb4bdf4 Delete callback for CallMethod always on the origin thread. by Hidehiko Abe · 7 years ago
  68. 20f1d9c [Snowflake] Add presubmit checks to color resources in chrome/android by Becky Zhou · 7 years ago
  69. aeb23d4 ShapeDetection: Create Face Detector Async on windows 10 by junweifu · 7 years ago
  70. 66a7458 [CFI] Fix component build symbol visiblity bug by Vlad Tsyrklevich · 7 years ago
  71. 1c1dcb6 Extensions: convert keep_alive.js to use new Mojo JS bindings. by Yuzhu Shen · 7 years ago
  72. 699f807 mojo: Fix comment in InterfacePtr in C++ bindings. by Victor Costan · 7 years ago
  73. 71c01a0 Revert "Use the LegacyLinker instead of the ModernLinker" by Brian Sheedy · 7 years ago
  74. 7769d81 Use the LegacyLinker instead of the ModernLinker by Egor Pasko · 7 years ago
  75. 8800025 Simplified ObserverListBase. by François Degros · 7 years ago
  76. 595c856 Make IPC::ChannelMojo's proxy task runner changeable by Hajime Hoshi · 7 years ago
  77. e6d3f49 Minor documentation fix in base/numerics by Carlos Knippschild · 7 years ago
  78. 25b650b Remove WithBaseSyncPrimitives() from rlz_tracker.cc. by Francois Doray · 7 years ago
  79. 4b94522 Make sure DCHECK_CALLED_ON_VALID_THREAD(foo) << "message" compiles when DCHECK is off by Olga Sharonova · 7 years ago
  80. b1b7837 Preload native library when child process is bound. by Dmitry Skiba · 7 years ago
  81. a849dfd Android: Filter out chatty ProGuard console output by Andrew Grieve · 7 years ago
  82. 7ee892d Remove unneeded extern keywords. by Lei Zhang · 7 years ago
  83. 1a6dcdb android: Log and plot native library code residency. by Benoit Lize · 7 years ago
  84. 10a9fd6 Add a basic RefCountedUnitTest to test base::MakeRefCounted. by Lei Zhang · 7 years ago
  85. 8f7d1c1 Fixed potential compilation error. by François Degros · 7 years ago
  86. a355ff7 Enable using lite protos for Android. by Florian Uunk · 7 years ago
  87. 44576c8 Convert <Num>ToString functions to use an overload. by Brett Wilson · 7 years ago
  88. 10d0c8e Quick Task Scheduler Cleanup by Robert Liao · 7 years ago
  89. 75550f8 Update docs for InterfacePtr and Binding. by Yuzhu Shen · 7 years ago
  90. 6b62919 Android: Remove obsolete ShouldSkipJniRegistration() by Andrew Grieve · 7 years ago
  91. 5a8e855 Use MAYBE_TimeT macro to disable flaky TimeTest.TimeT base_unittests test on iOS. by Robert Flack · 7 years ago
  92. 45a6123 Fix TimeTest.FromExploded_MinMax on macOS 10.13. by Alexei Svitkine · 7 years ago
  93. 8266fb4 Remove deprecated ListValue::GetBinary(). by Lei Zhang · 7 years ago
  94. b029d53 Fix Race in TaskSchedulerSingleThreadTaskRunnerManagerStartTest.PostTaskBeforeStart by Robert Liao · 7 years ago
  95. 91ade01 Android: Remove SuppressFBWarnings by Peter Wen · 7 years ago
  96. a8228ce [gin] Implement v8::TaskRunners by Andreas Haas · 7 years ago
  97. c98b5df Reland "Get base building with -Wshadow" by Bruce Dawson · 7 years ago
  98. 99d89ef Mojo: Store interface fields as InterfacePtrInfo by Ken Rockot · 7 years ago
  99. fc03bae Rename constructor parameter to avoid shadowing by Bruce Dawson · 7 years ago
  100. 2f4e22e Remove unneeded casts by Will Harris · 7 years ago