1. 6fa5a95 ipc: Add channel names to sync tests. by erikchen · 8 years ago
  2. 0bab732 Make IPC::ParamTraits<>GetSize work with base::Value as a result of JSON parsing. by amistry · 8 years ago
  3. 33f45fa ipc: Rename TakeFileHandleForProcess->TakePlatformFileForTransit. by erikchen · 8 years ago
  4. 556548b ipc: Rename GetFileHandleForProcess->GetPlatformFileForTransit. by erikchen · 8 years ago
  5. a789c21 Check for unstable types in IPC messages. by dskiba · 8 years ago
  6. 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
  7. fcbe57a Switch components/password_manager code from IPC messages to Mojo. by leon.han · 8 years ago
  8. d301bca Remove NPAPI from browser and utility by piman · 8 years ago
  9. de36fd3 win: More attachment brokering for PlatformFileForTransit. by erikchen · 8 years ago
  10. adfa8bc Remove content/child/npapi by piman · 8 years ago
  11. 787159f Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  12. 54ebd21 Suppress deprecation warnings for OS X sandbox functions. by kerrnel · 8 years ago
  13. bc0cf5d Add tracing events to track the synchronous IPC blocker by tzik · 8 years ago
  14. b23e3a4 Make PlatformFileForTransit a class on Windows. by erikchen · 8 years ago
  15. 3b85c2b Enclose IPC::Listener::OnMessageReceived with TRACE_EVENT_WITH_FLOW by tzik · 8 years ago
  16. 49c4822 Move TRACE_EVENT in IPC message dispatch to add message name by ssid · 8 years ago
  17. 121a467 ChannelMojo: Bind the channel TaskRunner to the right thread by rockot · 8 years ago
  18. d661bf7 Add more out of line copy ctors for complex classes. by vmpstr · 8 years ago
  19. 6e3d492 Make ChannelMojo Send thread-safe by rockot · 8 years ago
  20. 0209d14 Add support for Attachment Brokering of IPC::Channels on multiple threads. by erikchen · 8 years ago
  21. 6441ef5 Add RetainedRef uses where needed. by vmpstr · 8 years ago
  22. b1b0390 ChannelMojo: Remove intermediate Message struct by rockot · 8 years ago
  23. 0db222a Handle brokered attachment race condition by allan.jensen · 8 years ago
  24. 81f5fa8 Remove deprecated functions from comment for IPC::TestSink. by kotenkov · 8 years ago
  25. 499a218 Add support for MojoChannel field trial by rockot · 8 years ago
  26. 56109e1 ipc: change CreateUnixDomainSocket() to return a bool type by tfarina · 8 years ago
  27. d31bd2f Replace web_cache_messages.h with Mojo service. by leon.han · 8 years ago
  28. 17646a7 ipc: improve the documentation for some functions in unix_domain_socket_util.cc by tfarina · 8 years ago
  29. 6b241c5 Disable IPCChannelMojoTest.SendFailAfterClose on Android by alexmos · 8 years ago
  30. 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
  31. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 8 years ago
  32. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 8 years ago
  33. 49c5db8 Fix failing tests with ChannelMojo enabled. by sammc · 8 years ago
  34. 981909a Clang plugin to check that unstable types are not used in IPC. by dskiba · 8 years ago
  35. 2da27ec Remove Mojo bindings environment. by Yuzhu Shen · 8 years ago
  36. a088e35 Replace base::Tuple in //ipc with std::tuple by tzik · 8 years ago
  37. 6194d97 Change IPC::ChannelMojo to use associated interfaces. by sammc · 8 years ago
  38. 3b8941c ipc: check if we can create the server directory before everything else by tfarina · 8 years ago
  39. 079d9b2 Propagate window coordinates to out-of-process iframes renderers. by lfg · 8 years ago
  40. 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
  41. 3571581 Bootstrap Mojo IPC independent of Chrome IPC by rockot · 8 years ago
  42. 0fd5a1b mustash: Move Media IPC Messages to media_messages.h by fsamuel · 8 years ago
  43. 53b24a2 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 8 years ago
  44. 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
  45. 65104a8 ipc: Add out-of-line copy ctors for complex classes. by vmpstr · 8 years ago
  46. 90caa81 Decouple browser-specific GPU IPC messages from GPU service IPCs by fsamuel · 8 years ago
  47. fa4ef8f ipc: split the process of creating unix domain socket into a separate function by tfarina · 8 years ago
  48. 2d8ba96 Mojo: Simplify IPC initialization assumptions by rockot · 8 years ago
  49. 085d080 Refactor content/common/message_router to ipc/message_router by markdittmer · 8 years ago
  50. fe5accd Add more CHECKs to help investigate the Mojo bootstrap crash by rockot · 8 years ago
  51. dfc4563 Enable Android SurfaceView fullscreen video with WMPI by watk · 8 years ago
  52. d790b95 Clean up public interface of AttachmentBrokerUnprivileged. by erikchen · 8 years ago
  53. bbd0ac2 Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchset #6 id:120001 of https://codereview.chromium.org/1679763002/ ) by erikchen · 8 years ago
  54. 47dfb4f Clean up public interface of AttachmentBrokerUnprivileged. by erikchen · 8 years ago
  55. 51faa09 Replace base::Tuple implementation with std::tuple by tzik · 8 years ago
  56. 739d8d1 Fix Android x64 build. by jam · 8 years ago
  57. bbbabc8 Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchset #4 id:80001 of https://codereview.chromium.org/1679763002/ ) by erikchen · 8 years ago
  58. 72f87b8 Clean up public interface of AttachmentBrokerUnprivileged. by erikchen · 8 years ago
  59. 923e546 Add compile time checks against longs being used in IPC structs on 32 bit Android. by jam · 8 years ago
  60. 5bb491f [mojo] Disable tests that time out after deletion of //third_party/mojo by blundell · 8 years ago
  61. 00a476d [mojo] Delete third_party/mojo by rockot · 8 years ago
  62. fba51c1 use variadic macros/templates in IPC message implementation by mdempsky · 8 years ago
  63. 0c647ff ipc: make use of |socket_name| in the error paths too by tfarina · 8 years ago
  64. 15c8ac4 Add message sizing to basic IPC traits and struct macros. by rockot · 8 years ago
  65. 857ae44 ipc: Fix unused variable error when using IPC_HANDLER_GENERIC. by sunnyps · 8 years ago
  66. 6dbfea5 IPC::Message -> base::Pickle by rockot · 8 years ago
  67. 329b950 ipc: simplify SetupSocket() by reusing UnixDomainSocket functions by tfarina · 8 years ago
  68. eeaf5f9 Add member ownership_passes_to_ipc_ to SharedMemoryHandle on windows. by erikchen · 8 years ago
  69. 5dd55fc Implement MediaSession on top of the WebMediaPlayerDelegate. by dalecurtis · 8 years ago
  70. 7f19319 ipc: hide IsRecoverableError() function behind unnamed namespace by tfarina · 9 years ago
  71. acaebe6 ipc: remove unused variable from CreateClientUnixDomainSocket() function by tfarina · 9 years ago
  72. 351b6a5 allocator cleanup: remove memory benchmarking extension by primiano · 9 years ago
  73. 46c552a Remove ipc_channel_unittests from Android build. by brettw · 9 years ago
  74. 8607128 base: update SetNonBlocking() function to use HANDLE_EINTR by tfarina · 9 years ago
  75. 01c57d7 Removing ipc/content debugging for ResourceMsg. by erikchen · 9 years ago
  76. 97211e1 ipc: Implement attachment brokering for SharedMemoryHandle on Windows. by erikchen · 9 years ago
  77. 2dc8cb1 Remove unused code by vitalybuka · 9 years ago
  78. 8b01dee Remoting: Remove references to POSIX shared memory. by erikchen · 9 years ago
  79. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  80. 2f68ea0 Clean up header files. by avi · 9 years ago
  81. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  82. 53ecf30 Add IPC message definitions for camera by henryhsu · 9 years ago
  83. 11e05e6 Create direct write font proxy classes and unit tests. by kulshin · 9 years ago
  84. 40f6f88 Hook up RendererMediaSessionManager with browser side by davve · 9 years ago
  85. 5a983bb Remove the NoAtExitBaseTestSuite anti-pattern. by jam · 9 years ago
  86. 1386338 Revert "Create direct write font proxy classes and unit tests." by mek · 9 years ago
  87. 526f2d1 Create direct write font proxy classes and unit tests. by kulshin · 9 years ago
  88. 5283dbf Fixing remaining VC++ 2015 64-bit build breaks by brucedawson · 9 years ago
  89. b1240f3 Revert "Create direct write font proxy classes and unit tests." by Lambros Lambrou · 9 years ago
  90. 7086216 Create direct write font proxy classes and unit tests. by kulshin · 9 years ago
  91. 9aff2a3 ipc: Add debugging to verify the source of ResourceDispatcher crashes. by erikchen · 9 years ago
  92. 9d42e7b ipc: Update Windows attachment brokering ownership semantics. by erikchen · 9 years ago
  93. 2117154 ipc: USE_ATTACHMENT_BROKER should apply to both Windows and OSX. by erikchen · 9 years ago
  94. ce593a7 Add the field num_brokered_attachments to IPC::Message::Header on Windows. by erikchen · 9 years ago
  95. 00d5b52 Change callers of ScopedGeneric::Pass() to std::move() by danakj · 9 years ago
  96. 6a8a6dc ipc: Slight change to GetSenderWithProcessId(). by erikchen · 9 years ago
  97. d11f5bc Remove SimpleBroker and instead use the production broker implementation in tests. by jam · 9 years ago
  98. ce9fd66 ipc: Minor fixes to AttachmentBrokerPrivilegedMac. by erikchen · 9 years ago
  99. 6c7c93f Call base::DispatchToMethod by the fully qualified name by tzik · 9 years ago
  100. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago