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