1. f909991 Introduce TaskTracker::FlushAsyncForTesting() by Robert Liao · 7 years ago
  2. 5bbf93c Fix base_unittests compilation failure on official build bots. by Lei Zhang · 7 years ago
  3. 8ef88a5 [jumbo] add missing include guard to aligned_memory.h by Mostyn Bramley-Moore · 7 years ago
  4. 0f20dcd Assert time histogram ranges are within int32 by Wei-Yin Chen (陳威尹) · 7 years ago
  5. 283c725 Add logging to DirReaderPosixUnittest by Anthony Berent · 7 years ago
  6. b76c1e3 Add asm.js to build_config.h. by Henrique Nakashima · 7 years ago
  7. e2b7abb android: Don't parse /proc/self/maps to prefetch the library. by Benoit Lize · 7 years ago
  8. 1424f27 Support attribute lists for mojom const types. by Eve Martin-Jones · 7 years ago
  9. ec48b1d Enable sampling profiler for IO thread of browser process at startup by Xi Cheng · 7 years ago
  10. 9ad435f Fuchsia: Add PathServiceTest exemption for FILE_MODULE on Fuchsia. by Kevin Marshall · 7 years ago
  11. afde7b3 Revert "Make DestructorAtExit LazyInstances leak." by Joe Downing · 7 years ago
  12. 9135b1f Make DestructorAtExit LazyInstances leak. by Daniel Cheng · 7 years ago
  13. 8598e62 Add support for include_dirs to gn check. by Marcin Simonides · 7 years ago
  14. 8ea69d1 Revert "Switch //build/print_python_deps.py to vpython." by John Budorick · 7 years ago
  15. 86982b0 Build Fuchsia packages for test and executable targets. by Kevin Marshall · 7 years ago
  16. 2b7871e Make base::MatchPattern() implementation constexpr. by Bernhard Bauer · 7 years ago
  17. 8bf55ec Revert "Reland "Make many base:: classes constexpr default constructible"" by Gabriel Charette · 7 years ago
  18. b5938bb Switch //build/print_python_deps.py to vpython. by John Budorick · 7 years ago
  19. 0793fdd Use TimeTicks instead of Time in base::internal::NeedsLazyInstance. by Francois Doray · 7 years ago
  20. f2bab8d Replace base::MakeUnique with std::make_unique in components/ - 2 by Gyuyoung Kim · 7 years ago
  21. 8b2bb86 Add base::TimeTicks::FromUptimeMillis() by Egor Pasko · 7 years ago
  22. e6f96f8 Add a generic component export macro by Ken Rockot · 7 years ago
  23. bcdc177 Minor cleanups in WeakPtr implementation. by Wez · 7 years ago
  24. 220aa23 Add heap profiler events for jni generated functions by Siddhartha · 7 years ago
  25. 60c394d Use base::NoDestructor for TimeTicks::UnixEpoch. by Francois Doray · 7 years ago
  26. 1eeb501 SessionStorage: allowing sync primitives for leveldb. by Chris Mumford · 7 years ago
  27. 2fc6ce0 Avoid passing ProcessId via int64_t in GlobalActivityTracker. by Wez · 7 years ago
  28. 9ba9bfb Avoid recursion in base::MatchPattern(). by Bernhard Bauer · 7 years ago
  29. 602382d Avoid varying behavior of header files by Bruce Dawson · 7 years ago
  30. 3d6a7ef Fix non-copyable class's optional move. by Hidehiko Abe · 7 years ago
  31. c6b6390 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 7 years ago
  32. 6c26630 chromium_android_linker: Disable debugger support for release builds. by David 'Digit' Turner · 7 years ago
  33. 5d482b0 Mark the UserMetricsAction ctor as being constexpr and noexcept. by Greg Thompson · 7 years ago
  34. eb80b1c Replace base::MakeUnique with std::make_unique in components/ - 1 by Gyuyoung Kim · 7 years ago
  35. 1907539 Add explicit ".Browser" suffix for TaskScheduler histograms from browser process. by Gabriel Charette · 7 years ago
  36. ecbe2d8 Make LazyInstance's constructor constexpr. by Gabriel Charette · 7 years ago
  37. 4658ad4 Enable -Wglobal-constructors in //base. by Gabriel Charette · 7 years ago
  38. 81270b6 Add base::NoDestructor<T>. by Daniel Cheng · 7 years ago
  39. 3dfce43 Correct mojo::WrapSharedMemoryHandle usage by Ken Rockot · 7 years ago
  40. 194b85e Make PolicyServiceImpl and BrowserPolicyConnectorBase have explicit setter by Scott Violet · 7 years ago
  41. e164063 Remove TaskScheduler name from its worker thread's names by Gabriel Charette · 7 years ago
  42. 4f30e66 Add TaskScheduler name to TaskLatencyMicroseconds histograms by Gabriel Charette · 7 years ago
  43. 3e7392c [DevTools] Remove devtools_messages.h by Dmitry Gozman · 7 years ago
  44. 49a9dbc Fix default charset warning for usage of getBytes() in Java. by Ted Choc · 7 years ago
  45. 0df5280 Limit nesting of RegistryDicts in preg_parser by Pavol Marko · 7 years ago
  46. ea091b3 [Android WebAPK] Delete WebApkSandboxedProcess part 1 by Peter Kotwicz · 7 years ago
  47. a36ec13 Add operator bool to mojo handles and handle wrappers. by Eve Martin-Jones · 7 years ago
  48. 0628c9f Add LazyInstanceTest.PriorityInversionAtInitializationResolves by Gabriel Charette · 7 years ago
  49. a50f00c Make Singleton and LazyInstance use the same logic for lazy creation. by Gabriel Charette · 7 years ago
  50. 43977bd Fix mojom typemap dependencies by Ken Rockot · 7 years ago
  51. c45d2be Move ResourceResponseInfo to //services/network. by Randy Smith · 7 years ago
  52. 0d2c4d7 Mark IncomingTaskQueue::message_loop_scheduled_ after kicking it off. by Gabriel Charette · 7 years ago
  53. ccaf1da Use importlib instead of imp in mojo_bindings_gen by Risan · 7 years ago
  54. 56e720f Allow literal separators (') in integral/floating constants. by Peter Kasting · 7 years ago
  55. e5e547e android: fix the "end of text" sentinel with lld. by Benoit Lize · 7 years ago
  56. f9cd8c1 Introduce mojo.common.mojom.BigString16 by Ken Rockot · 7 years ago
  57. 8ccd27b Reland "Basic Audio Service hosting mojom::SystemInfo": by Olga Sharonova · 7 years ago
  58. 72cbbe9 🔬 Annotation test rules can decide to always apply by Nicolas Dossou-gbete · 7 years ago
  59. 12af20b Make scoped_refptr constexpr default constructible. by Gabriel Charette · 7 years ago
  60. 6f145ea Remove redundant FP checks from PermissionService by Raymes Khoury · 7 years ago
  61. 5a85664 [Variations] Save a safe seed upon successful seed fetch. by Ilya Sherman · 7 years ago
  62. 593c6bb Moving DEBUG_ALIAS_FOR_CSTR into //base/debug/alias.h by Lukasz Anforowicz · 7 years ago
  63. 93f98da Test that null times are serialized and deserialized idempotently. by Ilya Sherman · 7 years ago
  64. 869c4cf Allow tuple addressing by type. by Peter Kasting · 7 years ago
  65. a6ddfb3 Introduce hybrid byte array / shared memory type by Ken Rockot · 7 years ago
  66. 42105de Add convenience methods for serialization and deserialization of Time values. by Ilya Sherman · 7 years ago
  67. 1c09f80 Add param to support expired studies in FieldTrialList::AllStatesToString. by Gayane Petrosyan · 7 years ago
  68. 404d6d6 Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeable by Hajime Hoshi · 7 years ago
  69. 4d1ba11 Reland "Make many base:: classes constexpr default constructible" by Gabriel Charette · 7 years ago
  70. fed6108 constexpr base::Time constructor by Gabriel Charette · 7 years ago
  71. 37770d1 Format update after gn format behavior change by Scott Graham · 7 years ago
  72. 25cc0ad Revert "Make many base:: classes constexpr default constructible" by Nate Chapin · 7 years ago
  73. 1d206ab Make many base:: classes constexpr default constructible by Gabriel Charette · 7 years ago
  74. 601dd7e Restore the UNICODE macro after third_party/ced has undefined it by Daniel Bratell · 7 years ago
  75. 8d9abd6 Revert "Basic Audio Service hosting mojom::SystemInfo" by Daniel Cheng · 7 years ago
  76. e198954 Basic Audio Service hosting mojom::SystemInfo by Olga Sharonova · 7 years ago
  77. 55cd29f Include tcmalloc's config before tcmalloc.h by Daniel Bratell · 7 years ago
  78. edba601 [Cronet] Extract common CronetURLRequestContext from Android CronetURLRequestContextAdapter. by Misha Efimov · 7 years ago
  79. 9885708 [ndk] Change ndk deps in src and relocate to third_party/android_ndk by Shenghua Zhang · 7 years ago
  80. 509d00f Simplified StatisticsRecorder API. by David Vallet · 7 years ago
  81. 9feec0a Dump list of all threads in timed-out/hung sub-processes. by Wez · 7 years ago
  82. 58fe3a1 MemoryDumpManager invokes dump provider in loop instead of recursion by Siddhartha · 7 years ago
  83. 15c2b01 Mojofy DWriteFontProxy. by Sam McNally · 7 years ago
  84. b64e517 Reland "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop." by Gabriel Charette · 7 years ago
  85. 89d965f Revert "Re-enable CheckStreamsAreLazy and Dcheck on iOS." by Wez · 7 years ago
  86. fc9738e Implement or remove some process LaunchOptions under Fuchsia. by Wez · 7 years ago
  87. 7d3a9fc Allow to wait a condition variable in midi::TaskService by Takashi Toyoshima · 7 years ago
  88. f5e707a Update TestLauncher to use Fuchsia jobs in place of POSIX process jobs. by Wez · 7 years ago
  89. 6823e5c Support MockCertVerifier when network service is enabled by John Abd-El-Malek · 7 years ago
  90. 8f6bcaa Fix PreExecHook test to actually verify that the hook is run. by Wez · 7 years ago
  91. d16b03e don't include ICU license twice in chrome://credits by Mostyn Bramley-Moore · 7 years ago
  92. b28411b [Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse(). by Ilya Sherman · 7 years ago
  93. d7b0eb5 Map ERROR_ALREADY_EXISTS to File::Error::ERROR_ALREADY_EXISTS. by Chris Mumford · 7 years ago
  94. f12a152 MemoryInfra: temporary fix for stack overflow when creating memory dump by Siddhartha · 7 years ago
  95. 8a6cca3 Enable NetworkServiceBrowserTest on Android. by Xing Liu · 7 years ago
  96. c697751 Implement conditional constexpr copy-/move- constructors. by Hidehiko Abe · 7 years ago
  97. ea9f87d Revert "Add MemoryDumpProvider for DnsConfigServicePosix::HostsReader" by Miriam Gershenson · 7 years ago
  98. 0dd05ce Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive. by François Degros · 7 years ago
  99. e983593 StatisticsRecorder doesn't need to be explicitly initialized. by François Degros · 7 years ago
  100. 7ad5002 Revert "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop." by Wez · 7 years ago