1. 51dc7cd Outline RefCountedThreadSafeBase::AddRef and Release on non-X86 by hans · 7 years ago
  2. 7a2af90 Fix field trials not working in utility processes. by jam · 7 years ago
  3. 97484ae Revert "Reland #2: [Android JNI] Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  4. 441852a Reland #2: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  5. 2c9259b Revert of Change ScopedFeatureList to overrides FeatureList not reset (patchset #1 id:1 of https://codereview.chromium.org/2962963002/ ) by timloh · 7 years ago
  6. 3c67020 Reland of Change ScopedFeatureList to overrides FeatureList not reset (patchset #1 id:1 of https://codereview.chromium.org/2850073002/ ) by chaopeng · 7 years ago
  7. b23dc2d Add comment warning about modifying landmines by brucedawson · 7 years ago
  8. 3038c29 fuchsia: get ipc_tests compiling again by Scott Graham · 7 years ago
  9. fdbec68 Add FD exhaustion logging for Chrome OS. by Justin TerAvest · 7 years ago
  10. d27b7d7 Mojo C++ bindings: support setting default value for fields whose types are typemapped enums. by yzshen · 7 years ago
  11. d0f134c Mojo C++ Bindings: Shave off some more code size by Ken Rockot · 7 years ago
  12. 7e78f53 Copy dbgcore.dll to the build directory. by sebmarchand · 7 years ago
  13. 463908e Revert of Make base::WeakPtr::Get() fast (patchset #10 id:180001 of https://codereview.chromium.org/2963623002/ ) by hans · 7 years ago
  14. f238658 Add UMA metric to track the time elapsed since a WebAPK was last launched by pkotwicz · 7 years ago
  15. 4f0563b Move base::WeakPtr's null ctor out-of-line by hans · 7 years ago
  16. 00848f0 Add installer_package_name and ABI to crash report by ranj · 7 years ago
  17. b15abc8 Make base::WeakPtr::Get() fast by hans · 7 years ago
  18. 3d9e048 Revert "Reland: [Android JNI] Generate calls to RegisterNatives()" by Andrew Grieve · 7 years ago
  19. bd4d6cb Implement tracking of BUILD.gn files used to define target, toolchain or pool. by alex-ac · 7 years ago
  20. 31501f1 Detect the OS timezone using JNI by Jungshik Shin · 7 years ago
  21. aff9a3a Define EnumTraits for JpegDecodeAccelerator::Error by Chandan Padhi · 7 years ago
  22. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  23. ca53ade fuchsia: Fix field trial shm serialization, enable FieldTrialListTest.* by Scott Graham · 7 years ago
  24. 71ec1c7 Implement base::AtomicRefCount as a class wrapping std::atomic_int. by Jeremy Roman · 7 years ago
  25. 961c28a Add ComInitCheckHook for Eligible Builds to the Task Scheduler by Robert Liao · 7 years ago
  26. b53c42e Reland: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  27. b7aaa6c Move base::WeakPtrFactory's ctor and dtor out-of-line by hans · 7 years ago
  28. c58afff [android] Roll to the Android O SDK. by John Budorick · 7 years ago
  29. ed5f6b4 Reland "Mojo C++ bindings: Serialize handles during message allocation" by Ken Rockot · 7 years ago
  30. 00489b7 Implement chrome.bluetoothLowEnergy.resetAdvertising(). by sonnysasaka · 7 years ago
  31. 8422130 Remove unnecessary indirection for old gmock. by Hidehiko Abe · 7 years ago
  32. 838e49d chrome://profiler infrastructure uses base time types. by tdresser · 7 years ago
  33. 5649e3a Mojo C++ Bindings: Move bits of InterfacePtrState out-of-line by Ken Rockot · 7 years ago
  34. 08a88c8 memory-infra: clean up order of callback arguments by Primiano Tucci · 7 years ago
  35. 73176b1 Change DumpProcessWithoutCrash to use load-time dynamic linking. by wfh · 7 years ago
  36. 3d3b85e Revert "Mojo C++ bindings: Serialize handles during message allocation" by Ken Rockot · 7 years ago
  37. 0cdb93d Revert "Detect the OS timezone using JNI" by Peter Conn · 7 years ago
  38. 6c168db Change base::ContainsValue to fail to compile for sets. by Marijn Kruisselbrink · 7 years ago
  39. a7d1703 Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  40. 9968881 Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago
  41. a766339 Convert utility process Shell Handler Win IPC to mojo by Noel Gordon · 7 years ago
  42. f94a7d4 Mojo C++ bindings: Serialize handles during message allocation by Ken Rockot · 7 years ago
  43. 8786c8d Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  44. 21deefb Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago
  45. 42d3c63 Detect the OS timezone using JNI by Jungshik Shin · 7 years ago
  46. 243b971 Make XmlUnitTestResultPrinter handle failing to open output by Scott Graham · 7 years ago
  47. f9371f3 [android] Backwards-compatible O SDK changes. by John Budorick · 7 years ago
  48. 1244c4f Add StrictMode exemption from getDrawable. by tedchoc · 7 years ago
  49. 461d1db Keep unlogged-samples object for minidump. by bcwhite · 7 years ago
  50. 29aff67 Revert "Android JNI: Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  51. 0b397d9 Making MultiProcess tests use the ChildProcessService in base. by Jay Civelli · 7 years ago
  52. 83f8eca Add comment warning about modifying landmines by brucedawson · 7 years ago
  53. ff2b18d Android JNI: Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  54. d6f6974 Revert "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Guido Urdaneta · 7 years ago
  55. 7ea5bbf Bug fix: Avoid creating dumps when getting MemoryAllocatorDump guids in ProcessMemoryDump by Hajime Hoshi · 7 years ago
  56. fb6aa9d Move the user interaction policy for FirstMeaningfulPaint UMA into renderer by ksakamoto · 7 years ago
  57. b74a3dd Remove constexpr constructor for base::Feature by Tommy Nyquist · 7 years ago
  58. 330d83f Rewrite base::Bind to base::BindOnce by tzik · 7 years ago
  59. cc41de6 Sequence[d]TaskRunner by michaelpg · 7 years ago
  60. f55aaa9 Fix minor typos in bindings docs by Andrew Moylan · 7 years ago
  61. cb7a495 Revert "base::LaunchUnitTestsSerially should not be overridable" by Henrik Kjellander · 7 years ago
  62. 58f26aa Support new-style Mojo JS core API on IOS. by yzshen · 7 years ago
  63. a0a80b4 Mojo: Remove some internal CHECKs by Ken Rockot · 7 years ago
  64. 98c2107 Add ComInitCheckHook for Eligible Builds to the Task Scheduler by Robert Liao · 7 years ago
  65. 7bfa46b fuchsia: Implement SharedMemory and SharedMemoryHandle by Scott Graham · 7 years ago
  66. 439a4a8 Rename TaskRunner::RunsTasksOnCurrentThread() in //components by peary2 · 7 years ago
  67. 3db29e4 Mojo EDK: Add missing RequestContexts by Ken Rockot · 7 years ago
  68. af9fe8a base: get rid of big chunk of code under an #ifdef in memory_linux.cc by Thiago Farina · 7 years ago
  69. 40257d8 Convert //extensions/power_api to be client of wake lock interface. by Ke He · 7 years ago
  70. ae7527f [Android] Implement app-wise direct share and share function in Browser Action menu. by ltian · 7 years ago
  71. 19fece6 Mojo: Let watchers watch for signals being cleared by Ken Rockot · 7 years ago
  72. fab88a3 Remove support for downloading gold plugin. by pcc · 7 years ago
  73. 1f4be3f Attempt to prevent screenshot failures from preventing original failure stack. by tedchoc · 7 years ago
  74. 2773624 base::LaunchUnitTestsSerially should not be overridable by Mostyn Bramley-Moore · 7 years ago
  75. d21e5f3 Mojo: Introduce MOJO_HANDLE_SIGNAL_PEER_REMOTE by Ken Rockot · 7 years ago
  76. 1563f6c More CHECKs to try to locate source of Android crashes. by bcwhite · 7 years ago
  77. ab5963c Change memory dumps to not use periodic dumps by default. by erikchen · 7 years ago
  78. d3fae64 Move eventlog_provider from //base/win to //chrome/common/win. by proberge · 7 years ago
  79. 00c5136 Landmine to ensure GN roll revert has effect everywhere. by Andrii Shyshkalov · 7 years ago
  80. fdd602a Revert "Reland of "Moves mojo_js_integration_tests into blink."" by Kunihiko Sakamoto · 7 years ago
  81. c1855df Moving ChildProcessService to base. by Jay Civelli · 7 years ago
  82. 0638ecc Change LazyInstances in mojo/public/cpp to be leaky. by Sam McNally · 7 years ago
  83. cd50c1f Make block cache size configurable, and report its memory usage. by Marijn Kruisselbrink · 7 years ago
  84. 1f21ca4 fuchsia: allocate vmo/vmar instead of mmap/mprotect to create guarded memory by Scott Graham · 7 years ago
  85. 3bf3a7e fuchsia: get //ipc compiling by Scott Graham · 7 years ago
  86. 05b5f73 Reland of "Moves mojo_js_integration_tests into blink." by Alok Priyadarshi · 7 years ago
  87. 7e033dc memory-infra: get rid of MemoryDumpManager::RequestGlobalDump method. by Primiano Tucci · 7 years ago
  88. a56ab0d Follow up to https://chromium-review.googlesource.com/c/544176/ by Scott Graham · 7 years ago
  89. 59d3eb3 Fix various issues with ObserverListThreadSafeTest.CrossThread* by Scott Graham · 7 years ago
  90. e3f14f3 Updating VS 2015 package with no vctip.exe by brucedawson · 7 years ago
  91. 520820d Enable CommandLineFlags annonations on Rules. by Anthony Berent · 7 years ago
  92. c95847f Add ScopedLazyTaskRunnerListForTesting to ScopedAsyncTaskScheduler. by Francois Doray · 7 years ago
  93. 3ca3a3c Android: Include necessary inputs in proguard's depfile by agrieve · 7 years ago
  94. 4057a1d viz: Convert a sync api in ServerGpuMemoryBufferManager into async. by sadrul · 7 years ago
  95. 082d115 memory-infra: Fix race in MemoryPeakDetectorTest.StartStopQuickly by Hector Dearman · 7 years ago
  96. e8a9749 Add a variadic version of ParamTraits, to allow for >5 IPC parameters. by ossu · 7 years ago
  97. ed5b6da Mojo bindings: use bug references in todos by Johan Tibell · 7 years ago
  98. ea0f3f5 Roll Fuchsia SDK to 457adecd1600ab82efa6d142cc506560b7d8f7c8 by Scott Graham · 7 years ago
  99. 086f314 Mojo JS bindings: introduce new targets "foo_js"/"foo_js_data_deps" for mojom("foo"). by yzshen · 7 years ago
  100. e33626a Bug fix: GUIDs for local base::SharedMemory dumps are wrong by Hajime Hoshi · 7 years ago