1. 28c6d5a dbus: Don't DCHECK unexpected message type, but ignore it by Sonny Sasaka · 6 years ago
  2. 45735c6 Remove deprecated std::ptr_fun and std::bind2nd by tzik · 6 years ago
  3. 81828d2 Include single_thread_task_runner.h in MessageLoopCurrent since API takes it by value by Gabriel Charette · 6 years ago
  4. 04a86dd Harden V8IsolateMemoryDumpProvider::DumpHeapStatistics. by Ulan Degenbaev · 6 years ago
  5. c0b99fc Remove task_runner from audio_input_device, as the ipc object is threadsafe now by Jonas Olsson · 6 years ago
  6. 391a19f Support MSVC depot tools toolchains for 3rd parties by Kimmo Kinnunen · 6 years ago
  7. 1b9e2d8 Convert discardable shared memory to the new shared memory API by Alexandr Ilin · 6 years ago
  8. 698d940 Change blink::WebInputEvent timestamp from double to base::TimeTicks. by Daniel Cheng · 6 years ago
  9. feeb2d2 Migrate MessageLoop::current() to MessageLoopCurrent in /mojo by Gabriel Charette · 6 years ago
  10. 6556bff Migrate MessageLoop::current() to MessageLoopCurrent in /base/trace_event by Gabriel Charette · 6 years ago
  11. 0622e7a base: Quaternion::ToSting() reports normal vector and theta. by Dongseong Hwang · 6 years ago
  12. 1a7424d Migrate MessageLoop::current() to MessageLoopCurrent in /ipc by Gabriel Charette · 6 years ago
  13. 21ace6d Disable some SignalSenderVerificationTests. by Lei Zhang · 6 years ago
  14. c3eb3e3 Implement base::RefCountedSharedMemoryMapping. by Lei Zhang · 6 years ago
  15. 8a098d8 Convert json_parser.mojom to use mojo/public/mojom/base/values.mojom by Oksana Zhuravlova · 6 years ago
  16. 083eee9 Add more logging in DoLaunchChildTestProcess(). by Lei Zhang · 6 years ago
  17. c569b72 Migrate MessageLoop::current() to MessageLoopCurrent in /components/timers by Gabriel Charette · 6 years ago
  18. 30c7251 Migrate MessageLoop::current() to MessageLoopCurrent in /base/threading by Gabriel Charette · 6 years ago
  19. d2128d8 Mojo C++ Bindings: unordered_map => flat_map by Ken Rockot · 6 years ago
  20. c1f6218 Use MessageLoopCurrent::IsSet in /components/policy by Pavol Marko · 6 years ago
  21. e188741 Instantiate test class for parameterized tests at the same time as for non-parameterized tests. by Bernhard Bauer · 6 years ago
  22. a0c0c05 android: Prefetch the ordered section first. by Benoit Lize · 6 years ago
  23. f369269 Migrate MessageLoop::current() to MessageLoopCurrent in /components/policy by Gabriel Charette · 6 years ago
  24. 1225b73 Remove Valgrind bits from build/android/pylib/valgrind_tools.py. by Lei Zhang · 6 years ago
  25. fd52a39 Ensure libmojo_core.so is built for Chrome OS builds by Ken Rockot · 6 years ago
  26. feaedf3 Blink: do not generate blink variant for public_typemaps by Dmitry Gozman · 6 years ago
  27. 284e6eb Update isAtLeastP implementation. by Torne (Richard Coles) · 6 years ago
  28. 8318ef1 Fix errorprone MissingFail warnings by Rob Buis · 6 years ago
  29. 817e3a0 Remove unnecessary include. by Hidehiko Abe · 6 years ago
  30. 30b42cd Move Mojo internals to new base shared memory API by Ken Rockot · 6 years ago
  31. ccb3cba Migrate MessageLoop::current() to MessageLoopCurrent in /base/test/android/java_handler_thread_helpers.cc by Gabriel Charette · 6 years ago
  32. c03092f Use static variable instead of LazyInstance in base::Process::CanBackgroundProcesses(). by Francois Doray · 6 years ago
  33. e6d056f Delete unused file: base/android/linker/android_dlext.h by Andrew Grieve · 6 years ago
  34. 39cd5bc Remove reliance on remaining MS TTF core fonts by Tom Anderson · 6 years ago
  35. 867b51f Base [android]: Introduce ScopedHardwareBufferHandle by Ken Rockot · 6 years ago
  36. 4b052f5 TaskScheduler: Remove SchedulerWorker::Thread. by Francois Doray · 6 years ago
  37. 9b0f115 android: Use a linker script to find the start and end of .text. by Peter Collingbourne · 6 years ago
  38. e1e54ac Android: Change how _SRC_PATH is calculated in resource_utils.py by Andrew Grieve · 6 years ago
  39. 3b069f7 base/version.cc: move ownership of components vector argument in ctor. by Daniel Cheng · 6 years ago
  40. 990c99d Mark flat_tree's move constructor as noexcept. by Daniel Cheng · 6 years ago
  41. 6fc871a [Reland #1] Remove "--enable-heap-profiling" by Erik Chen · 6 years ago
  42. d646b8f Revert "RandUtil: Add Mersene Twister Enginer to thread's local storage to avoid" by John Chen · 6 years ago
  43. 641c90f [base] Small base::span Cleanups by jdoerrie · 6 years ago
  44. 8874423 Revert of Explicitly call SequenceToken's default constructor. by Justin Cohen · 6 years ago
  45. ebfa898 [leveldb] tracking memory used by in-memory Env's. by Chris Mumford · 6 years ago
  46. 482aeb8 renderer: Start tile-worker threads asynchronously. by Sadrul Habib Chowdhury · 6 years ago
  47. bd797f6 generate_gradle.py: Fix crash due to import paths by Andrew Grieve · 6 years ago
  48. dd6a608 [TaskScheduler] DCHECK no TrackedRef obtained after count has already reached zero. by Gabriel Charette · 6 years ago
  49. 03a5224 Migrate MessageLoop::ScopedNestableTaskAllower usage to MessageLoopCurrent by Gabriel Charette · 6 years ago
  50. d9cf616 Fix documentation in callback.h by Sergey Ulanov · 6 years ago
  51. f0a9f40 [Android] Hide active text handle. by Shimi Zhang · 6 years ago
  52. bdcd1c2 Implement IPC::ParamTraits for PlatformSharedMemoryRegion by Alexandr Ilin · 6 years ago
  53. bd3fb01 Clean up ThreadLocalStorage::HasBeenDestroyed. by Erik Chen · 6 years ago
  54. 38813c3 [TaskScheduler] Make TaskTracker be tracked by a TrackedRefFactory. by Gabriel Charette · 6 years ago
  55. 4013c8e [TaskScheduler] Introduce TrackedRef and replace SchedulerWorkerPoolImpl::live_workers_count with it by Gabriel Charette · 6 years ago
  56. 7e16b78 PlatformSharedMemoryRegion permission checks on Mac by Alexandr Ilin · 6 years ago
  57. 3e50ff5 Don't crash for mismatched histogram parms. by Brian White · 6 years ago
  58. e02806d Do not use ScopedMockTimeMessageLoopTaskRunner in //net. by Bence Béky · 6 years ago
  59. fc8c22a Supersize: Properly attribute res/ symbols by Peter Wen · 6 years ago
  60. 05d83e3 Fixing typo in allocator_shim.h documentation. by Mirko Bonadei · 6 years ago
  61. 3530cc3 Remove unnecessary #ifdef case. by kylechar · 6 years ago
  62. 6fb9be5 Android: Restrict data directory for both Chrome and WebView by Paul Miller · 6 years ago
  63. 4ee07bf Reland "Fix SampleVector tests to expect CHECK rather than DCHECK deaths." by Wez · 6 years ago
  64. b7550fc Fix usage of MemoryPressureMonitor from non-UI thread. by Dmitry Skiba · 6 years ago
  65. 1550cda Reland "[base] Add missing methods to base::span" by Jan Wilken Doerrie · 6 years ago
  66. aaf5ae4 android: More cleanups of stack symbolization scripts. by David 'Digit' Turner · 6 years ago
  67. eb2bed6 Revert "Fix SampleVector tests to expect CHECK rather than DCHECK deaths." by Findit · 6 years ago
  68. 02b7a84 Fix comment to accurately reflection function names by Bruce Dawson · 6 years ago
  69. 2323d24 [LayoutTests] Enable OOPIF pixel dumps behind a flag. by Vladimir Levin · 6 years ago
  70. 9206198 Fix SampleVector tests to expect CHECK rather than DCHECK deaths. by Wez · 6 years ago
  71. 4991014 GN: Fix bootstrap call to setup_toolchain by Yngve N. Pettersen · 6 years ago
  72. ac07879 android: store compressed locales under assets/locales/ by David 'Digit' Turner · 6 years ago
  73. 26d0c84 Revert "[base] Add missing methods to base::span" by Mohsen Izadi · 6 years ago
  74. 3186531 [base] Add missing methods to base::span by jdoerrie · 6 years ago
  75. 85faf31 [MessageLoopCurrent] Better ScopedNestableTaskAllower API by Gabriel Charette · 6 years ago
  76. 935618d Replace @UseMethodParam annotation with generator classes. by Bernhard Bauer · 6 years ago
  77. deef55d Android: Mark vertical class merging as a broken optimization by Andrew Grieve · 6 years ago
  78. 9589cda Fix RunLoopDeathTest to expect CHECK rather than DCHECK failure. by Wez · 6 years ago
  79. a75b474 Move MessageLoop::current() to MessageLoopCurrent::Get(). by Gabriel Charette · 6 years ago
  80. 7216d49 Migrate services/tracing to OnceCallback by tzik · 6 years ago
  81. 06aa47c Add TODO for early return in PersistentHistogramStorage's dtor by Xi Cheng · 6 years ago
  82. e8aed5e Propagate memory pressure to child processes. by Dmitry Skiba · 6 years ago
  83. 393d949 Introduce base::MessageLoopCurrent by Gabriel Charette · 6 years ago
  84. 1cf27fa android: Add method to kill child process by Bo Liu · 6 years ago
  85. d45ef55 Add missing BASE_EXPORT to base::kDCheckIsFatal constant. by Wez · 6 years ago
  86. 04847c8 Convert base::Clock::Now() a const method by tzik · 6 years ago
  87. 4976dc1 Reland "[base] Implement std::size(), std::empty() and std::data()" by jdoerrie · 6 years ago
  88. d9af553 IPC: Do not read message attachments more than once. by Alexandr Ilin · 6 years ago
  89. e3117ae RandUtil: Add Mersene Twister Enginer to thread's local storage to avoid by Farah Charab · 6 years ago
  90. 0473e34 Add a DCHECK in mojo/public/cpp/system/handle.h by Helen Li · 6 years ago
  91. 63e7271 Allow variable expansion in native printer policy by Lutz Justen · 6 years ago
  92. 2d2b47d Revert "[base] Implement std::size(), std::empty() and std::data()" by Menglu Huang · 6 years ago
  93. 0b5d57c Mojo JS Bindings: Prevent issues with method parameter names. by Oliver Chang · 6 years ago
  94. 78c2dec Android: Optimize Java mojom classes for binary size by Andrew Grieve · 6 years ago
  95. 87c1e74 Fuchsia: Add a Fuchsia-specific NativeLibrary impl library. by Kevin Marshall · 6 years ago
  96. c7868c7 Disable flaky test. by Maria Khomenko · 6 years ago
  97. f2c0824 Stop setting is_posix for Fuchsia. by Fabrice de Gans-Riberi · 6 years ago
  98. 387062b Reduce unnecessary OOM from screen captures. by Yaron Friedman · 6 years ago
  99. 03fcee0 TaskScheduler: Prevent single-threaded CONTINUE_ON_SHUTDOWN from blocking shutdown. by Francois Doray · 6 years ago
  100. e6c02ce [base] Fail CHECK when dereferencing an empty optional by jdoerrie · 6 years ago