1. ead77d1 Optimize ReadFileToStringWithMaxSize function by Mikhail Istomin · 6 years ago
  2. 45da3f1 Update Mojo platform handle wrapping APIs by Ken Rockot · 6 years ago
  3. 41b5f3b Use default page size for check. by Brian White · 6 years ago
  4. a986d8c Add a GetCumulativeCPUUsage function to ProcessMetrics. by Sigurdur Asgeirsson · 6 years ago
  5. 2bdf009 [MessageLoop cleanup] Mass migrate away from MessageLoop::QuitWhenIdleClosure(). by Gabriel Charette · 6 years ago
  6. ec50ddc Remove unnecessary visibility_blink targets by btolsch · 6 years ago
  7. af21c16 Switch to VS 2017 15.7.1 with 10.0.17134.0 SDK by Bruce Dawson · 6 years ago
  8. c6639de android: Add a detailed histogram for library prefetch failures. by Benoit Lize · 6 years ago
  9. 4815f84 [MessageLoopCurrent] Move QuitWhenIdleClosure to RunLoop by Gabriel Charette · 6 years ago
  10. 46b3637 Reland "Android: Moves InterstitialPageDelegateAndroid to test" by Jinsuk Kim · 6 years ago
  11. 40073d9 Fix operator bool in AssociatedInterfacePtrInfo and AssociatedInterfaceRequest by Jüri Valdmann · 6 years ago
  12. 5399297 Revert "Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487." by Gabriel Charette · 6 years ago
  13. 06209d5 Add a message size check to channel-associated interfaces by Ken Rockot · 6 years ago
  14. fe6e521 Perfetto: split 'complete' trace events into separate begin/end events. by Oystein Eftevaag · 6 years ago
  15. 029649e Change mojo manifest interface syntax from foo::mojom::Bar to foo.mojom.Bar. by Robert Sesek · 6 years ago
  16. 97b904a Add an explicit cast from int64_t to double by Bruce Dawson · 6 years ago
  17. a8806fd Key pending EarlyTraceEvents by name+tid. by Dmitry Skiba · 6 years ago
  18. af65e5b Histograms - Make DCHECK More Strict by Mark Pearson · 6 years ago
  19. 28c53ea Fix Interface JS externs generation for mojo. by Christopher Lam · 6 years ago
  20. dc79dbb Use /proc/pid/stat to get total CPU time on Linux. by Sigurdur Asgeirsson · 6 years ago
  21. 5a1c785 base: Introduce NullCallback by Xiaohan Wang · 6 years ago
  22. 86d5b21 [sampling heap profiler] Speed up RecordFree operation. by Alexei Filippov · 6 years ago
  23. 92c503c Minor Fuchsia-specific fix to base/test/perf_test_suite.cc by Stephan Stross · 6 years ago
  24. ca7f8d7 Remove base::FileUtilProxy::Touch(). by Lei Zhang · 6 years ago
  25. fdb8643 Download location: Fix an issue in getAllPrivateDownloadsDirectories. by Xing Liu · 6 years ago
  26. 5e7ab87 Revert "Mojo EDK: Improve internal process handle ownership" by Ken Rockot · 6 years ago
  27. a687c64 android: Raise browser fd limit by Bo Liu · 6 years ago
  28. f12643d Remove base::string_as_array by Ryan Sleevi · 6 years ago
  29. e912a1f Fuchsia: Allow individual files to be cloned by launch_fuchsia.cc by Kevin Marshall · 6 years ago
  30. e4e87ee [sampling heap profiler] Fix a deadlock. by Alexei Filippov · 6 years ago
  31. 52eca3a Fix nits in base/files/file_util_posix.cc. by Lei Zhang · 6 years ago
  32. e9702ec Switch CustomHistogram::ArrayToCustomRanges to base::span<> by Ryan Sleevi · 6 years ago
  33. fb628d6 Move cxa_demangle_stub.cc from base to libc++abi by Tom Anderson · 6 years ago
  34. ddf6b76 [MessageLoopForIO] Rename variables after standardizing MessagePumpForIO::FdWatchController class name. by Gabriel Charette · 6 years ago
  35. d70c818 Google C++ style guide recomends nothrow move constructors by Denis Yaroshevskiy · 6 years ago
  36. 50eaa29 Mock more methods of dbus::Bus in dbus::MockBus. by Ben Chan · 6 years ago
  37. 1579b89 [clang-tidy] Readability fixes for src/components/[m-p].* by Zinovy Nis · 6 years ago
  38. 1ff96ce Introduce TextViewCompoundDrawables widget for use in Simplified NTP by Theresa · 6 years ago
  39. 0b93c34 Download location: Fix issue that can't access file on SD card. by Xing Liu · 6 years ago
  40. 7fa12dc [base] Add default arguments for WaitableEvent construction. by Gabriel Charette · 6 years ago
  41. db363f4 Discourage base::ResetAndReturn(). by Bence Béky · 6 years ago
  42. 8d7e428 Fixed memory leak in InterfacePtrSet::RemovePtr by Daniel Murphy · 6 years ago
  43. 818752b [Windows/Ozone] remove WatchFileDescriptor for Windows/Ozone by Mustafa Çamurcu · 6 years ago
  44. 5dd621a Make TaskQueueManagerImpl tests use TestMockTimeTaskRunner. by Greg Kraynov · 6 years ago
  45. 6cc97cf visual studio setup: require older SDK by Johann · 6 years ago
  46. 1d0944d Check theory that entire mmap page is getting zeroed. by Brian White · 6 years ago
  47. ceaa6cf Mojo fuzzing bindings: Fix handle/interface generation/mutation logic. by Oliver Chang · 6 years ago
  48. 0090b8d Roll ICU to ICU 61.1 + local changes by Jungshik Shin · 6 years ago
  49. 58888df [Fuchsia] Enable ProcessUtilTests tests. by Sergey Ulanov · 6 years ago
  50. d5685af Prune cancelled pending tasks in TestMockTimeTaskRunner. by Greg Kraynov · 6 years ago
  51. 6f1e7ea Fuchsia: Prepare for OS_POSIX removal in mojo/ by Fabrice de Gans-Riberi · 6 years ago
  52. 492c56b android: Do not generate .apk.jar.info files in javac.py by David 'Digit' Turner · 6 years ago
  53. 55209d8 Add base::RandomShuffle as a replacement of deprecated std::random_shuffle by tzik · 6 years ago
  54. c444733 Switch an easy token_begin/token_end use to token_piece. by David Benjamin · 6 years ago
  55. 6a9cd0e [Fuchsia] fix fdio_transfer_fd() result handling in base::LaunchProcess by Sergey Ulanov · 6 years ago
  56. 9ef76e7 [Logging] Hint of use-after-free indicating error in POSIX's LockImpl. by Gabriel Charette · 6 years ago
  57. ba11b83 Add base::Value::DictSize() and base::Value::DictEmpty(). by Lei Zhang · 6 years ago
  58. b1ad1ab Fuchsia: Prepare for OS_POSIX removal in ipc/ by Fabrice de Gans-Riberi · 6 years ago
  59. 332ec77 Add mojom, struct_traits and typemap for AggregatedHitTestRegion. by Ria Jiang · 6 years ago
  60. 58c28c1 Fully move PathService into the base namespace. by Avi Drissman · 6 years ago
  61. 68c298b Reland "[TaskScheduler] Label SchedulerWorker threads stacks with an identifying frame" by Gabriel Charette · 6 years ago
  62. 064bcc0 Enable ProcessUtilTest.LaunchWithHandleTransfer on Fuchsia by Sergey Ulanov · 6 years ago
  63. b98b73e strings/char_traits.h: use HAS_FEATURE instead of __has_feature by Takuto Ikuta · 6 years ago
  64. 93c1a02 DCHECK that |ptr| is valid when creating WeakPtrFactory by Wez · 6 years ago
  65. ec9b38f android: Kill child process when out of service slots by Bo Liu · 6 years ago
  66. 44016f7 Revert "[TaskScheduler] Label SchedulerWorker threads stacks with an identifying frame" by Gabriel Charette · 6 years ago
  67. da91a91 Perfetto: Support POD trace event arguments by Oystein Eftevaag · 6 years ago
  68. 71bb73c Make base::StringPiece more constexpr by Daniel Cheng · 6 years ago
  69. 98cc93e [TaskScheduler] Label SchedulerWorker threads stacks with an identifying frame by Gabriel Charette · 6 years ago
  70. 1df64a9 flat_map: Readd constructors and assignment operator overloads. by Raphael Kubo da Costa · 6 years ago
  71. 14d532d [TaskScheduler] Label service thread's stack with an identifying frame. by Gabriel Charette · 6 years ago
  72. 70e3146 [v8 platform] Use modern v8 worker threads API in gin. by Gabriel Charette · 6 years ago
  73. 6f91b95 MSVC Compatibility: span.h adjustments by Robert Liao · 6 years ago
  74. 343d8c1 [TaskScheduler] OnMainEntry()'s SchedulerWorker* can and should be const by Gabriel Charette · 6 years ago
  75. 1e7800e Clean up most Mojo core APIs by Ken Rockot · 6 years ago
  76. 62ed745 Filenames might contain characters that are not normal in URLs by Pete Williamson · 6 years ago
  77. d73537a Move some uses of PathService into the base namespace. by Avi Drissman · 6 years ago
  78. d3af075 Update doc links in Mojo docs by Ken Rockot · 6 years ago
  79. 4131e50 Use virtual call to base::Timer::Start by Tom Anderson · 6 years ago
  80. 3e1f3fc [Metrics] Fix histogram boundary error string by David Roger · 6 years ago
  81. 3e6b482 [base] Implement Extent in base::span by jdoerrie · 6 years ago
  82. c2b6b3e 🔁 Create a client for Trusted Web Activity Notification Delegation. by Peter E Conn · 6 years ago
  83. 672524a Remove MojoGetProperty and EDK SetProperty APIs by Ken Rockot · 6 years ago
  84. 6c71ae3 Fix ElfReaderTest.ReadElfLibraryName on android component builds by Siddhartha · 6 years ago
  85. e86d049 [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 6 years ago
  86. a2e9421 Mojo EDK: Improve internal process handle ownership by Ken Rockot · 6 years ago
  87. a09eaa5 VR: Ensure Chrome launches onto the primary display for VR Standlones by Michael Thiessen · 6 years ago
  88. 00f6dab Revert "Add sequence verification to WeakPtrBase::reset()" by Wez · 6 years ago
  89. d3ece37 Revert "Thread-safe validity check for WeakPtr" by Wez · 6 years ago
  90. 4f06eb2 Build mojo JS bindings by default when IPC fuzzer is enabled. by Oliver Chang · 6 years ago
  91. 208544f [MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunner by Gabriel Charette · 6 years ago
  92. 46f1346 Thread-safe validity check for WeakPtr by Olivier Li · 6 years ago
  93. 0736c52 Updates UniquePtrMatcher to have deleter by Scott Violet · 6 years ago
  94. b532393 Chrome style plugin: enable virtual specifier checks for Gmock objects in //mojo. by Daniel Cheng · 6 years ago
  95. 0092ad6 Add override for overridden functions under /mojo by Takuto Ikuta · 6 years ago
  96. ee9dbcc android: Remove initial binding by Bo Liu · 6 years ago
  97. 15361ad [TaskScheduler] Clear blocking observer when using WaitableEvent in tests. by Francois Doray · 6 years ago
  98. 184c5eb [build/android] Replace version_codes.O_MR1 with OREO_MR1 by Juan Antonio Navarro Perez · 6 years ago
  99. d586afd Fuchsia: Delete package-probing conditionals from codebase. by Kevin Marshall · 6 years ago
  100. 368aa45 Add util for reading library name from elf binary by Siddhartha · 6 years ago