1. fc5d595 Use WeakPtr to simplify the DBUS Timeout helper. by Wez · 7 years ago
  2. 31931ea Reland "Pass-through batch-limit, jobs & single-process options and tag OS." by Wez · 7 years ago
  3. c18a6c1 Reimplement base::WaitableEvent with a kqueue on Mac. by Robert Sesek · 7 years ago
  4. 3102bd2 Fuchsia: only emit ".." from file enumerator if requested. by Kevin Marshall · 7 years ago
  5. d65b911 Revert "Pass-through batch-limit, jobs & single-process options and tag OS." by Nico Weber · 7 years ago
  6. c2f46dc Mojo: Clean up port closure behavior by Ken Rockot · 7 years ago
  7. 11eb833 Expose Add/RemoveActionCallback to java by dullweber · 7 years ago
  8. bbde56b Use OnceCallback on Mojo interfaces in //mojo/common by tzik · 7 years ago
  9. 1d0c451 Pass-through batch-limit, jobs & single-process options and tag OS. by Wez · 7 years ago
  10. 5eb0cb9 Move base/numerics compiler-specific intrinsics to their own file by Justin Schuh · 7 years ago
  11. 4f4cfae [memory-infra] Move the tests related to tracing observer into service/ by Siddhartha · 7 years ago
  12. 62d6b91 Remove ScopedVector. by avi · 7 years ago
  13. d59a51a Merge Android manifests when assembling apk by Ingemar Ådahl · 7 years ago
  14. e4c053d Ban const-qualified raw pointers to ref-counted objects on base::Bind parameter by tzik · 7 years ago
  15. 432ffbc Support Using ScopedFeatureList in SetUp for Browser Test by chaopeng · 7 years ago
  16. 256e8c7 Add a dedicated WaitableEventPerfTest. by Robert Sesek · 7 years ago
  17. 2c7afd8 Remove unused ScopedVector header includes. by avi · 7 years ago
  18. 44203f1 Reland of Change ScopedFeatureList to overrides FeatureList not reset by chaopeng · 7 years ago
  19. 3285cf9 memory-infra: Allow creation of multiple edges between same allocator dumps by Siddhartha · 7 years ago
  20. c1f020b Fix some issues around the two-phase DataPipe read API. by Marijn Kruisselbrink · 7 years ago
  21. b01a997 Refactor COM Checks to use AssertComApartmentType by Robert Liao · 7 years ago
  22. 769c404 VS 2017 Update 3 Preview 3 with fixed SDK by brucedawson · 7 years ago
  23. 6ce026a Fix uninitialized read in data pipe peer remoteness by Ken Rockot · 7 years ago
  24. 430439f Move file and leveldb services to SequencedTaskRunners. by Marijn Kruisselbrink · 7 years ago
  25. c420386 Replace base::AtomicRefCount functions with member functions. by Jeremy Roman · 7 years ago
  26. 657576b Fix some documentation in base/numerics by Justin Schuh · 7 years ago
  27. 4be5365 Delete JNI registration calls in components directory by Yipeng Wang · 7 years ago
  28. 2c9bcae Fix matrix interpolation between rotations of 180 degrees by vollick · 7 years ago
  29. 3f67e18 [Suggestions] Use a promise to detect if download thumbnail is in cache by Galia Peycheva · 7 years ago
  30. 084060e Add UMA for High Resolution Timer Usage by stanisc · 7 years ago
  31. 33f9121 Reduce Histogram object size. by bcwhite · 7 years ago
  32. ac08511 Remove utility process batch mode support and its IPCs by Noel Gordon · 7 years ago
  33. 19fdcc7 Expose Timer::AbandonAndStop, so it can safely be destroyed on another thread. by ossu · 7 years ago
  34. 33912c7 Reland: Move generic_sensor into Device Service. by Ke He · 7 years ago
  35. 6de9635 Expose the MojoJS and MojoJSTest bindings in Workers by Reilly Grant · 7 years ago
  36. f9b5046 android: Fix input list for jni_registration_generator.py by agrieve · 7 years ago
  37. 7786715 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 7 years ago
  38. 555df61 Update Fuchsia 'dotdot' handling code from using -> to . by Wez · 7 years ago
  39. ebabfe6 UiCaptureTest capturing the NTP. by Anthony Berent · 7 years ago
  40. bcd907d Do not Reset the waitable events in TraceEventTestFixture.ThreadOnceBlocking. by Robert Sesek · 7 years ago
  41. 4b460a8 Remove typically unused local_metadata_ field. by bcwhite · 7 years ago
  42. 09efa54 Set Python shebang in build to /usr/bin/env python by Ingemar Ådahl · 7 years ago
  43. 33440f3 Alias |ranges| so it appears in minidump. by bcwhite · 7 years ago
  44. 30732df Reduce memory usage in DelayedPersistentAllocation. by bcwhite · 7 years ago
  45. 118ee8a Mojo JS bindings: add support to generate "dual-mode" code. by yzshen · 7 years ago
  46. d0716d6 Put BrowserMetrics with embedded profiles into subdir for auto-upload. by bcwhite · 7 years ago
  47. 152344d Added some more sequence checks in /policy/ by Maksim Ivanov · 7 years ago
  48. b634602 Remove synthetic delay framework by Sami Kyostila · 7 years ago
  49. 7c0791a Add ClampedNumeric templates by jschuh · 7 years ago
  50. 6c539cd Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  51. 915d6ef Add recursive pattern matching for subfolders in file_enumerator. by ivafanas · 7 years ago
  52. 792e1e3 (reland) base::LaunchUnitTestsSerially should not be overridable by cmdline by Mostyn Bramley-Moore · 7 years ago
  53. 1eabcd2 MojoReleaseMessageContext -> MojoGetMessageContext by Ken Rockot · 7 years ago
  54. 8daa4e7 Add additional tests for WaitableEvent and WaitableEventWatcher. by Robert Sesek · 7 years ago
  55. 86718a4 Convert WaitableEventWatcherTest to use parameterized tests. by Robert Sesek · 7 years ago
  56. fba87a3 Reland #3: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  57. 51dc7cd Outline RefCountedThreadSafeBase::AddRef and Release on non-X86 by hans · 7 years ago
  58. 7a2af90 Fix field trials not working in utility processes. by jam · 7 years ago
  59. 97484ae Revert "Reland #2: [Android JNI] Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  60. 441852a Reland #2: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  61. 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
  62. 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
  63. b23dc2d Add comment warning about modifying landmines by brucedawson · 7 years ago
  64. 3038c29 fuchsia: get ipc_tests compiling again by Scott Graham · 7 years ago
  65. fdbec68 Add FD exhaustion logging for Chrome OS. by Justin TerAvest · 7 years ago
  66. d27b7d7 Mojo C++ bindings: support setting default value for fields whose types are typemapped enums. by yzshen · 7 years ago
  67. d0f134c Mojo C++ Bindings: Shave off some more code size by Ken Rockot · 7 years ago
  68. 7e78f53 Copy dbgcore.dll to the build directory. by sebmarchand · 7 years ago
  69. 463908e Revert of Make base::WeakPtr::Get() fast (patchset #10 id:180001 of https://codereview.chromium.org/2963623002/ ) by hans · 7 years ago
  70. f238658 Add UMA metric to track the time elapsed since a WebAPK was last launched by pkotwicz · 7 years ago
  71. 4f0563b Move base::WeakPtr's null ctor out-of-line by hans · 7 years ago
  72. 00848f0 Add installer_package_name and ABI to crash report by ranj · 7 years ago
  73. b15abc8 Make base::WeakPtr::Get() fast by hans · 7 years ago
  74. 3d9e048 Revert "Reland: [Android JNI] Generate calls to RegisterNatives()" by Andrew Grieve · 7 years ago
  75. bd4d6cb Implement tracking of BUILD.gn files used to define target, toolchain or pool. by alex-ac · 7 years ago
  76. 31501f1 Detect the OS timezone using JNI by Jungshik Shin · 7 years ago
  77. aff9a3a Define EnumTraits for JpegDecodeAccelerator::Error by Chandan Padhi · 7 years ago
  78. e3be235 Rename TaskRunner::RunsTasksOnCurrentThread() in //ipc, //mojo by peary2 · 7 years ago
  79. ca53ade fuchsia: Fix field trial shm serialization, enable FieldTrialListTest.* by Scott Graham · 7 years ago
  80. 71ec1c7 Implement base::AtomicRefCount as a class wrapping std::atomic_int. by Jeremy Roman · 7 years ago
  81. 961c28a Add ComInitCheckHook for Eligible Builds to the Task Scheduler by Robert Liao · 7 years ago
  82. b53c42e Reland: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  83. b7aaa6c Move base::WeakPtrFactory's ctor and dtor out-of-line by hans · 7 years ago
  84. c58afff [android] Roll to the Android O SDK. by John Budorick · 7 years ago
  85. ed5f6b4 Reland "Mojo C++ bindings: Serialize handles during message allocation" by Ken Rockot · 7 years ago
  86. 00489b7 Implement chrome.bluetoothLowEnergy.resetAdvertising(). by sonnysasaka · 7 years ago
  87. 8422130 Remove unnecessary indirection for old gmock. by Hidehiko Abe · 7 years ago
  88. 838e49d chrome://profiler infrastructure uses base time types. by tdresser · 7 years ago
  89. 5649e3a Mojo C++ Bindings: Move bits of InterfacePtrState out-of-line by Ken Rockot · 7 years ago
  90. 08a88c8 memory-infra: clean up order of callback arguments by Primiano Tucci · 7 years ago
  91. 73176b1 Change DumpProcessWithoutCrash to use load-time dynamic linking. by wfh · 7 years ago
  92. 3d3b85e Revert "Mojo C++ bindings: Serialize handles during message allocation" by Ken Rockot · 7 years ago
  93. 0cdb93d Revert "Detect the OS timezone using JNI" by Peter Conn · 7 years ago
  94. 6c168db Change base::ContainsValue to fail to compile for sets. by Marijn Kruisselbrink · 7 years ago
  95. a7d1703 Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  96. 9968881 Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago
  97. a766339 Convert utility process Shell Handler Win IPC to mojo by Noel Gordon · 7 years ago
  98. f94a7d4 Mojo C++ bindings: Serialize handles during message allocation by Ken Rockot · 7 years ago
  99. 8786c8d Revert "Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler"" by Robert Liao · 7 years ago
  100. 21deefb Reland "Add ComInitCheckHook for Eligible Builds to the Task Scheduler" by Robert Liao · 7 years ago