1. 31931ea Reland "Pass-through batch-limit, jobs & single-process options and tag OS." by Wez · 7 years ago
  2. c18a6c1 Reimplement base::WaitableEvent with a kqueue on Mac. by Robert Sesek · 7 years ago
  3. 3102bd2 Fuchsia: only emit ".." from file enumerator if requested. by Kevin Marshall · 7 years ago
  4. d65b911 Revert "Pass-through batch-limit, jobs & single-process options and tag OS." by Nico Weber · 7 years ago
  5. 11eb833 Expose Add/RemoveActionCallback to java by dullweber · 7 years ago
  6. 1d0c451 Pass-through batch-limit, jobs & single-process options and tag OS. by Wez · 7 years ago
  7. 5eb0cb9 Move base/numerics compiler-specific intrinsics to their own file by Justin Schuh · 7 years ago
  8. 4f4cfae [memory-infra] Move the tests related to tracing observer into service/ by Siddhartha · 7 years ago
  9. 62d6b91 Remove ScopedVector. by avi · 7 years ago
  10. e4c053d Ban const-qualified raw pointers to ref-counted objects on base::Bind parameter by tzik · 7 years ago
  11. 432ffbc Support Using ScopedFeatureList in SetUp for Browser Test by chaopeng · 7 years ago
  12. 256e8c7 Add a dedicated WaitableEventPerfTest. by Robert Sesek · 7 years ago
  13. 2c7afd8 Remove unused ScopedVector header includes. by avi · 7 years ago
  14. 44203f1 Reland of Change ScopedFeatureList to overrides FeatureList not reset by chaopeng · 7 years ago
  15. 3285cf9 memory-infra: Allow creation of multiple edges between same allocator dumps by Siddhartha · 7 years ago
  16. b01a997 Refactor COM Checks to use AssertComApartmentType by Robert Liao · 7 years ago
  17. 430439f Move file and leveldb services to SequencedTaskRunners. by Marijn Kruisselbrink · 7 years ago
  18. c420386 Replace base::AtomicRefCount functions with member functions. by Jeremy Roman · 7 years ago
  19. 657576b Fix some documentation in base/numerics by Justin Schuh · 7 years ago
  20. 4be5365 Delete JNI registration calls in components directory by Yipeng Wang · 7 years ago
  21. 3f67e18 [Suggestions] Use a promise to detect if download thumbnail is in cache by Galia Peycheva · 7 years ago
  22. 084060e Add UMA for High Resolution Timer Usage by stanisc · 7 years ago
  23. 33f9121 Reduce Histogram object size. by bcwhite · 7 years ago
  24. 19fdcc7 Expose Timer::AbandonAndStop, so it can safely be destroyed on another thread. by ossu · 7 years ago
  25. f9b5046 android: Fix input list for jni_registration_generator.py by agrieve · 7 years ago
  26. 555df61 Update Fuchsia 'dotdot' handling code from using -> to . by Wez · 7 years ago
  27. ebabfe6 UiCaptureTest capturing the NTP. by Anthony Berent · 7 years ago
  28. bcd907d Do not Reset the waitable events in TraceEventTestFixture.ThreadOnceBlocking. by Robert Sesek · 7 years ago
  29. 4b460a8 Remove typically unused local_metadata_ field. by bcwhite · 7 years ago
  30. 33440f3 Alias |ranges| so it appears in minidump. by bcwhite · 7 years ago
  31. 30732df Reduce memory usage in DelayedPersistentAllocation. by bcwhite · 7 years ago
  32. d0716d6 Put BrowserMetrics with embedded profiles into subdir for auto-upload. by bcwhite · 7 years ago
  33. b634602 Remove synthetic delay framework by Sami Kyostila · 7 years ago
  34. 7c0791a Add ClampedNumeric templates by jschuh · 7 years ago
  35. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  36. 915d6ef Add recursive pattern matching for subfolders in file_enumerator. by ivafanas · 7 years ago
  37. 792e1e3 (reland) base::LaunchUnitTestsSerially should not be overridable by cmdline by Mostyn Bramley-Moore · 7 years ago
  38. 8daa4e7 Add additional tests for WaitableEvent and WaitableEventWatcher. by Robert Sesek · 7 years ago
  39. 86718a4 Convert WaitableEventWatcherTest to use parameterized tests. by Robert Sesek · 7 years ago
  40. fba87a3 Reland #3: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  41. 51dc7cd Outline RefCountedThreadSafeBase::AddRef and Release on non-X86 by hans · 7 years ago
  42. 7a2af90 Fix field trials not working in utility processes. by jam · 7 years ago
  43. 97484ae Revert "Reland #2: [Android JNI] Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  44. 441852a Reland #2: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  45. 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
  46. 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
  47. fdbec68 Add FD exhaustion logging for Chrome OS. by Justin TerAvest · 7 years ago
  48. 463908e Revert of Make base::WeakPtr::Get() fast (patchset #10 id:180001 of https://codereview.chromium.org/2963623002/ ) by hans · 7 years ago
  49. f238658 Add UMA metric to track the time elapsed since a WebAPK was last launched by pkotwicz · 7 years ago
  50. 4f0563b Move base::WeakPtr's null ctor out-of-line by hans · 7 years ago
  51. 00848f0 Add installer_package_name and ABI to crash report by ranj · 7 years ago
  52. b15abc8 Make base::WeakPtr::Get() fast by hans · 7 years ago
  53. 3d9e048 Revert "Reland: [Android JNI] Generate calls to RegisterNatives()" by Andrew Grieve · 7 years ago
  54. bd4d6cb Implement tracking of BUILD.gn files used to define target, toolchain or pool. by alex-ac · 7 years ago
  55. 31501f1 Detect the OS timezone using JNI by Jungshik Shin · 7 years ago
  56. ca53ade fuchsia: Fix field trial shm serialization, enable FieldTrialListTest.* by Scott Graham · 7 years ago
  57. 71ec1c7 Implement base::AtomicRefCount as a class wrapping std::atomic_int. by Jeremy Roman · 7 years ago
  58. 961c28a Add ComInitCheckHook for Eligible Builds to the Task Scheduler by Robert Liao · 7 years ago
  59. b53c42e Reland: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  60. b7aaa6c Move base::WeakPtrFactory's ctor and dtor out-of-line by hans · 7 years ago
  61. 838e49d chrome://profiler infrastructure uses base time types. by tdresser · 7 years ago
  62. 08a88c8 memory-infra: clean up order of callback arguments by Primiano Tucci · 7 years ago
  63. 73176b1 Change DumpProcessWithoutCrash to use load-time dynamic linking. by wfh · 7 years ago
  64. 0cdb93d Revert "Detect the OS timezone using JNI" by Peter Conn · 7 years ago
  65. 6c168db Change base::ContainsValue to fail to compile for sets. by Marijn Kruisselbrink · 7 years ago
  66. a7d1703 Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  67. 9968881 Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago
  68. 8786c8d Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  69. 21deefb Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago
  70. 42d3c63 Detect the OS timezone using JNI by Jungshik Shin · 7 years ago
  71. 243b971 Make XmlUnitTestResultPrinter handle failing to open output by Scott Graham · 7 years ago
  72. f9371f3 [android] Backwards-compatible O SDK changes. by John Budorick · 7 years ago
  73. 1244c4f Add StrictMode exemption from getDrawable. by tedchoc · 7 years ago
  74. 461d1db Keep unlogged-samples object for minidump. by bcwhite · 7 years ago
  75. 29aff67 Revert "Android JNI: Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  76. 0b397d9 Making MultiProcess tests use the ChildProcessService in base. by Jay Civelli · 7 years ago
  77. ff2b18d Android JNI: Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  78. d6f6974 Revert "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Guido Urdaneta · 7 years ago
  79. 7ea5bbf Bug fix: Avoid creating dumps when getting MemoryAllocatorDump guids in ProcessMemoryDump by Hajime Hoshi · 7 years ago
  80. fb6aa9d Move the user interaction policy for FirstMeaningfulPaint UMA into renderer by ksakamoto · 7 years ago
  81. b74a3dd Remove constexpr constructor for base::Feature by Tommy Nyquist · 7 years ago
  82. 330d83f Rewrite base::Bind to base::BindOnce by tzik · 7 years ago
  83. cc41de6 Sequence[d]TaskRunner by michaelpg · 7 years ago
  84. cb7a495 Revert "base::LaunchUnitTestsSerially should not be overridable" by Henrik Kjellander · 7 years ago
  85. 98c2107 Add ComInitCheckHook for Eligible Builds to the Task Scheduler by Robert Liao · 7 years ago
  86. 7bfa46b fuchsia: Implement SharedMemory and SharedMemoryHandle by Scott Graham · 7 years ago
  87. af9fe8a base: get rid of big chunk of code under an #ifdef in memory_linux.cc by Thiago Farina · 7 years ago
  88. ae7527f [Android] Implement app-wise direct share and share function in Browser Action menu. by ltian · 7 years ago
  89. 1f4be3f Attempt to prevent screenshot failures from preventing original failure stack. by tedchoc · 7 years ago
  90. 2773624 base::LaunchUnitTestsSerially should not be overridable by Mostyn Bramley-Moore · 7 years ago
  91. 1563f6c More CHECKs to try to locate source of Android crashes. by bcwhite · 7 years ago
  92. ab5963c Change memory dumps to not use periodic dumps by default. by erikchen · 7 years ago
  93. d3fae64 Move eventlog_provider from //base/win to //chrome/common/win. by proberge · 7 years ago
  94. c1855df Moving ChildProcessService to base. by Jay Civelli · 7 years ago
  95. cd50c1f Make block cache size configurable, and report its memory usage. by Marijn Kruisselbrink · 7 years ago
  96. 1f21ca4 fuchsia: allocate vmo/vmar instead of mmap/mprotect to create guarded memory by Scott Graham · 7 years ago
  97. 7e033dc memory-infra: get rid of MemoryDumpManager::RequestGlobalDump method. by Primiano Tucci · 7 years ago
  98. a56ab0d Follow up to https://chromium-review.googlesource.com/c/544176/ by Scott Graham · 7 years ago
  99. 59d3eb3 Fix various issues with ObserverListThreadSafeTest.CrossThread* by Scott Graham · 7 years ago
  100. 520820d Enable CommandLineFlags annonations on Rules. by Anthony Berent · 7 years ago