1. 9b16d21 Re-enable WaitableEventWatcherTest.DeleteUnder on Win. by mattm · 8 years ago
  2. 4eb34d3 Add timeout to the MessageLoop in FilePathWatcherTest by xyzzyz · 8 years ago
  3. e0237cc Remove the prototype from all V8 functions that aren't constructors by jochen · 8 years ago
  4. ca4b25e Make OwnedWrapper and PassedWrapper move-only by tzik · 8 years ago
  5. 7dc9137 AtExitManager: use std::move() when registering callbacks. by dcheng · 8 years ago
  6. 8a8e787 ShellClient -> Service by ben · 8 years ago
  7. 711bd8c [mojo-edk] Fix initialization order of Waiter. by amistry · 8 years ago
  8. 826ae20 Log histograms on shutdown when verbose logging is on by boriay · 8 years ago
  9. bc45357 Convert device_sensors to use mojo. by sammc · 8 years ago
  10. 050e28c Remove unused function from base/process by benwells · 8 years ago
  11. 0e58ea7 [mojo-edk] Demote DVLOGs in MessagePipeDispatcher to level 2. by amistry · 8 years ago
  12. 6032401 Downgrade leaked ports messages to verbose level 1 by rockot · 8 years ago
  13. 9219e56 Make the constructor of TaskSchedulerImpl explicit. by fdoray · 8 years ago
  14. c278316 Remove remaining calls to deprecated MessageLoop methods. by fdoray · 8 years ago
  15. eb7b1e8 mus namespace -> ui namespace by ben · 8 years ago
  16. eaeb959 [Android] Use PACKAGE_INFO constant from catapult/ by mikecase · 8 years ago
  17. 0a7e16f Mojo C++ bindings: Merge EncodePointers/DecodePointers into Serialize/Deserialize, respectively. by yzshen · 8 years ago
  18. a417bbf Add basic tracing support to the gtest launcher by phajdan.jr · 8 years ago
  19. 1175837 Add IPC serialization support for base::Optional by bmcquade · 8 years ago
  20. 9f27e1f Remove `Runnable` concept from base/bind_internal.h by tzik · 8 years ago
  21. 3b20d0f Support experiment to store persistent metrics in memory-mapped file. by bcwhite · 8 years ago
  22. 8457f19 Implement BluetoothDeviceBlueZ::GetServiceRecords. by rkc · 8 years ago
  23. 4b0190d Move more Mojo bindings helpers out of internal namespace by rockot · 8 years ago
  24. 1dfb120 [tracing] Optimize AllocationRegister and increase max backtrace depth. by dskiba · 8 years ago
  25. 309c57c Mojo C++ Bindings: Extract AssociatedGroupController from MultiplexRouter by rockot · 8 years ago
  26. 85919bb Remove calls to deprecated MessageLoop methods in base. by fdoray · 8 years ago
  27. 909fa96 Show dialogs for syncing to managed accounts earlier in the signin flow, moving them forward to be alongside the dialog for importing/wiping sync data. by peconn · 8 years ago
  28. 0bda71b base: update a NOTE about SpdyFrameReading be using ntohs(). by tfarina · 8 years ago
  29. aed1725 Make base::Environment::Create() return unique_ptrs. by thestig · 8 years ago
  30. 51001b2 Remove unused UnsafeBindtoRefCountedArg in bind_helpers.h by tzik · 8 years ago
  31. 1e4fe40 Add helper function to generate a pair of ChannelHandles for ChannelMojo. by amistry · 8 years ago
  32. f36a931 Update weak_ptr_unittest.nc expectation by tzik · 8 years ago
  33. a79284e Change MessagePumpForGpu and SharedMemory to ScopedHandle. by stanisc · 8 years ago
  34. 7f0d5b8 Mojo C++ bindings: more consistent handle and interface serialization. by yzshen · 8 years ago
  35. 8927eb6 [mojo-edk] Duplicate process handle and take ownership in NodeChannel. by amistry · 8 years ago
  36. 70eaab4 Don't use ::GetFileVersionInfo() in CreateFileVersionInfoForModule() by fdoray · 8 years ago
  37. 249741f Revert of Mojo C++ bindings: more consistent handle and interface serialization. (patchset #3 id:40001 of https://codereview.chromium.org/2095763004/ ) by yzshen · 8 years ago
  38. 5e34c6b Work around /analyze internal compiler error by brucedawson · 8 years ago
  39. 6ca2dab Mojo C++ bindings: more consistent handle and interface serialization. by yzshen · 8 years ago
  40. 3af517a Remove overloads for Callback in bind_helpers.h by tzik · 8 years ago
  41. eb7694e Make callers of FromUTC(Local)Exploded in base/ use new time API. by maksim.sisov · 8 years ago
  42. 18c15fc Remove an unused Unwrap overload and HasNonConstReferenceItem by tzik · 8 years ago
  43. 39d09dc base: Change auto to not deduce raw pointers. by vmpstr · 8 years ago
  44. 4b1ae3f Revert of Don't use ::GetFileVersionInfo() in CreateFileVersionInfoForModule() (patchset #13 id:240001 of https://codereview.chromium.org/2046583002/ ) by petewil · 8 years ago
  45. b075802 TaskScheduler: Make the worker pools of TaskSchedulerImpl configurable by fdoray · 8 years ago
  46. aabd84e Remove calls to deprecated MessageLoop methods in mojo. by fdoray · 8 years ago
  47. 1257845 Don't use ::GetFileVersionInfo() in CreateFileVersionInfoForModule() by fdoray · 8 years ago
  48. fa6c985 Decouple Invoker from BindState by tzik · 8 years ago
  49. ff80774 Removed unnecessary assertion by smaier · 8 years ago
  50. c974cf9 Update WeakPtr nocompile test expectations by tzik · 8 years ago
  51. 861d977 [mojo-edk] Fix uninitialized padding in AddBrokerClient message by rockot · 8 years ago
  52. 70d6357 Support using a Mojo message pipe in a ChannelHandle. by amistry · 8 years ago
  53. c8d203c [mojo-edk] Initialise padding in mojo::edk::BrokerMessageHeader. by amistry · 8 years ago
  54. a84047c Pass bound values in base::Bind as const values by tzik · 8 years ago
  55. f9cf281 Add move constructor in ScopedClosureRunner. by sergeyu · 8 years ago
  56. e1f20a2 android: Add RetryOnFailure test annotation by boliu · 8 years ago
  57. 6bab385 MessagePumpDefault can spin for up to 1 ms on Windows by stanisc · 8 years ago
  58. 25f391d Make base::WeakPtr moveable. by mek · 8 years ago
  59. 71bef07 Revert Mojo-based SyncChannel waiting again by rockot · 8 years ago
  60. eae1ff9 [mojo-edk] Process proxy disruptions locally. by amistry · 8 years ago
  61. e6a6b02 Create a Promise class to simplify dealing with async results. by peconn · 8 years ago
  62. a6492dc Add a Chrome IPC to mojom generator. by sammc · 8 years ago
  63. 1ee3736 Fix NPE on start-up when no application class exists in ApplicationInfo by agrieve · 8 years ago
  64. 9605156 Reland of Move memory-infra check from background tracing and whitelist memory dump args (patchset #1 id:1 of https://codereview.chromium.org/2095593003/ ) by ssid · 8 years ago
  65. bfbde0a Add base::ExecutableExistsInPath by thomasanderson · 8 years ago
  66. bf2d18f BlueZ + DBus implementations of create/remove service record functions. by rkc · 8 years ago
  67. 6fc46bb Add base::get to support rvalue-reference tuple by tzik · 8 years ago
  68. 82158b4 cc: Reduce UMA bucket counts in CompositorTimingHistory by brianderson · 8 years ago
  69. c0abb73 Revert of Move memory-infra check from background tracing and whitelist memory dump args (patchset #1 id:20001 of https://codereview.chromium.org/2092463002/ ) by dgozman · 8 years ago
  70. 76c67d6 [mojo-sdk] DCHECK message pipe handles are valid when making a pair. by amistry · 8 years ago
  71. 85847f1 [mojo-edk] Broadcast surprise port disruptions by rockot · 8 years ago
  72. 09b1fd0 Move memory-infra check from background tracing and whitelist memory dump args by ssid · 8 years ago
  73. 6555e69 Fold //ipc/mojo into //ipc. by amistry · 8 years ago
  74. 5d6de39 Use a ScopedTempDir for files used in IPCChannelMojoTest. by amistry · 8 years ago
  75. e7e796d [mojo-edk] Fix watch cancellation in nested request contexts by rockot · 8 years ago
  76. aa7ad2f [mojo-edk] Fix unchecked header sizes channel messages by rockot · 8 years ago
  77. 1ae08ea Replace safe-bool idiom with explicit operator bool() in base::WeakPtr. by wez · 8 years ago
  78. ca68230 Change ClipboardMus to use mojo::SyncCallRestrictions::ScopedAllowSyncCall. by yzshen · 8 years ago
  79. 2a9cb0a Mojo C++ bindings template: remove is_move_only_kind and its callsites. by yzshen · 8 years ago
  80. 4462b52 Virtualize The Existence of a Scheduler Worker Thread by robliao · 8 years ago
  81. 59787c9 Include close errnos in crash dumps. by davidben · 8 years ago
  82. c32ca2f Mojo C++ bindings: introduce MojomTypeTraits. by yzshen · 8 years ago
  83. d52b711 Add a chrome_elf_unittest ChromeElfLoadSanityTest which validates that loading chrome_elf does not load user32.dll by ananta · 8 years ago
  84. c1ff72b Remove calls to deprecated MessageLoop methods in components. by fdoray · 8 years ago
  85. 284aae5 Remove calls to deprecated MessageLoop methods in ipc. by fdoray · 8 years ago
  86. 0ac0b02 [tracing] Introduce "allowed_dump_modes" for memory dump config by ssid · 8 years ago
  87. cf19f74 Rename SchedulerWorkerThread* to SchedulerWorker* by robliao · 8 years ago
  88. 7ac34ba Rename SchedulerThreadPool* to SchedulerWorkerPool* by robliao · 8 years ago
  89. 21efb01 Simplify SyncChannel message pumping event by rockot · 8 years ago
  90. 22e4428 Change typemap options to use []. by sammc · 8 years ago
  91. d961009 Fix incremental install on latest version of Android N by agrieve · 8 years ago
  92. 5adaeb6 [Downloads] Fill in the drawer by dfalcantara · 8 years ago
  93. db49e2d Implements Mojo-based waiting for IPC::SyncChannel by rockot · 8 years ago
  94. 4ab1274 Mojo: add support for disallowing sync calls for a process. by yzshen · 8 years ago
  95. 7795e63 Remove calls to MessageLoop::current() in mojo. by fdoray · 8 years ago
  96. d34de9b Use ThreadTaskRunnerHandle::Get() in dbus. by fdoray · 8 years ago
  97. b82882c Mojo: Remove url type converters. by sammc · 8 years ago
  98. e11f59c Migrate users to the new mojo C++ shared buffer API and delete the old one. by sammc · 8 years ago
  99. 38a7166 Move ChromeOS/Android checking for legacy protocol to build files. by amistry · 8 years ago
  100. 4440d2c Verify if GPU message pump is signaled when it hangs in WaitForWork by stanisc · 8 years ago