1. 7b4511e Implement converting constructors from Optional<U>. by Hidehiko Abe · 7 years ago
  2. c33d816 Introduce mojo_base.mojom.BigString by Dmitry Gozman · 7 years ago
  3. e4bd0f5 Remove multiple ITR from manifest and fix service test run on J4 issue by Yoland Yan · 7 years ago
  4. 951d26e cleanup how ConfigurationPolicyProviders are set by Scott Violet · 7 years ago
  5. e3fcff1 Remove some old dead code. by Steven Holte · 7 years ago
  6. 6a5f0e0 Moved HistogramSnapshotManager::PrepareDeltas definition to .cc file. by François Degros · 7 years ago
  7. 97b2689 Add a crash key to debug crash on iOS by Jungshik Shin · 7 years ago
  8. 79bccec constexpr TimeDelta::operator/ by Gabriel Charette · 7 years ago
  9. 39310af Add rtc::ScopedAllowBaseSyncPrimitives for WebRTC. by Tommi · 7 years ago
  10. 9c3682f UMA recording the kind of target frame when extensions pierce browsing instance. by Lukasz Anforowicz · 7 years ago
  11. 25e74d5 constexpr simple TimeDelta methods. by Gabriel Charette · 7 years ago
  12. 24f65b8 Log initialization errors in JUnit test suites. by Bernhard Bauer · 7 years ago
  13. 0db1bf9 Only disable base::DirReaderPosixUnittest::Read on clang ASAN by Matthew Cary · 7 years ago
  14. abd315f Simplified StatisticsRecorder. by François Degros · 7 years ago
  15. d53229a Remove InstrumentationTestRunners from test apk AndroidManifest by Yoland Yan · 7 years ago
  16. 759bbe3 Work around VC++ code-ben bug 804884 by Bruce Dawson · 7 years ago
  17. 0b74c4d Remove code that was added to debug bug 445616 by Sergey Ulanov · 7 years ago
  18. 541be73 Reland "Build Fuchsia packages for test and executable targets." by Kevin Marshall · 7 years ago
  19. fc53a56 Mru cache memory estimation. by Denis Yaroshevskiy · 7 years ago
  20. 4b6028a android_crazy_linker: Disable r_brk() call for release builds. by David 'Digit' Turner · 7 years ago
  21. 2217fbb Add a developer hint to an otherwise cryptic error when accidently registering a second RunLoop::Delegate on a thread. by Gabriel Charette · 7 years ago
  22. 1f8e146 Disable base::DirReaderPosixUnittest::Read on clang ASAN. by Matthew Cary · 7 years ago
  23. 9356964 Move some message center files to ui/message_center/public/ by Evan Stade · 7 years ago
  24. 1851672 Remove usage of SequencedWorkerPoolOwner. by Francois Doray · 7 years ago
  25. b139e80 Add TaskScheduler::FlushAsyncForTesting() by Robert Liao · 7 years ago
  26. 247e230 logging_chrome: remove log file extension in the right place by Luigi Semenzato · 7 years ago
  27. d16bc2e Remove JUnit3 test cases by Yoland Yan · 7 years ago
  28. 531b240 Fix gn CHECK()ing when generating Chromium build files by Tom Anderson · 7 years ago
  29. 21f51e4 Moving the last part of extension unpacking to the browser process. by Jay Civelli · 7 years ago
  30. 4c32ebe Refactor ChromeSecurityExploitBrowserTest to also work with mojo blob URLs. by Marijn Kruisselbrink · 7 years ago
  31. b8c7b1b Tweak GetOrCreateLazyPointer's template logic to enable more code folding. by Gabriel Charette · 7 years ago
  32. 7cddfec Implement conditional copy/move ctors/assign-operators. by Hidehiko Abe · 7 years ago
  33. d842048 Add support for thread names to out of process heap profiling. by erikchen · 7 years ago
  34. 7780721 Add a FALLTHROUGH macro and get base/ to build with -Wimplicit-fallthrough. by Nico Weber · 7 years ago
  35. e0d800c Adds inline capacity to WTF::Vector mojo binding by Malcolm White · 7 years ago
  36. 24c9890 Revert "Build Fuchsia packages for test and executable targets." by John Budorick · 7 years ago
  37. 7dcb802 base: Add override mechanism for Time/TimeTicks/ThreadTicks::Now. by Eric Seckler · 7 years ago
  38. a35ef71 Simplify ChromeBackupAgentTest.readUtf8FileFullyCrashIfTooBig by Andrew Grieve · 7 years ago
  39. 3578be2 Reland "Reland "Make many base:: classes constexpr default constructible"" by Gabriel Charette · 7 years ago
  40. 11aa65d viz: Sync destruction for RootCompositorFrameSinkImpl. by kylechar · 7 years ago
  41. d6dbe27 Reland "android: Don't parse /proc/self/maps to prefetch the library." by Benoit L · 7 years ago
  42. 08275f7 Revert "android: Don't parse /proc/self/maps to prefetch the library." by Benoit L · 7 years ago
  43. 2c8e946 Add InterfaceInvalidator and WeakInterfacePtr classes by Austin Tankiang · 7 years ago
  44. a30df88 Remove ui::Gpu from SyncCallRestrictions friends. by kylechar · 7 years ago
  45. 374e021 Add more details about UI resources in memory dump by Siddhartha · 7 years ago
  46. e25acff Rename TaskTracker::Flush() to TaskTracker::FlushForTesting() by Robert Liao · 7 years ago
  47. f79ca83 Use affirmative expression in base::Optional by Chris Blume · 7 years ago
  48. f909991 Introduce TaskTracker::FlushAsyncForTesting() by Robert Liao · 7 years ago
  49. 5bbf93c Fix base_unittests compilation failure on official build bots. by Lei Zhang · 7 years ago
  50. 8ef88a5 [jumbo] add missing include guard to aligned_memory.h by Mostyn Bramley-Moore · 7 years ago
  51. 0f20dcd Assert time histogram ranges are within int32 by Wei-Yin Chen (陳威尹) · 7 years ago
  52. 283c725 Add logging to DirReaderPosixUnittest by Anthony Berent · 7 years ago
  53. b76c1e3 Add asm.js to build_config.h. by Henrique Nakashima · 7 years ago
  54. e2b7abb android: Don't parse /proc/self/maps to prefetch the library. by Benoit Lize · 7 years ago
  55. 1424f27 Support attribute lists for mojom const types. by Eve Martin-Jones · 7 years ago
  56. ec48b1d Enable sampling profiler for IO thread of browser process at startup by Xi Cheng · 7 years ago
  57. 9ad435f Fuchsia: Add PathServiceTest exemption for FILE_MODULE on Fuchsia. by Kevin Marshall · 7 years ago
  58. afde7b3 Revert "Make DestructorAtExit LazyInstances leak." by Joe Downing · 7 years ago
  59. 9135b1f Make DestructorAtExit LazyInstances leak. by Daniel Cheng · 7 years ago
  60. 8598e62 Add support for include_dirs to gn check. by Marcin Simonides · 7 years ago
  61. 8ea69d1 Revert "Switch //build/print_python_deps.py to vpython." by John Budorick · 7 years ago
  62. 86982b0 Build Fuchsia packages for test and executable targets. by Kevin Marshall · 7 years ago
  63. 2b7871e Make base::MatchPattern() implementation constexpr. by Bernhard Bauer · 7 years ago
  64. 8bf55ec Revert "Reland "Make many base:: classes constexpr default constructible"" by Gabriel Charette · 7 years ago
  65. b5938bb Switch //build/print_python_deps.py to vpython. by John Budorick · 7 years ago
  66. 0793fdd Use TimeTicks instead of Time in base::internal::NeedsLazyInstance. by Francois Doray · 7 years ago
  67. f2bab8d Replace base::MakeUnique with std::make_unique in components/ - 2 by Gyuyoung Kim · 7 years ago
  68. 8b2bb86 Add base::TimeTicks::FromUptimeMillis() by Egor Pasko · 7 years ago
  69. e6f96f8 Add a generic component export macro by Ken Rockot · 7 years ago
  70. bcdc177 Minor cleanups in WeakPtr implementation. by Wez · 7 years ago
  71. 220aa23 Add heap profiler events for jni generated functions by Siddhartha · 7 years ago
  72. 60c394d Use base::NoDestructor for TimeTicks::UnixEpoch. by Francois Doray · 7 years ago
  73. 1eeb501 SessionStorage: allowing sync primitives for leveldb. by Chris Mumford · 7 years ago
  74. 2fc6ce0 Avoid passing ProcessId via int64_t in GlobalActivityTracker. by Wez · 7 years ago
  75. 9ba9bfb Avoid recursion in base::MatchPattern(). by Bernhard Bauer · 7 years ago
  76. 602382d Avoid varying behavior of header files by Bruce Dawson · 7 years ago
  77. 3d6a7ef Fix non-copyable class's optional move. by Hidehiko Abe · 7 years ago
  78. c6b6390 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 7 years ago
  79. 6c26630 chromium_android_linker: Disable debugger support for release builds. by David 'Digit' Turner · 7 years ago
  80. 5d482b0 Mark the UserMetricsAction ctor as being constexpr and noexcept. by Greg Thompson · 7 years ago
  81. eb80b1c Replace base::MakeUnique with std::make_unique in components/ - 1 by Gyuyoung Kim · 7 years ago
  82. 1907539 Add explicit ".Browser" suffix for TaskScheduler histograms from browser process. by Gabriel Charette · 7 years ago
  83. ecbe2d8 Make LazyInstance's constructor constexpr. by Gabriel Charette · 7 years ago
  84. 4658ad4 Enable -Wglobal-constructors in //base. by Gabriel Charette · 7 years ago
  85. 81270b6 Add base::NoDestructor<T>. by Daniel Cheng · 7 years ago
  86. 3dfce43 Correct mojo::WrapSharedMemoryHandle usage by Ken Rockot · 7 years ago
  87. 194b85e Make PolicyServiceImpl and BrowserPolicyConnectorBase have explicit setter by Scott Violet · 7 years ago
  88. e164063 Remove TaskScheduler name from its worker thread's names by Gabriel Charette · 7 years ago
  89. 4f30e66 Add TaskScheduler name to TaskLatencyMicroseconds histograms by Gabriel Charette · 7 years ago
  90. 3e7392c [DevTools] Remove devtools_messages.h by Dmitry Gozman · 7 years ago
  91. 49a9dbc Fix default charset warning for usage of getBytes() in Java. by Ted Choc · 7 years ago
  92. 0df5280 Limit nesting of RegistryDicts in preg_parser by Pavol Marko · 7 years ago
  93. ea091b3 [Android WebAPK] Delete WebApkSandboxedProcess part 1 by Peter Kotwicz · 7 years ago
  94. a36ec13 Add operator bool to mojo handles and handle wrappers. by Eve Martin-Jones · 7 years ago
  95. 0628c9f Add LazyInstanceTest.PriorityInversionAtInitializationResolves by Gabriel Charette · 7 years ago
  96. a50f00c Make Singleton and LazyInstance use the same logic for lazy creation. by Gabriel Charette · 7 years ago
  97. 43977bd Fix mojom typemap dependencies by Ken Rockot · 7 years ago
  98. c45d2be Move ResourceResponseInfo to //services/network. by Randy Smith · 7 years ago
  99. 0d2c4d7 Mark IncomingTaskQueue::message_loop_scheduled_ after kicking it off. by Gabriel Charette · 7 years ago
  100. ccaf1da Use importlib instead of imp in mojo_bindings_gen by Risan · 7 years ago