1. 162a1ea Change make_scoped_refptr() to MakeRefCounted(). by kylechar · 7 years ago
  2. 3c6ba26 Reland support for Mojom message ID scrambling by Ken Rockot · 7 years ago
  3. edb77e4 Initialize CommandLine for JUnit4 Tests by Yoland Yan · 7 years ago
  4. 33ace1d Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  5. eb2b105 Revert "Create sandbox::SeatbeltExtension to dynamically expand the Mac sandbox policy." by Thomas Anderson · 7 years ago
  6. 7ab220b Clean up memory dumps for out of process heap profiling. by Erik Chen · 7 years ago
  7. fd73d2d Add tests to document base::CopyFile() behavior. by Lei Zhang · 7 years ago
  8. 7b178f7 Create sandbox::SeatbeltExtension to dynamically expand the Mac sandbox policy. by Robert Sesek · 7 years ago
  9. 5a3bc98 Disable Smart Select for the Omnibox. by Donn Denman · 7 years ago
  10. c96d71e Add a pure Java exception reporter. by Ran Ji · 7 years ago
  11. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  12. a93d780 Fix some typos in JNI sample comments. by Michael McGreevy · 7 years ago
  13. 12f18fc Make ClampedNumeric and CheckedNumeric constexpr by Justin Schuh · 7 years ago
  14. 743f2ea [media] Support concurrent buffers in MojoDecoderBufferConverter. by Dan Sanders · 7 years ago
  15. f8ed685 vs_toolchain.py: Add default path for MSVS 2017 Enterprise. by Henrik Kjellander · 7 years ago
  16. 1e2bf5e Revert "Mojo: Scramble message IDs at build time" by Mike West · 7 years ago
  17. 4924471 Reland "Reland "Make SECURITY_DCHECK play with Albatross."" by Sigurdur Asgeirsson · 7 years ago
  18. 978e456 Remove Freed Object Tracker. by Brian White · 7 years ago
  19. a4a0fc0 Mojo: Scramble message IDs at build time by Ken Rockot · 7 years ago
  20. 5926748 Fix optimized erasing from the beginning of a circular_deque. by Brett Wilson · 7 years ago
  21. dc00d35 run_swarming_xcode_install: Add --dimension and a name tag by Sergey Berezin · 7 years ago
  22. 719300f Revert "Reland "Make SECURITY_DCHECK play with Albatross."" by Xida Chen · 7 years ago
  23. fec4f18 Mojo: Remove UAF workaround by Ken Rockot · 7 years ago
  24. 98a9f5d Reland "Make SECURITY_DCHECK play with Albatross." by Sigurdur Asgeirsson · 7 years ago
  25. 24c47bd Some new unittests for ReplaceStringPlaceholders, inspired by by Nick Carter · 7 years ago
  26. 91be9d0 file_util_posix: refactor CopyDirectory by Eric Caruso · 7 years ago
  27. f6ec5cb Remove uses of new keyword in file_util_unittest.cc. by Lei Zhang · 7 years ago
  28. 47e99bb Make base::RefCounted::DeleteInternal a function template by tzik · 7 years ago
  29. fbf7cbd Remove base::WorkerPool. by Francois Doray · 7 years ago
  30. 0cd6ab3 Add external deleter support to base::RefCounted by tzik · 7 years ago
  31. 85f948b Retry on failure DiscardableReferencePoolTest#testReferenceGCd (flaky). by vitaliii · 7 years ago
  32. 3987bda Convert file_utilities_messages to mojo by Stuart Langley · 7 years ago
  33. c1bd33b Mojo: DataPipeStringWriter -> StringDataPipeProducer by Ken Rockot · 7 years ago
  34. 7cbf769 Reverse frame order for freed-object trace. by Brian White · 7 years ago
  35. 0194d77 Mojo: Add FileDataPipeProducer by Ken Rockot · 7 years ago
  36. d0b2807 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  37. 47b82a8 Migrate multi-threaded cert verifier from WorkerPool to TaskScheduler. by Francois Doray · 7 years ago
  38. 39ee8d7 Add WrapRefCounted() to replace make_scoped_refptr. by kylechar · 7 years ago
  39. 3c49214 Fix O(n^2) performance in base::ReplaceChars() and base::RemoveChars() by Nick Carter · 7 years ago
  40. af361f1 Roll Fuchsia SDK to 36d9ffb6bda53112e826941757efe04654050d46 by Sergey Ulanov · 7 years ago
  41. d5c2336 Mark base::GenerateGUID as secure random by John Mellor · 7 years ago
  42. 08b971c Properly look up corrupted strings. by Brian White · 7 years ago
  43. 1b9544f Remove an MSVC analyze workaround. by Will Harris · 7 years ago
  44. 5fd7663 Add a minor usage note about when NOT to use base::Value by Daniel Cheng · 7 years ago
  45. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  46. 751d004 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  47. 608162c Replace std::queue with base::queue. by Brett Wilson · 7 years ago
  48. c503aee Better constify base::FilePath::CharType* strings. by Lei Zhang · 7 years ago
  49. 2229483 Mojo: Add DataPipeStringWriter by Ken Rockot · 7 years ago
  50. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  51. 59235e6 Change DLOG(FATAL) to DLOG(DCHECK) in base/ by Sigurdur Asgeirsson · 7 years ago
  52. 9414870 Android: Generalize JNI generation script so it can be used from WebRTC by Magnus Jedvert · 7 years ago
  53. a6794c0 Fuchsia: implement sandbox support via Fuchsia launch clone policy. by Kevin Marshall · 7 years ago
  54. 4b2d4a2 Change the counter type of base::RefCounted from size_t to uint32_t by tzik · 7 years ago
  55. ac213cf Add tags to UI Capture Tests by Anthony Berent · 7 years ago
  56. 3df0018 Introduce new thread restrictions API. by Francois Doray · 7 years ago
  57. 61ab06d dbus: Check ObjectPath's validity in objects' ctors by Ryo Hashimoto · 7 years ago
  58. 30ac237 dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  59. a9fb90e Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  60. f7eca0d Make VS 2017 the default compiler on Windows by Bruce Dawson · 7 years ago
  61. 82cf759 Implement MessagePumpDefault::SetTimerSlack on Mac. by Robert Sesek · 7 years ago
  62. df9353b Change CHECK to DCHECK in base::Pickle::WriteData. by Daniel Cheng · 7 years ago
  63. ad4897d Fix __mips64__ macro redefinition by Gordana Cmiljanovic · 7 years ago
  64. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  65. 1a58e9a Remove Read Write Lock by Robert Liao · 7 years ago
  66. 0914f3f Remove some debugging CHECKs. by Yuzhu Shen · 7 years ago
  67. f69fa47 Mojo: Remove some debugging CHECKs by Ken Rockot · 7 years ago
  68. 424bec9 Track freed objects. by Brian White · 7 years ago
  69. 4ff0cf4 Move instance management to D-Bus thread. by Hidehiko Abe · 7 years ago
  70. 68ab1f9 Remove base::PickleSizer by Daniel Cheng · 7 years ago
  71. 8c9e902 memory-infra: Enable LevelDB global dumps in background mode by Lalit Maganti · 7 years ago
  72. a2fe0fd [memory-infra] Whitelist leveldatabase MDP. by Chris Mumford · 7 years ago
  73. c37bf44 Migrate ChromeBrowserPolicyConnector to TaskScheduler by Gabriel Charette · 7 years ago
  74. b389ced Android: Allow disabling StrictMode VM policies by Peter Wen · 7 years ago
  75. 5aaff46 Remove sdch_manager from memory_infra_background_whitelist.cc by Helen Li · 7 years ago
  76. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  77. eacc1c7 Give kSyzyAsanDCheckIsFatalFeature unique linkage. by Sigurdur Asgeirsson · 7 years ago
  78. 256a5f7 Add code size advantage to circular_deque doc by Brett Wilson · 7 years ago
  79. 6b759ad Add base::FeatureParam<> struct by sfiera · 7 years ago
  80. ad25f98 memory-infra: relax race detection check in MDM::InvokeOnMemoryDump by Primiano Tucci · 7 years ago
  81. b38c833 Move deg<->rad conversions from cc to ui/gfx/geometry and use them more. by Peter Kasting · 7 years ago
  82. 480e43b memory-infra: Fix TOCTTOU bug on ThreadLocalEventBuffer MDP by Primiano Tucci · 7 years ago
  83. 9330e93 Implement Process::IsRunning on Windows by Zijie He · 7 years ago
  84. 9b4d85b Convert queue and deque to base ones in //media by Brett Wilson · 7 years ago
  85. 809852c Adding tracking of location for AutoCloseableRouter. by Jay Civelli · 7 years ago
  86. 393d727 Mojofying printing::PWGRasterConverter. by Jay Civelli · 7 years ago
  87. 57b1c05 Fix test launcher crash when parsing the output of a failed, DISABLED test. by Nick Carter · 7 years ago
  88. d0e766a Add support for using seccomp_bpf on mips64el. by Wang Qing · 7 years ago
  89. f7fbbe1 Android: Add try-with-resources compatible ThreadPolicy methods. by Eric Stevenson · 7 years ago
  90. 073061e Fix base_unittests crash on Windows with --single-process-tests. by Alexei Svitkine · 7 years ago
  91. 50465b0 fuchsia: Magenta -> Zircon by Scott Graham · 7 years ago
  92. 610b17b Crash when sending oversized legacy IPC messages by Ken Rockot · 7 years ago
  93. 144d494 Revert "Make VS 2017 the default compiler on Windows" by Bruce Dawson · 7 years ago
  94. ffa02a2 Delete skipped tasks in the environment where the tasks would have run. by Francois Doray · 7 years ago
  95. 3b4de5f Make VS 2017 the default compiler on Windows by Bruce Dawson · 7 years ago
  96. 0126abe Remove tracked_objects. by Brett Wilson · 7 years ago
  97. f2657fc Cleanup IncomingTaskQueue Declaration by Robert Liao · 7 years ago
  98. 7942cd0 Fix base_nocompile_tests after Clang's static_assert wording changed by Hans Wennborg · 7 years ago
  99. 693617c Mojo class doc cleanup by Ken Rockot · 7 years ago
  100. bdcc7f8 Mojofy DidCommitProvisionalLoad. by Balazs Engedy · 7 years ago