1. ea9f87d Revert "Add MemoryDumpProvider for DnsConfigServicePosix::HostsReader" by Miriam Gershenson · 7 years ago
  2. 0dd05ce Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 7 years ago
  3. e983593 StatisticsRecorder doesn't need to be explicitly initialized. by François Degros · 7 years ago
  4. 7ad5002 Revert "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop." by Wez · 7 years ago
  5. e9af906 Pass StringPiece by value in //base/json by Reilly Grant · 7 years ago
  6. a765a36 Fall back to a non-busy wait in NeedsLazyInstance by Bruce Dawson · 7 years ago
  7. 42b6e15 Pass StringPiece(16)? by value in //base/strings by Reilly Grant · 7 years ago
  8. ce9b5eb [Mac] Use LATENCY_QOS_TIER_3 instead of 5 for implementing timer slack. by Robert Sesek · 7 years ago
  9. fbe2eb1 tracing: Avoid scheduler/tracing deadlock. by Alexander Timin · 7 years ago
  10. 6d7f1b4 Return references from base::circular_deque::emplace_* by jdoerrie · 7 years ago
  11. bbe88cc Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  12. 9471786 Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487. by Gabriel Charette · 7 years ago
  13. 8c21290 Minimize chance of lock contention on MojoUnmapBuffer by Darin Fisher · 7 years ago
  14. cb68b61 Add base::RunLoop::NestingObserver::OnExitNestedRunLoop(). by Francois Doray · 7 years ago
  15. aecf216 Use base::Optional in base::JSONParser by jdoerrie · 7 years ago
  16. f9cc19c Reland "Update Android NDK to r16" by bsheedy · 7 years ago
  17. 9948fde Add GN arg to enable mutex priority inheritance by Ken MacKay · 7 years ago
  18. 052dd80 Reduce includes of windows.h by Bruce Dawson · 7 years ago
  19. 1ae1ce1 Throw exceptions instead of asserts in ApplicationStatus error cases. by Ted Choc · 7 years ago
  20. d331d65 Skip mojo serialization for MessagePort messages that stay in process. by Marijn Kruisselbrink · 7 years ago
  21. 918e133 Change base::HexStringToBytes to take a StringPiece by Reilly Grant · 7 years ago
  22. 5bda156 Tweak STE::HasIncompleteUndelayedTasksForTesting() to provide side-effects visibility guarantees. by Gabriel Charette · 7 years ago
  23. a2067b2 base::Optional: do not use T::new() but ::new. by Mounir Lamouri · 7 years ago
  24. 485f367 Add extension content verification in Network Service. by Chris Mumford · 7 years ago
  25. ca1cbfd Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop. by Gabriel Charette · 7 years ago
  26. 85663f9 Revert "Simplified and optimized StatisticsRecorder." by Wez · 7 years ago
  27. ef8869f [Android WebView] Chromium side implementation of WebView Tracing API. by Tim Volodine · 7 years ago
  28. d083f4a Remove CmdLine handling from BaseChromiumApplication by Mohamed Heikal · 7 years ago
  29. f592235 [base] Support base::Optional from std::initializer_list by jdoerrie · 7 years ago
  30. db27a48 Simplify UnguessableToken::ToString, don't wrap it in (). by Pavel Feldman · 7 years ago
  31. b417388 Mojo C++ bindings: change the variable name "buffer" in BufferWriter. by Yuzhu Shen · 7 years ago
  32. 12ee1b3 Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  33. f1d97e9 Move quota_types.mojom to third_party/WebKit/common by Sasha Bermeister · 7 years ago
  34. eb773a6 Remove the old base/debug/crash_logging.h API. by Robert Sesek · 7 years ago
  35. 1d61315 Fix lint errors in LibraryLoader.loadAlreadyLocked() by kapishnikov · 7 years ago
  36. 8e718b8 policy: Replace base::MakeUnique with std::make_unique by Jinho Bang · 7 years ago
  37. c011dec Retry fsync() when writing test summary file. by Sergey Ulanov · 7 years ago
  38. e8ca25c Add best practice documentation for handling process crashes when using mojo pipes. by John Abd-El-Malek · 7 years ago
  39. c11020c Chrome Cleaner UI: navigate to the cleanup page on accepted prompt. by Veranika Liaukevich · 7 years ago
  40. d6d37cf Fix aapt2 file ignore regression by Mohamed Heikal · 7 years ago
  41. 38e9441 Support defining a different data dir for WebView. by Torne (Richard Coles) · 7 years ago
  42. 79e04b0 Stop importing legacy WebView cookies and clean up PathUtils. by Torne (Richard Coles) · 7 years ago
  43. 02dec60 ACCESS_VIOLATION exception by Roman Karasev · 7 years ago
  44. a213917 Use the LegacyLinker instead of the ModernLinker on M by Egor Pasko · 7 years ago
  45. 7a16bf0 Remove obsolete task scheduler flags & switches. by Sylvain Defresne · 7 years ago
  46. 864cf1d Add a new grit output format that knows whether resources are gzipped by Dan Beam · 7 years ago
  47. 5c2b017 Support GetOpenFDCount in Android by Siddhartha · 7 years ago
  48. 2cdd2dc WrapCallbackWithDefaultInvokeIfNotRun and WrapCallbackWithDropHandler by Nicholas Verne · 7 years ago
  49. 2e0d94c TestLauncher: fsync() summary JSON file by Sergey Ulanov · 7 years ago
  50. e1d8f6c android: Record FirstContentfulPaint startup histogram by Alexandr Ilin · 7 years ago
  51. 0436426 Update comparator operator definition of base::Optional. by Hidehiko Abe · 7 years ago
  52. 7274596 Made scoped_refptr copy constructors delegating constructors. by François Degros · 7 years ago
  53. 0ddcb00 Extract Base class from Optional. by Hidehiko Abe · 7 years ago
  54. 1af982e Reland#2 Use Aapt2 for final apk resource packaging by Mohamed Heikal · 7 years ago
  55. 496286e Remove some defunct IPC msg constants. by Tom Sepez · 7 years ago
  56. 158b57d Revert "Update Android NDK to r16" by Brian Sheedy · 7 years ago
  57. 0282d92 Update Android NDK to r16 by bsheedy · 7 years ago
  58. 1d33bbe Disable TestCreationTime on Android by Siddhartha · 7 years ago
  59. 0ec0c2f Explain that UnguessableTokens are Capabilities by Tom Sepez · 7 years ago
  60. cfb395a Mojo JS bindings: update some TODOs. by Yuzhu Shen · 7 years ago
  61. 2a5c890 Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  62. 60a2c1e Set $UBSAN_OPTIONS in the LibraryLoader. by Peter Collingbourne · 7 years ago
  63. 5764a8d Change how response callback DCHECKs are invoked by Ken Rockot · 7 years ago
  64. 0a0123f Fix data size calculation in mojo event messages by Ken Rockot · 7 years ago
  65. b49dd60 Add gfx StructTraits for ScrollOffset. by Dave Tapuska · 7 years ago
  66. 71ecda2 Switch LaunchWithHandleTransfer test to use action_timeout(). by Wez · 7 years ago
  67. 6ce6b3c Pass/store Task by value in TaskScheduler. by Robert Liao · 7 years ago
  68. 8d3af5c file_util: add CopyDirectoryExcl by Eric Caruso · 7 years ago
  69. 3d9d455 Ensure all features are applied correctly. by Maria Khomenko · 7 years ago
  70. b099e5e Repackaged VS 2017 with updated Debuggers by Bruce Dawson · 7 years ago
  71. 421bf23 Make gypi_to_gn skip target_defaults sections. by Frank Henigman · 7 years ago
  72. 2ae139c [tracing] Dump context counts in v8 memory dump provider. by Ulan Degenbaev · 7 years ago
  73. 0374592 Revert "[cfi-icall] Refactor GL g_driver_* to be CFI-safe" by Eric Karl · 7 years ago
  74. ace0ec9 [cfi-icall] Refactor GL g_driver_* to be CFI-safe by Vlad Tsyrklevich · 7 years ago
  75. baa1b0f Add docs to a DCHECK in mojo bindings by James Cook · 7 years ago
  76. 0e4202c Modernize RefCountedMemoryUnitTest. by Lei Zhang · 7 years ago
  77. b7fd48e Revert "Reland Use Aapt2 for final apk resource packaging" by agrieve · 7 years ago
  78. 4e31594 Roll ICU to 94d819f by Jungshik Shin · 7 years ago
  79. ef4836c WARN_UNUSED_RESULT on ThreadTaskRunnerHandle::OverrideForTesting() by Gabriel Charette · 7 years ago
  80. a6ac4de Read Cinnamon settings for window button layout by Tim Brown · 7 years ago
  81. 3d31ce0 Increase usability of RefCountedBytes as a mutable buffer by Reilly Grant · 7 years ago
  82. be171f6 [CFI] Require LLD for ProtectedMemory on Linux by Vlad Tsyrklevich · 7 years ago
  83. 17d9371 Replace RunLoop's Delegate::Client by a ShouldQuitWhenIdleCallback. by Gabriel Charette · 7 years ago
  84. 87a91dd Unified scoped_refptr's assignment operators. by François Degros · 7 years ago
  85. 06de25c Add switch to always use temp dir in shared memory instances on Linux builds by David Vallet · 7 years ago
  86. 7362777 Moving the PdfToPwgConverter service to a new chrome printing service. by Jay Civelli · 7 years ago
  87. aeb2688 [Android] Add StrictModeContext.allowSlowCalls() by Boris Sazonov · 7 years ago
  88. 653cd66 Run clang-tidy modernize-use-equals-{delete,default} on //base headers by Chris Watkins · 7 years ago
  89. 2fa865f Remove origins from the BackgroundFetchService interface messages. by Sam McNally · 7 years ago
  90. 9143e4e Improve mojo method tracing. by Dmitry Skiba · 7 years ago
  91. beb315a Remove default argument from mojo::SharedBufferHandle::Clone(). by Robert Sesek · 7 years ago
  92. ec04e95 test: Truncate excessive logs in the middle by Xiaohan Wang · 7 years ago
  93. ccb2436 DeleteDirRecursiveWithOpenFile: Don't use immutable file on memory fs by Bailey Forrest · 7 years ago
  94. 02b9acd Convert an anonymous AsyncTask to a static nested class by Egor Pasko · 7 years ago
  95. 9f7f56b Reland "Use Aapt2 for final apk resource packaging" by Mohamed Heikal · 7 years ago
  96. 2db0040 [base] Make base::ObserverList::Iter a ForwardIterator by jdoerrie · 7 years ago
  97. 0cc2e02 Make ScopedFeatureList Field Trial Name Unique. by Gregory Chatzinoff · 7 years ago
  98. 96c2f2d [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 7 years ago
  99. 9b8647c Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  100. 41085e3 Add @Override annotation to MANAGER override template. by Ted Choc · 7 years ago