1. 473708a base: Add CFI_ERROR_MSG patterns for Android and Windows. by Peter Collingbourne · 7 years ago
  2. cfa05a8 Cap number of TaskPriority::BACKGROUND tasks in a TaskScheduler. by Francois Doray · 7 years ago
  3. bf1f34d memory-infra: Remove old MemoryAllocatorDump ctor by Hector Dearman · 7 years ago
  4. ea9a798 Memory-infra: Add heap dumps for all modes by Siddhartha · 7 years ago
  5. d6513e1 Use C++11 style unions for base::Value. by Daniel Cheng · 7 years ago
  6. 28bb6ec Fix the name OSCPScopedAllowBaseSyncPrimitives. by Eric Roman · 7 years ago
  7. 22da464 Added test to filepath by Anton Urusov · 7 years ago
  8. 605db6d Added new PMA test for truncated files. by Brian White · 7 years ago
  9. 65e3148 Refactor MessageLoop Queues to IncomingTaskQueue by Robert Liao · 7 years ago
  10. af5022f Remove WithBaseSyncPrimitives() from file_service.cc. by Francois Doray · 7 years ago
  11. 5f64343 Use "run" instead of "schedule" in base/task_scheduler/. by Francois Doray · 7 years ago
  12. 67c2dbe scheduler: Add enum base::Nestable by Hajime Hoshi · 7 years ago
  13. 8aef0bc Remove ManualConstructor usage from JSON parser. by Daniel Cheng · 7 years ago
  14. 5a7fd5d Use C++11 style unions in base::small_map by Daniel Cheng · 7 years ago
  15. 441ac55 Move cc::MathUtil::ApproximatelyEqual() from cc/base/math_util.h to base/numerics/ranges.h by Miguel Casas-Sanchez · 7 years ago
  16. decf640 Rename kHeapProfilingModeNoStack mode to kHeapProfilingModeBackground by Siddhartha · 7 years ago
  17. ea1384e viz: Refactor FragmentShader to construct fewer std::strings. by Jeremy Roman · 7 years ago
  18. cc5b451 memory-infra: split up serialization of process memory dumps by Lalit Maganti · 7 years ago
  19. 41e6309 memory-infra: Process graph edges in memory instrumentation graph processor by Lalit Maganti · 7 years ago
  20. 61b041a base::flat_map was missing defaults for duplication handling. by Denis Yaroshevskiy · 7 years ago
  21. 1c479b3 Disallow resetting the CommandLine after native startup. by Bernhard Bauer · 7 years ago
  22. 3f64933 Remove base::Location::Write. by Brett Wilson · 7 years ago
  23. d1ea9b9 [Mac] Report total idle wakeups instead of just package exits. by Leonard Grey · 7 years ago
  24. 679252f memory-infra: Remove attributes_for_testing by Hector Dearman · 7 years ago
  25. edbf857 Use DCHECK instead of assert on scoped_refptr assertions by tzik · 7 years ago
  26. 1302285 Android: Add tests for StrictModeContext. by Eric Stevenson · 7 years ago
  27. 083c5de Remove MakeIndexSequenceForTuple by tzik · 7 years ago
  28. 703169d Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  29. 4ea5223 Add a test of SharedMemory by Zijie He · 7 years ago
  30. eebfcfb Roll Fuchsia SDK to 226f6dd0cad1d6be63a353ce2649423470729ae9. by Wez · 7 years ago
  31. 4a9c1db gl: Add TraceEvents for eglGetFrameTimestamps. by Brian Anderson · 7 years ago
  32. 56cc5cb memory-infra: delay first periodic dump by 200 ms by Lalit Maganti · 7 years ago
  33. 7c3de9f Remove base::ThreadRestrictions::AssertWaitAllowed(). by Francois Doray · 7 years ago
  34. 3841cbd Adds a flag #left-to-right-urls to change BiDi URL rendering. by Matt Giuca · 7 years ago
  35. eeced63 Remove WithBaseSyncPrimitives() from observer_list_unittest.cc. by Francois Doray · 7 years ago
  36. c6d4d43 base: inline ThreadSafeRefCounted destructor in release builds. by David 'Digit' Turner · 7 years ago
  37. 1b3b385 Revert "Reorder saturation calculation for ClampAddOp and ClampSupOp" by Justin Schuh · 7 years ago
  38. e58df7b Remove VallidateAllHistograms. by Brian White · 7 years ago
  39. 7a7fa9f Fix TODOs related to constexpr in base::Optional by Daniel Cheng · 7 years ago
  40. 497db10 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  41. 9dc4e75 Android: Fix running junit4 tests with incremental install by Andrew Grieve · 7 years ago
  42. b0817bb Android: Remove --wait-for-java-debugger Chrome flag by Andrew Grieve · 7 years ago
  43. bfabd7d [Cleanup] Improve documentation for enumerated histogram best practices. by Ilya Sherman · 7 years ago
  44. e45f604 Convert CommandLineInitUtilTest to JUnit4 by Yoland Yan · 7 years ago
  45. f22a203 Fix sampling profiler shutdown logic with periodic sampling. by Alexei Svitkine · 7 years ago
  46. 8f6a25e Reorder saturation calculation for ClampAddOp and ClampSupOp by Justin Schuh · 7 years ago
  47. 90ce292 Change TraceNetLogObserver to use TraceLog::AsyncEnabledStateObserver by Helen Li · 7 years ago
  48. edb77e4 Initialize CommandLine for JUnit4 Tests by Yoland Yan · 7 years ago
  49. 7ab220b Clean up memory dumps for out of process heap profiling. by Erik Chen · 7 years ago
  50. fd73d2d Add tests to document base::CopyFile() behavior. by Lei Zhang · 7 years ago
  51. 5a3bc98 Disable Smart Select for the Omnibox. by Donn Denman · 7 years ago
  52. c96d71e Add a pure Java exception reporter. by Ran Ji · 7 years ago
  53. 19fd2bb Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  54. a93d780 Fix some typos in JNI sample comments. by Michael McGreevy · 7 years ago
  55. 12f18fc Make ClampedNumeric and CheckedNumeric constexpr by Justin Schuh · 7 years ago
  56. 4924471 Reland "Reland "Make SECURITY_DCHECK play with Albatross."" by Sigurdur Asgeirsson · 7 years ago
  57. 978e456 Remove Freed Object Tracker. by Brian White · 7 years ago
  58. 5926748 Fix optimized erasing from the beginning of a circular_deque. by Brett Wilson · 7 years ago
  59. 719300f Revert "Reland "Make SECURITY_DCHECK play with Albatross."" by Xida Chen · 7 years ago
  60. 98a9f5d Reland "Make SECURITY_DCHECK play with Albatross." by Sigurdur Asgeirsson · 7 years ago
  61. 24c47bd Some new unittests for ReplaceStringPlaceholders, inspired by by Nick Carter · 7 years ago
  62. 91be9d0 file_util_posix: refactor CopyDirectory by Eric Caruso · 7 years ago
  63. f6ec5cb Remove uses of new keyword in file_util_unittest.cc. by Lei Zhang · 7 years ago
  64. 47e99bb Make base::RefCounted::DeleteInternal a function template by tzik · 7 years ago
  65. fbf7cbd Remove base::WorkerPool. by Francois Doray · 7 years ago
  66. 0cd6ab3 Add external deleter support to base::RefCounted by tzik · 7 years ago
  67. 85f948b Retry on failure DiscardableReferencePoolTest#testReferenceGCd (flaky). by vitaliii · 7 years ago
  68. 7cbf769 Reverse frame order for freed-object trace. by Brian White · 7 years ago
  69. 47b82a8 Migrate multi-threaded cert verifier from WorkerPool to TaskScheduler. by Francois Doray · 7 years ago
  70. 39ee8d7 Add WrapRefCounted() to replace make_scoped_refptr. by kylechar · 7 years ago
  71. 3c49214 Fix O(n^2) performance in base::ReplaceChars() and base::RemoveChars() by Nick Carter · 7 years ago
  72. d5c2336 Mark base::GenerateGUID as secure random by John Mellor · 7 years ago
  73. 08b971c Properly look up corrupted strings. by Brian White · 7 years ago
  74. 1b9544f Remove an MSVC analyze workaround. by Will Harris · 7 years ago
  75. 5fd7663 Add a minor usage note about when NOT to use base::Value by Daniel Cheng · 7 years ago
  76. 5c6f2e8 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  77. 38823cf Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  78. 59235e6 Change DLOG(FATAL) to DLOG(DCHECK) in base/ by Sigurdur Asgeirsson · 7 years ago
  79. 9414870 Android: Generalize JNI generation script so it can be used from WebRTC by Magnus Jedvert · 7 years ago
  80. a6794c0 Fuchsia: implement sandbox support via Fuchsia launch clone policy. by Kevin Marshall · 7 years ago
  81. 4b2d4a2 Change the counter type of base::RefCounted from size_t to uint32_t by tzik · 7 years ago
  82. ac213cf Add tags to UI Capture Tests by Anthony Berent · 7 years ago
  83. 3df0018 Introduce new thread restrictions API. by Francois Doray · 7 years ago
  84. 82cf759 Implement MessagePumpDefault::SetTimerSlack on Mac. by Robert Sesek · 7 years ago
  85. df9353b Change CHECK to DCHECK in base::Pickle::WriteData. by Daniel Cheng · 7 years ago
  86. ad4897d Fix __mips64__ macro redefinition by Gordana Cmiljanovic · 7 years ago
  87. 51215ca Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  88. 1a58e9a Remove Read Write Lock by Robert Liao · 7 years ago
  89. 424bec9 Track freed objects. by Brian White · 7 years ago
  90. 68ab1f9 Remove base::PickleSizer by Daniel Cheng · 7 years ago
  91. 8c9e902 memory-infra: Enable LevelDB global dumps in background mode by Lalit Maganti · 7 years ago
  92. a2fe0fd [memory-infra] Whitelist leveldatabase MDP. by Chris Mumford · 7 years ago
  93. c37bf44 Migrate ChromeBrowserPolicyConnector to TaskScheduler by Gabriel Charette · 7 years ago
  94. b389ced Android: Allow disabling StrictMode VM policies by Peter Wen · 7 years ago
  95. 5aaff46 Remove sdch_manager from memory_infra_background_whitelist.cc by Helen Li · 7 years ago
  96. af47cf0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  97. eacc1c7 Give kSyzyAsanDCheckIsFatalFeature unique linkage. by Sigurdur Asgeirsson · 7 years ago
  98. 256a5f7 Add code size advantage to circular_deque doc by Brett Wilson · 7 years ago
  99. 6b759ad Add base::FeatureParam<> struct by sfiera · 7 years ago
  100. ad25f98 memory-infra: relax race detection check in MDM::InvokeOnMemoryDump by Primiano Tucci · 7 years ago