1. 4924471 Reland "Reland "Make SECURITY_DCHECK play with Albatross."" by Sigurdur Asgeirsson · 7 years ago
  2. 978e456 Remove Freed Object Tracker. by Brian White · 7 years ago
  3. a4a0fc0 Mojo: Scramble message IDs at build time by Ken Rockot · 7 years ago
  4. 5926748 Fix optimized erasing from the beginning of a circular_deque. by Brett Wilson · 7 years ago
  5. dc00d35 run_swarming_xcode_install: Add --dimension and a name tag by Sergey Berezin · 7 years ago
  6. 719300f Revert "Reland "Make SECURITY_DCHECK play with Albatross."" by Xida Chen · 7 years ago
  7. fec4f18 Mojo: Remove UAF workaround by Ken Rockot · 7 years ago
  8. 98a9f5d Reland "Make SECURITY_DCHECK play with Albatross." by Sigurdur Asgeirsson · 7 years ago
  9. 24c47bd Some new unittests for ReplaceStringPlaceholders, inspired by by Nick Carter · 7 years ago
  10. 91be9d0 file_util_posix: refactor CopyDirectory by Eric Caruso · 7 years ago
  11. f6ec5cb Remove uses of new keyword in file_util_unittest.cc. by Lei Zhang · 7 years ago
  12. 47e99bb Make base::RefCounted::DeleteInternal a function template by tzik · 7 years ago
  13. fbf7cbd Remove base::WorkerPool. by Francois Doray · 7 years ago
  14. 0cd6ab3 Add external deleter support to base::RefCounted by tzik · 7 years ago
  15. 85f948b Retry on failure DiscardableReferencePoolTest#testReferenceGCd (flaky). by vitaliii · 7 years ago
  16. 3987bda Convert file_utilities_messages to mojo by Stuart Langley · 7 years ago
  17. c1bd33b Mojo: DataPipeStringWriter -> StringDataPipeProducer by Ken Rockot · 7 years ago
  18. 7cbf769 Reverse frame order for freed-object trace. by Brian White · 7 years ago
  19. 0194d77 Mojo: Add FileDataPipeProducer by Ken Rockot · 7 years ago
  20. d0b2807 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  21. 47b82a8 Migrate multi-threaded cert verifier from WorkerPool to TaskScheduler. by Francois Doray · 7 years ago
  22. 39ee8d7 Add WrapRefCounted() to replace make_scoped_refptr. by kylechar · 7 years ago
  23. 3c49214 Fix O(n^2) performance in base::ReplaceChars() and base::RemoveChars() by Nick Carter · 7 years ago
  24. af361f1 Roll Fuchsia SDK to 36d9ffb6bda53112e826941757efe04654050d46 by Sergey Ulanov · 7 years ago
  25. d5c2336 Mark base::GenerateGUID as secure random by John Mellor · 7 years ago
  26. 08b971c Properly look up corrupted strings. by Brian White · 7 years ago
  27. 1b9544f Remove an MSVC analyze workaround. by Will Harris · 7 years ago
  28. 5fd7663 Add a minor usage note about when NOT to use base::Value by Daniel Cheng · 7 years ago
  29. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  30. 751d004 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  31. 608162c Replace std::queue with base::queue. by Brett Wilson · 7 years ago
  32. c503aee Better constify base::FilePath::CharType* strings. by Lei Zhang · 7 years ago
  33. 2229483 Mojo: Add DataPipeStringWriter by Ken Rockot · 7 years ago
  34. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  35. 59235e6 Change DLOG(FATAL) to DLOG(DCHECK) in base/ by Sigurdur Asgeirsson · 7 years ago
  36. 9414870 Android: Generalize JNI generation script so it can be used from WebRTC by Magnus Jedvert · 7 years ago
  37. a6794c0 Fuchsia: implement sandbox support via Fuchsia launch clone policy. by Kevin Marshall · 7 years ago
  38. 4b2d4a2 Change the counter type of base::RefCounted from size_t to uint32_t by tzik · 7 years ago
  39. ac213cf Add tags to UI Capture Tests by Anthony Berent · 7 years ago
  40. 3df0018 Introduce new thread restrictions API. by Francois Doray · 7 years ago
  41. 61ab06d dbus: Check ObjectPath's validity in objects' ctors by Ryo Hashimoto · 7 years ago
  42. 30ac237 dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  43. a9fb90e Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  44. f7eca0d Make VS 2017 the default compiler on Windows by Bruce Dawson · 7 years ago
  45. 82cf759 Implement MessagePumpDefault::SetTimerSlack on Mac. by Robert Sesek · 7 years ago
  46. df9353b Change CHECK to DCHECK in base::Pickle::WriteData. by Daniel Cheng · 7 years ago
  47. ad4897d Fix __mips64__ macro redefinition by Gordana Cmiljanovic · 7 years ago
  48. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  49. 1a58e9a Remove Read Write Lock by Robert Liao · 7 years ago
  50. 0914f3f Remove some debugging CHECKs. by Yuzhu Shen · 7 years ago
  51. f69fa47 Mojo: Remove some debugging CHECKs by Ken Rockot · 7 years ago
  52. 424bec9 Track freed objects. by Brian White · 7 years ago
  53. 4ff0cf4 Move instance management to D-Bus thread. by Hidehiko Abe · 7 years ago
  54. 68ab1f9 Remove base::PickleSizer by Daniel Cheng · 7 years ago
  55. 8c9e902 memory-infra: Enable LevelDB global dumps in background mode by Lalit Maganti · 7 years ago
  56. a2fe0fd [memory-infra] Whitelist leveldatabase MDP. by Chris Mumford · 7 years ago
  57. c37bf44 Migrate ChromeBrowserPolicyConnector to TaskScheduler by Gabriel Charette · 7 years ago
  58. b389ced Android: Allow disabling StrictMode VM policies by Peter Wen · 7 years ago
  59. 5aaff46 Remove sdch_manager from memory_infra_background_whitelist.cc by Helen Li · 7 years ago
  60. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  61. eacc1c7 Give kSyzyAsanDCheckIsFatalFeature unique linkage. by Sigurdur Asgeirsson · 7 years ago
  62. 256a5f7 Add code size advantage to circular_deque doc by Brett Wilson · 7 years ago
  63. 6b759ad Add base::FeatureParam<> struct by sfiera · 7 years ago
  64. ad25f98 memory-infra: relax race detection check in MDM::InvokeOnMemoryDump by Primiano Tucci · 7 years ago
  65. b38c833 Move deg<->rad conversions from cc to ui/gfx/geometry and use them more. by Peter Kasting · 7 years ago
  66. 480e43b memory-infra: Fix TOCTTOU bug on ThreadLocalEventBuffer MDP by Primiano Tucci · 7 years ago
  67. 9330e93 Implement Process::IsRunning on Windows by Zijie He · 7 years ago
  68. 9b4d85b Convert queue and deque to base ones in //media by Brett Wilson · 7 years ago
  69. 809852c Adding tracking of location for AutoCloseableRouter. by Jay Civelli · 7 years ago
  70. 393d727 Mojofying printing::PWGRasterConverter. by Jay Civelli · 7 years ago
  71. 57b1c05 Fix test launcher crash when parsing the output of a failed, DISABLED test. by Nick Carter · 7 years ago
  72. d0e766a Add support for using seccomp_bpf on mips64el. by Wang Qing · 7 years ago
  73. f7fbbe1 Android: Add try-with-resources compatible ThreadPolicy methods. by Eric Stevenson · 7 years ago
  74. 073061e Fix base_unittests crash on Windows with --single-process-tests. by Alexei Svitkine · 7 years ago
  75. 50465b0 fuchsia: Magenta -> Zircon by Scott Graham · 7 years ago
  76. 610b17b Crash when sending oversized legacy IPC messages by Ken Rockot · 7 years ago
  77. 144d494 Revert "Make VS 2017 the default compiler on Windows" by Bruce Dawson · 7 years ago
  78. ffa02a2 Delete skipped tasks in the environment where the tasks would have run. by Francois Doray · 7 years ago
  79. 3b4de5f Make VS 2017 the default compiler on Windows by Bruce Dawson · 7 years ago
  80. 0126abe Remove tracked_objects. by Brett Wilson · 7 years ago
  81. f2657fc Cleanup IncomingTaskQueue Declaration by Robert Liao · 7 years ago
  82. 7942cd0 Fix base_nocompile_tests after Clang's static_assert wording changed by Hans Wennborg · 7 years ago
  83. 693617c Mojo class doc cleanup by Ken Rockot · 7 years ago
  84. bdcc7f8 Mojofy DidCommitProvisionalLoad. by Balazs Engedy · 7 years ago
  85. b09d431 Install Xcode via swarming. by Justin Cohen · 7 years ago
  86. d84c025 Add constructor for move-only data to base::RefCountedData by Kinuko Yasuda · 7 years ago
  87. f98504a Remove IPC::Channel::OutputElement in IPC::Channel by Gyuyoung Kim · 7 years ago
  88. 38087d3 Mojo: Pad port table entries with extra bytes by Ken Rockot · 7 years ago
  89. 9cc7844 Mojo: Add some class docs for Node, Port, Event by Ken Rockot · 7 years ago
  90. 6968aa3 Mojo C++ bindings: fix typo and add 'const's. by Yuzhu Shen · 7 years ago
  91. d5b8dbe Revert "Mojo: Check for null on Watch creation" by Reilly Grant · 7 years ago
  92. 2580730 Refactor PolicyMap::Entry::has_higher_priority_than by Lutz Justen · 7 years ago
  93. ebfd2d0 memory-infra: entries_for_testing() -> entries() by Hector Dearman · 7 years ago
  94. 7cabfbb Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 7 years ago
  95. 6fd0f55 Move constants for pi from cc to base and use them more widely. by Peter Kasting · 7 years ago
  96. b3a77c9 Mojo Bindings: Support handles in native structs by Ken Rockot · 7 years ago
  97. 14b3d6e Add MessageLoopPerfTests by Robert Liao · 7 years ago
  98. a91c6fc Mojo: Force crash when sending oversized messages by Ken Rockot · 7 years ago
  99. 4156ea9 Mojo C++ MultiplexRouter: use a base::small_map with 1 inlined slot for endpoints. by Yuzhu Shen · 7 years ago
  100. 5fcd78b Move cc::MathUtil::ClampToRange() to base and use it more broadly. by Peter Kasting · 7 years ago