1. 4658ad4 Enable -Wglobal-constructors in //base. by Gabriel Charette · 7 years ago
  2. 81270b6 Add base::NoDestructor<T>. by Daniel Cheng · 7 years ago
  3. 3dfce43 Correct mojo::WrapSharedMemoryHandle usage by Ken Rockot · 7 years ago
  4. 194b85e Make PolicyServiceImpl and BrowserPolicyConnectorBase have explicit setter by Scott Violet · 7 years ago
  5. e164063 Remove TaskScheduler name from its worker thread's names by Gabriel Charette · 7 years ago
  6. 4f30e66 Add TaskScheduler name to TaskLatencyMicroseconds histograms by Gabriel Charette · 7 years ago
  7. 3e7392c [DevTools] Remove devtools_messages.h by Dmitry Gozman · 7 years ago
  8. 49a9dbc Fix default charset warning for usage of getBytes() in Java. by Ted Choc · 7 years ago
  9. 0df5280 Limit nesting of RegistryDicts in preg_parser by Pavol Marko · 7 years ago
  10. ea091b3 [Android WebAPK] Delete WebApkSandboxedProcess part 1 by Peter Kotwicz · 7 years ago
  11. a36ec13 Add operator bool to mojo handles and handle wrappers. by Eve Martin-Jones · 7 years ago
  12. 0628c9f Add LazyInstanceTest.PriorityInversionAtInitializationResolves by Gabriel Charette · 7 years ago
  13. a50f00c Make Singleton and LazyInstance use the same logic for lazy creation. by Gabriel Charette · 7 years ago
  14. 43977bd Fix mojom typemap dependencies by Ken Rockot · 7 years ago
  15. c45d2be Move ResourceResponseInfo to //services/network. by Randy Smith · 7 years ago
  16. 0d2c4d7 Mark IncomingTaskQueue::message_loop_scheduled_ after kicking it off. by Gabriel Charette · 7 years ago
  17. ccaf1da Use importlib instead of imp in mojo_bindings_gen by Risan · 7 years ago
  18. 56e720f Allow literal separators (') in integral/floating constants. by Peter Kasting · 7 years ago
  19. e5e547e android: fix the "end of text" sentinel with lld. by Benoit Lize · 7 years ago
  20. f9cd8c1 Introduce mojo.common.mojom.BigString16 by Ken Rockot · 7 years ago
  21. 8ccd27b Reland "Basic Audio Service hosting mojom::SystemInfo": by Olga Sharonova · 7 years ago
  22. 72cbbe9 🔬 Annotation test rules can decide to always apply by Nicolas Dossou-gbete · 7 years ago
  23. 12af20b Make scoped_refptr constexpr default constructible. by Gabriel Charette · 7 years ago
  24. 6f145ea Remove redundant FP checks from PermissionService by Raymes Khoury · 7 years ago
  25. 5a85664 [Variations] Save a safe seed upon successful seed fetch. by Ilya Sherman · 7 years ago
  26. 593c6bb Moving DEBUG_ALIAS_FOR_CSTR into //base/debug/alias.h by Lukasz Anforowicz · 7 years ago
  27. 93f98da Test that null times are serialized and deserialized idempotently. by Ilya Sherman · 7 years ago
  28. 869c4cf Allow tuple addressing by type. by Peter Kasting · 7 years ago
  29. a6ddfb3 Introduce hybrid byte array / shared memory type by Ken Rockot · 7 years ago
  30. 42105de Add convenience methods for serialization and deserialization of Time values. by Ilya Sherman · 7 years ago
  31. 1c09f80 Add param to support expired studies in FieldTrialList::AllStatesToString. by Gayane Petrosyan · 7 years ago
  32. 404d6d6 Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeable by Hajime Hoshi · 7 years ago
  33. 4d1ba11 Reland "Make many base:: classes constexpr default constructible" by Gabriel Charette · 7 years ago
  34. fed6108 constexpr base::Time constructor by Gabriel Charette · 7 years ago
  35. 37770d1 Format update after gn format behavior change by Scott Graham · 7 years ago
  36. 25cc0ad Revert "Make many base:: classes constexpr default constructible" by Nate Chapin · 7 years ago
  37. 1d206ab Make many base:: classes constexpr default constructible by Gabriel Charette · 7 years ago
  38. 601dd7e Restore the UNICODE macro after third_party/ced has undefined it by Daniel Bratell · 7 years ago
  39. 8d9abd6 Revert "Basic Audio Service hosting mojom::SystemInfo" by Daniel Cheng · 7 years ago
  40. e198954 Basic Audio Service hosting mojom::SystemInfo by Olga Sharonova · 7 years ago
  41. 55cd29f Include tcmalloc's config before tcmalloc.h by Daniel Bratell · 7 years ago
  42. edba601 [Cronet] Extract common CronetURLRequestContext from Android CronetURLRequestContextAdapter. by Misha Efimov · 7 years ago
  43. 9885708 [ndk] Change ndk deps in src and relocate to third_party/android_ndk by Shenghua Zhang · 7 years ago
  44. 509d00f Simplified StatisticsRecorder API. by David Vallet · 7 years ago
  45. 9feec0a Dump list of all threads in timed-out/hung sub-processes. by Wez · 7 years ago
  46. 58fe3a1 MemoryDumpManager invokes dump provider in loop instead of recursion by Siddhartha · 7 years ago
  47. 15c2b01 Mojofy DWriteFontProxy. by Sam McNally · 7 years ago
  48. b64e517 Reland "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop." by Gabriel Charette · 7 years ago
  49. 89d965f Revert "Re-enable CheckStreamsAreLazy and Dcheck on iOS." by Wez · 7 years ago
  50. fc9738e Implement or remove some process LaunchOptions under Fuchsia. by Wez · 7 years ago
  51. 7d3a9fc Allow to wait a condition variable in midi::TaskService by Takashi Toyoshima · 7 years ago
  52. f5e707a Update TestLauncher to use Fuchsia jobs in place of POSIX process jobs. by Wez · 7 years ago
  53. 6823e5c Support MockCertVerifier when network service is enabled by John Abd-El-Malek · 7 years ago
  54. 8f6bcaa Fix PreExecHook test to actually verify that the hook is run. by Wez · 7 years ago
  55. d16b03e don't include ICU license twice in chrome://credits by Mostyn Bramley-Moore · 7 years ago
  56. b28411b [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 7 years ago
  57. d7b0eb5 Map ERROR_ALREADY_EXISTS to File::Error::ERROR_ALREADY_EXISTS. by Chris Mumford · 7 years ago
  58. f12a152 MemoryInfra: temporary fix for stack overflow when creating memory dump by Siddhartha · 7 years ago
  59. 8a6cca3 Enable NetworkServiceBrowserTest on Android. by Xing Liu · 7 years ago
  60. c697751 Implement conditional constexpr copy-/move- constructors. by Hidehiko Abe · 7 years ago
  61. ea9f87d Revert "Add MemoryDumpProvider for DnsConfigServicePosix::HostsReader" by Miriam Gershenson · 7 years ago
  62. 0dd05ce Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 7 years ago
  63. e983593 StatisticsRecorder doesn't need to be explicitly initialized. by François Degros · 7 years ago
  64. 7ad5002 Revert "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop." by Wez · 7 years ago
  65. e9af906 Pass StringPiece by value in //base/json by Reilly Grant · 7 years ago
  66. a765a36 Fall back to a non-busy wait in NeedsLazyInstance by Bruce Dawson · 7 years ago
  67. 42b6e15 Pass StringPiece(16)? by value in //base/strings by Reilly Grant · 7 years ago
  68. ce9b5eb [Mac] Use LATENCY_QOS_TIER_3 instead of 5 for implementing timer slack. by Robert Sesek · 7 years ago
  69. fbe2eb1 tracing: Avoid scheduler/tracing deadlock. by Alexander Timin · 7 years ago
  70. 6d7f1b4 Return references from base::circular_deque::emplace_* by jdoerrie · 7 years ago
  71. bbe88cc Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  72. 9471786 Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487. by Gabriel Charette · 7 years ago
  73. 8c21290 Minimize chance of lock contention on MojoUnmapBuffer by Darin Fisher · 7 years ago
  74. cb68b61 Add base::RunLoop::NestingObserver::OnExitNestedRunLoop(). by Francois Doray · 7 years ago
  75. aecf216 Use base::Optional in base::JSONParser by jdoerrie · 7 years ago
  76. f9cc19c Reland "Update Android NDK to r16" by bsheedy · 7 years ago
  77. 9948fde Add GN arg to enable mutex priority inheritance by Ken MacKay · 7 years ago
  78. 052dd80 Reduce includes of windows.h by Bruce Dawson · 7 years ago
  79. 1ae1ce1 Throw exceptions instead of asserts in ApplicationStatus error cases. by Ted Choc · 7 years ago
  80. d331d65 Skip mojo serialization for MessagePort messages that stay in process. by Marijn Kruisselbrink · 7 years ago
  81. 918e133 Change base::HexStringToBytes to take a StringPiece by Reilly Grant · 7 years ago
  82. 5bda156 Tweak STE::HasIncompleteUndelayedTasksForTesting() to provide side-effects visibility guarantees. by Gabriel Charette · 7 years ago
  83. a2067b2 base::Optional: do not use T::new() but ::new. by Mounir Lamouri · 7 years ago
  84. 485f367 Add extension content verification in Network Service. by Chris Mumford · 7 years ago
  85. ca1cbfd Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop. by Gabriel Charette · 7 years ago
  86. 85663f9 Revert "Simplified and optimized StatisticsRecorder." by Wez · 7 years ago
  87. ef8869f [Android WebView] Chromium side implementation of WebView Tracing API. by Tim Volodine · 7 years ago
  88. d083f4a Remove CmdLine handling from BaseChromiumApplication by Mohamed Heikal · 7 years ago
  89. f592235 [base] Support base::Optional from std::initializer_list by jdoerrie · 7 years ago
  90. db27a48 Simplify UnguessableToken::ToString, don't wrap it in (). by Pavel Feldman · 7 years ago
  91. b417388 Mojo C++ bindings: change the variable name "buffer" in BufferWriter. by Yuzhu Shen · 7 years ago
  92. 12ee1b3 Simplified and optimized StatisticsRecorder. by François Degros · 7 years ago
  93. f1d97e9 Move quota_types.mojom to third_party/WebKit/common by Sasha Bermeister · 7 years ago
  94. eb773a6 Remove the old base/debug/crash_logging.h API. by Robert Sesek · 7 years ago
  95. 1d61315 Fix lint errors in LibraryLoader.loadAlreadyLocked() by kapishnikov · 7 years ago
  96. 8e718b8 policy: Replace base::MakeUnique with std::make_unique by Jinho Bang · 7 years ago
  97. c011dec Retry fsync() when writing test summary file. by Sergey Ulanov · 7 years ago
  98. e8ca25c Add best practice documentation for handling process crashes when using mojo pipes. by John Abd-El-Malek · 7 years ago
  99. c11020c Chrome Cleaner UI: navigate to the cleanup page on accepted prompt. by Veranika Liaukevich · 7 years ago
  100. d6d37cf Fix aapt2 file ignore regression by Mohamed Heikal · 7 years ago