1. 8b1b9e6 Make ChannelMojo compile under NaCl. by amistry · 8 years ago
  2. e42204f Convert MimeRegistry to use mojo. by sammc · 8 years ago
  3. 886319e Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //ipc by dcheng · 8 years ago
  4. 5b68ae5 Remove pepper_messages.h. by sammc · 8 years ago
  5. c1aebcf Migrate WaitableEvent to enum-based constructor in ipc/ by gab · 8 years ago
  6. 1fa44fb Use std::unique_ptr for base::DictionaryValue and base::ListValue's internal store. by dcheng · 8 years ago
  7. 4ca9264 Send input event IPCs directly from the UI thread by rockot · 8 years ago
  8. 0125b76 Begin to enable extension APIs in Extension Service Worker. by lazyboy · 8 years ago
  9. cd486fd ChannelMojo: Don't signal Channel errors with lock held by rockot · 8 years ago
  10. 111dc4b Disable thread-safe Send on ChannelMojo by rockot · 8 years ago
  11. 6abf63e mac: Fix an attachment broker race condition. by erikchen · 8 years ago
  12. 610fc3e Fix an attachment broker race condition. by erikchen · 8 years ago
  13. 15975b9 Delete geofencing implementation. by mek · 8 years ago
  14. 1ea1e0d Generate param traits size methods for IPC files in chrome/ (and traits it depends on). by jam · 8 years ago
  15. 74a8c61 Fix implicit access to raw pointer of scoped_refptr. by scheib · 8 years ago
  16. 7f5c574 Generate param traits size methods for IPC files in content/ (and traits it depends on). by jam · 8 years ago
  17. 0867a90 Fix include path for moved thread_task_runner_handle.h header in ipc/ by gab · 8 years ago
  18. b5dd13b Re-land: Convert the utility process JSON parser into a Mojo service. by amistry · 8 years ago
  19. 87fc78f Re-land: Re-enable multi-process IPC tests on Android. by amistry · 8 years ago
  20. f1e65c9 Revert of Re-enable multi-process IPC tests on Android. (patchset #3 id:40001 of https://codereview.chromium.org/1914143004/ ) by mlamouri · 8 years ago
  21. 37eebed Revert of Convert the utility process JSON parser into a Mojo service. (patchset #13 id:240001 of https://codereview.chromium.org/1861573002/ ) by mathp · 8 years ago
  22. fc8f1fc Convert the utility process JSON parser into a Mojo service. by amistry · 8 years ago
  23. 2d212c0 Re-enable multi-process IPC tests on Android. by amistry · 8 years ago
  24. b29d065 Revert of Added test IPCChannelMojoTest.DummyAlwaysPasses to work around bot bug. (patchset #1 id:1 of https://codereview.chromium.org/1915293003/ ) by amistry · 8 years ago
  25. 14b83c7 Implement a new child test helper for Android. by amistry · 8 years ago
  26. fb6136d Fix lock-order-inversion in ChannelMojo by rockot · 8 years ago
  27. 4c66951 Mojo: Use new message APIs to reduce copying by rockot · 8 years ago
  28. 090efbc Added test IPCChannelMojoTest.DummyAlwaysPasses to work around bot bug. by mgiuca · 8 years ago
  29. 6b47767 IPC: Fix attachment brokering race condition. by erikchen · 8 years ago
  30. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  31. b0e0481 Re-land: "Use a token to initialise ChannelMojo and MojoApplication everywhere." by amistry · 8 years ago
  32. a355c82 Remove POSIX shared memory. by erikchen · 8 years ago
  33. 4ac69ee Revert of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1893603002/ ) by erikchen · 8 years ago
  34. db519ba Reland of mac: Remove POSIX shared memory. (patchset #1 id:1 of https://codereview.chromium.org/1890023002/ ) by erikchen · 8 years ago
  35. d206f52 Revert "Use a token to initialise ChannelMojo and MojoApplication everywhere." by amistry · 8 years ago
  36. 84a38bf Revert of mac: Remove POSIX shared memory. (patchset #8 id:140001 of https://codereview.chromium.org/1867733002/ ) by shrike · 8 years ago
  37. 5e3c4eb Reland of Use a token to initialise ChannelMojo and MojoApplication everywhere. (patchset #1 id:1 of https://codereview.chromium.org/1892613003/ ) by shrike · 8 years ago
  38. 3e27fe5 Revert of Use a token to initialise ChannelMojo and MojoApplication everywhere. (patchset #1 id:1 of https://codereview.chromium.org/1893463002/ ) by shrike · 8 years ago
  39. 56fb5a5 Reland of Use a token to initialise ChannelMojo and MojoApplication everywhere. (patchset #1 id:1 of https://codereview.chromium.org/1891043002/ ) by shrike · 8 years ago
  40. 9386a27 Revert of Use a token to initialise ChannelMojo and MojoApplication everywhere. (patchset #5 id:80001 of https://codereview.chromium.org/1880343002/ ) by shrike · 8 years ago
  41. f014151 Use a token to initialise ChannelMojo and MojoApplication everywhere. by amistry · 8 years ago
  42. a148edf mac: Remove POSIX shared memory. by erikchen · 8 years ago
  43. c58bbe3 Reland: Switch components/password_manager code from IPC messages to Mojo. by leon.han · 8 years ago
  44. f8e810e Wrap deprecated sandbox functions in C++ class. by kerrnel · 8 years ago
  45. c8630e2 Revert of Reland: Switch components/password_manager code from IPC messages to Mojo. (patchset #4 id:60001 of https://codereview.chromium.org/1866643002/ ) by fs · 8 years ago
  46. a4d503c Reland: Switch components/password_manager code from IPC messages to Mojo. by leon.han · 8 years ago
  47. 6fa5a95 ipc: Add channel names to sync tests. by erikchen · 8 years ago
  48. 0bab732 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 8 years ago
  49. 33f45fa ipc: Rename TakeFileHandleForProcess->TakePlatformFileForTransit. by erikchen · 8 years ago
  50. 556548b ipc: Rename GetFileHandleForProcess->GetPlatformFileForTransit. by erikchen · 8 years ago
  51. a789c21 Check for unstable types in IPC messages. by dskiba · 8 years ago
  52. f2a6ce6 Revert of Switch components/password_manager code from IPC messages to Mojo. (patchset #28 id:550001 of https://codereview.chromium.org/1762603002/ ) by loyso · 8 years ago
  53. fcbe57a Switch components/password_manager code from IPC messages to Mojo. by leon.han · 8 years ago
  54. d301bca Remove NPAPI from browser and utility by piman · 8 years ago
  55. de36fd3 win: More attachment brokering for PlatformFileForTransit. by erikchen · 8 years ago
  56. adfa8bc Remove content/child/npapi by piman · 8 years ago
  57. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  58. 54ebd21 Suppress deprecation warnings for OS X sandbox functions. by kerrnel · 8 years ago
  59. bc0cf5d Add tracing events to track the synchronous IPC blocker by tzik · 8 years ago
  60. b23e3a4 Make PlatformFileForTransit a class on Windows. by erikchen · 8 years ago
  61. 3b85c2b Enclose IPC::Listener::OnMessageReceived with TRACE_EVENT_WITH_FLOW by tzik · 8 years ago
  62. 49c4822 Move TRACE_EVENT in IPC message dispatch to add message name by ssid · 8 years ago
  63. 121a467 ChannelMojo: Bind the channel TaskRunner to the right thread by rockot · 8 years ago
  64. d661bf7 Add more out of line copy ctors for complex classes. by vmpstr · 8 years ago
  65. 6e3d492 Make ChannelMojo Send thread-safe by rockot · 8 years ago
  66. 0209d14 Add support for Attachment Brokering of IPC::Channels on multiple threads. by erikchen · 8 years ago
  67. 6441ef5 Add RetainedRef uses where needed. by vmpstr · 8 years ago
  68. b1b0390 ChannelMojo: Remove intermediate Message struct by rockot · 8 years ago
  69. 0db222a Handle brokered attachment race condition by allan.jensen · 8 years ago
  70. 81f5fa8 Remove deprecated functions from comment for IPC::TestSink. by kotenkov · 8 years ago
  71. 499a218 Add support for MojoChannel field trial by rockot · 8 years ago
  72. 56109e1 ipc: change CreateUnixDomainSocket() to return a bool type by tfarina · 8 years ago
  73. d31bd2f Replace web_cache_messages.h with Mojo service. by leon.han · 8 years ago
  74. 17646a7 ipc: improve the documentation for some functions in unix_domain_socket_util.cc by tfarina · 8 years ago
  75. 6b241c5 Disable IPCChannelMojoTest.SendFailAfterClose on Android by alexmos · 8 years ago
  76. 43c1a60 Revert of Clang plugin to check that unstable types are not used in IPC. (patchset #22 id:420001 of https://codereview.chromium.org/1665363002/ ) by thakis · 8 years ago
  77. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 8 years ago
  78. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 8 years ago
  79. 49c5db8 Fix failing tests with ChannelMojo enabled. by sammc · 8 years ago
  80. 981909a Clang plugin to check that unstable types are not used in IPC. by dskiba · 8 years ago
  81. 2da27ec Remove Mojo bindings environment. by Yuzhu Shen · 8 years ago
  82. a088e35 Replace base::Tuple in //ipc with std::tuple by tzik · 8 years ago
  83. 6194d97 Change IPC::ChannelMojo to use associated interfaces. by sammc · 8 years ago
  84. 3b8941c ipc: check if we can create the server directory before everything else by tfarina · 8 years ago
  85. 079d9b2 Propagate window coordinates to out-of-process iframes renderers. by lfg · 8 years ago
  86. 8e47d38 Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:340001 of https://codereview.chromium.org/1685183004/ ) by rockot · 8 years ago
  87. 3571581 Bootstrap Mojo IPC independent of Chrome IPC by rockot · 8 years ago
  88. 0fd5a1b mustash: Move Media IPC Messages to media_messages.h by fsamuel · 8 years ago
  89. 53b24a2 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 8 years ago
  90. 1ae9e98 Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (patchset #19 id:360001 of https://codereview.chromium.org/1711533002/ ) by shrike · 8 years ago
  91. 65104a8 ipc: Add out-of-line copy ctors for complex classes. by vmpstr · 8 years ago
  92. 90caa81 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 8 years ago
  93. fa4ef8f ipc: split the process of creating unix domain socket into a separate function by tfarina · 8 years ago
  94. 2d8ba96 Mojo: Simplify IPC initialization assumptions by rockot · 8 years ago
  95. 085d080 Refactor content/common/message_router to ipc/message_router by markdittmer · 8 years ago
  96. fe5accd Add more CHECKs to help investigate the Mojo bootstrap crash by rockot · 8 years ago
  97. dfc4563 Enable Android SurfaceView fullscreen video with WMPI by watk · 8 years ago
  98. d790b95 Clean up public interface of AttachmentBrokerUnprivileged. by erikchen · 8 years ago
  99. bbd0ac2 Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchset #6 id:120001 of https://codereview.chromium.org/1679763002/ ) by erikchen · 8 years ago
  100. 47dfb4f Clean up public interface of AttachmentBrokerUnprivileged. by erikchen · 8 years ago