1. edbf857 Use DCHECK instead of assert on scoped_refptr assertions by tzik · 7 years ago
  2. 1302285 Android: Add tests for StrictModeContext. by Eric Stevenson · 7 years ago
  3. 083c5de Remove MakeIndexSequenceForTuple by tzik · 7 years ago
  4. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  5. 4ea5223 Add a test of SharedMemory by Zijie He · 7 years ago
  6. eebfcfb Roll Fuchsia SDK to 226f6dd0cad1d6be63a353ce2649423470729ae9. by Wez · 7 years ago
  7. 4a9c1db gl: Add TraceEvents for eglGetFrameTimestamps. by Brian Anderson · 7 years ago
  8. 56cc5cb memory-infra: delay first periodic dump by 200 ms by Lalit Maganti · 7 years ago
  9. 7c3de9f Remove base::ThreadRestrictions::AssertWaitAllowed(). by Francois Doray · 7 years ago
  10. 6691282 Revert "[cc] Split TransformNode members into input values and derived values" by Thiemo Nagel · 7 years ago
  11. 3841cbd Adds a flag #left-to-right-urls to change BiDi URL rendering. by Matt Giuca · 7 years ago
  12. eeced63 Remove WithBaseSyncPrimitives() from observer_list_unittest.cc. by Francois Doray · 7 years ago
  13. c697923 [cc] Split TransformNode members into input values and derived values by Tien-Ren Chen · 7 years ago
  14. c6d4d43 base: inline ThreadSafeRefCounted destructor in release builds. by David 'Digit' Turner · 7 years ago
  15. 54ebc6a Remove whitespace generated by mojo js template by Conley Owens · 7 years ago
  16. 1b3b385 Revert "Reorder saturation calculation for ClampAddOp and ClampSupOp" by Justin Schuh · 7 years ago
  17. fc23cd5 Reduce test file size in FileDataPipeProducerTest.HugeFile. by Wez · 7 years ago
  18. e58df7b Remove VallidateAllHistograms. by Brian White · 7 years ago
  19. 7a7fa9f Fix TODOs related to constexpr in base::Optional by Daniel Cheng · 7 years ago
  20. 900f62c Mojo: Fix scrambled message ID build conditions by Ken Rockot · 7 years ago
  21. 497db10 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  22. 9dc4e75 Android: Fix running junit4 tests with incremental install by Andrew Grieve · 7 years ago
  23. b0817bb Android: Remove --wait-for-java-debugger Chrome flag by Andrew Grieve · 7 years ago
  24. 3502b1a Mojo: Use internal salt suffix for branded builds by Ken Rockot · 7 years ago
  25. bfabd7d [Cleanup] Improve documentation for enumerated histogram best practices. by Ilya Sherman · 7 years ago
  26. 44ef5e6 Remove workarounds for VS 2015 and early-VS 2017 bugs by Bruce Dawson · 7 years ago
  27. e45f604 Convert CommandLineInitUtilTest to JUnit4 by Yoland Yan · 7 years ago
  28. f22a203 Fix sampling profiler shutdown logic with periodic sampling. by Alexei Svitkine · 7 years ago
  29. af48a35 Reland "Create sandbox::SeatbeltExtension to dynamically expand the Mac sandbox policy." by Robert Sesek · 7 years ago
  30. 06a3b8d Adding missing include guard to test header file. by Daniel Bratell · 7 years ago
  31. 6b939ab Extracting proxy resolver Mojo files from net/ to their own service. by Jay Civelli · 7 years ago
  32. 8f6a25e Reorder saturation calculation for ClampAddOp and ClampSupOp by Justin Schuh · 7 years ago
  33. 90ce292 Change TraceNetLogObserver to use TraceLog::AsyncEnabledStateObserver by Helen Li · 7 years ago
  34. 162a1ea Change make_scoped_refptr() to MakeRefCounted(). by kylechar · 7 years ago
  35. 3c6ba26 Reland support for Mojom message ID scrambling by Ken Rockot · 7 years ago
  36. edb77e4 Initialize CommandLine for JUnit4 Tests by Yoland Yan · 7 years ago
  37. 33ace1d Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  38. eb2b105 Revert "Create sandbox::SeatbeltExtension to dynamically expand the Mac sandbox policy." by Thomas Anderson · 7 years ago
  39. 7ab220b Clean up memory dumps for out of process heap profiling. by Erik Chen · 7 years ago
  40. fd73d2d Add tests to document base::CopyFile() behavior. by Lei Zhang · 7 years ago
  41. 7b178f7 Create sandbox::SeatbeltExtension to dynamically expand the Mac sandbox policy. by Robert Sesek · 7 years ago
  42. 5a3bc98 Disable Smart Select for the Omnibox. by Donn Denman · 7 years ago
  43. c96d71e Add a pure Java exception reporter. by Ran Ji · 7 years ago
  44. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  45. a93d780 Fix some typos in JNI sample comments. by Michael McGreevy · 7 years ago
  46. 12f18fc Make ClampedNumeric and CheckedNumeric constexpr by Justin Schuh · 7 years ago
  47. 743f2ea [media] Support concurrent buffers in MojoDecoderBufferConverter. by Dan Sanders · 7 years ago
  48. f8ed685 vs_toolchain.py: Add default path for MSVS 2017 Enterprise. by Henrik Kjellander · 7 years ago
  49. 1e2bf5e Revert "Mojo: Scramble message IDs at build time" by Mike West · 7 years ago
  50. 4924471 Reland "Reland "Make SECURITY_DCHECK play with Albatross."" by Sigurdur Asgeirsson · 7 years ago
  51. 978e456 Remove Freed Object Tracker. by Brian White · 7 years ago
  52. a4a0fc0 Mojo: Scramble message IDs at build time by Ken Rockot · 7 years ago
  53. 5926748 Fix optimized erasing from the beginning of a circular_deque. by Brett Wilson · 7 years ago
  54. dc00d35 run_swarming_xcode_install: Add --dimension and a name tag by Sergey Berezin · 7 years ago
  55. 719300f Revert "Reland "Make SECURITY_DCHECK play with Albatross."" by Xida Chen · 7 years ago
  56. fec4f18 Mojo: Remove UAF workaround by Ken Rockot · 7 years ago
  57. 98a9f5d Reland "Make SECURITY_DCHECK play with Albatross." by Sigurdur Asgeirsson · 7 years ago
  58. 24c47bd Some new unittests for ReplaceStringPlaceholders, inspired by by Nick Carter · 7 years ago
  59. 91be9d0 file_util_posix: refactor CopyDirectory by Eric Caruso · 7 years ago
  60. f6ec5cb Remove uses of new keyword in file_util_unittest.cc. by Lei Zhang · 7 years ago
  61. 47e99bb Make base::RefCounted::DeleteInternal a function template by tzik · 7 years ago
  62. fbf7cbd Remove base::WorkerPool. by Francois Doray · 7 years ago
  63. 0cd6ab3 Add external deleter support to base::RefCounted by tzik · 7 years ago
  64. 85f948b Retry on failure DiscardableReferencePoolTest#testReferenceGCd (flaky). by vitaliii · 7 years ago
  65. 3987bda Convert file_utilities_messages to mojo by Stuart Langley · 7 years ago
  66. c1bd33b Mojo: DataPipeStringWriter -> StringDataPipeProducer by Ken Rockot · 7 years ago
  67. 7cbf769 Reverse frame order for freed-object trace. by Brian White · 7 years ago
  68. 0194d77 Mojo: Add FileDataPipeProducer by Ken Rockot · 7 years ago
  69. d0b2807 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  70. 47b82a8 Migrate multi-threaded cert verifier from WorkerPool to TaskScheduler. by Francois Doray · 7 years ago
  71. 39ee8d7 Add WrapRefCounted() to replace make_scoped_refptr. by kylechar · 7 years ago
  72. 3c49214 Fix O(n^2) performance in base::ReplaceChars() and base::RemoveChars() by Nick Carter · 7 years ago
  73. af361f1 Roll Fuchsia SDK to 36d9ffb6bda53112e826941757efe04654050d46 by Sergey Ulanov · 7 years ago
  74. d5c2336 Mark base::GenerateGUID as secure random by John Mellor · 7 years ago
  75. 08b971c Properly look up corrupted strings. by Brian White · 7 years ago
  76. 1b9544f Remove an MSVC analyze workaround. by Will Harris · 7 years ago
  77. 5fd7663 Add a minor usage note about when NOT to use base::Value by Daniel Cheng · 7 years ago
  78. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  79. 751d004 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  80. 608162c Replace std::queue with base::queue. by Brett Wilson · 7 years ago
  81. c503aee Better constify base::FilePath::CharType* strings. by Lei Zhang · 7 years ago
  82. 2229483 Mojo: Add DataPipeStringWriter by Ken Rockot · 7 years ago
  83. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  84. 59235e6 Change DLOG(FATAL) to DLOG(DCHECK) in base/ by Sigurdur Asgeirsson · 7 years ago
  85. 9414870 Android: Generalize JNI generation script so it can be used from WebRTC by Magnus Jedvert · 7 years ago
  86. a6794c0 Fuchsia: implement sandbox support via Fuchsia launch clone policy. by Kevin Marshall · 7 years ago
  87. 4b2d4a2 Change the counter type of base::RefCounted from size_t to uint32_t by tzik · 7 years ago
  88. ac213cf Add tags to UI Capture Tests by Anthony Berent · 7 years ago
  89. 3df0018 Introduce new thread restrictions API. by Francois Doray · 7 years ago
  90. 61ab06d dbus: Check ObjectPath's validity in objects' ctors by Ryo Hashimoto · 7 years ago
  91. 30ac237 dbus: Always append valid bool values by Ryo Hashimoto · 7 years ago
  92. a9fb90e Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  93. f7eca0d Make VS 2017 the default compiler on Windows by Bruce Dawson · 7 years ago
  94. 82cf759 Implement MessagePumpDefault::SetTimerSlack on Mac. by Robert Sesek · 7 years ago
  95. df9353b Change CHECK to DCHECK in base::Pickle::WriteData. by Daniel Cheng · 7 years ago
  96. ad4897d Fix __mips64__ macro redefinition by Gordana Cmiljanovic · 7 years ago
  97. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  98. 1a58e9a Remove Read Write Lock by Robert Liao · 7 years ago
  99. 0914f3f Remove some debugging CHECKs. by Yuzhu Shen · 7 years ago
  100. f69fa47 Mojo: Remove some debugging CHECKs by Ken Rockot · 7 years ago