1. 07f0b9d Move SharedBitmapManager implementation out of content/ by xlai · 8 years ago
  2. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 8 years ago
  3. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 8 years ago
  4. 8e0da44 Remove associated interface registration from ChannelProxy by rockot · 8 years ago
  5. 3907bec Fix ThreadSafeAssociatedInterfacePtrProvider raciness. by jcivelli · 8 years ago
  6. 984c9e4 mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() by blundell · 8 years ago
  7. 53fa515 Cleanup remaining class/struct fwd declarations by jbriance · 8 years ago
  8. 4e08bca Provide a Mojo equivalent of ThreadSafeSender. by jcivelli · 8 years ago
  9. 65f302f Remove IPC channel IDs. by sammc · 8 years ago
  10. b83485d Remove IPC::Endpoint. by sammc · 8 years ago
  11. 2d06263 Remove obsolete methods from IPC::Channel and related classes. by sammc · 8 years ago
  12. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  13. d7dad70 Corrects mojom::RouteProvider registration in ChildThreadImpl by rockot · 8 years ago
  14. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  15. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  16. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  17. a01dbc7 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  18. 12185ef Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ ) by msramek · 8 years ago
  19. 262d553 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  20. 0df334d Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ ) by rockot · 8 years ago
  21. da8cd39 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  22. 147d02f Fix data race in ChannelProxy::GetPeerPID(). by amistry · 8 years ago
  23. a289bcc Adds Channel-associated interface support on ChannelProxy's thread by rockot · 8 years ago
  24. 75f5857 Revert "Send input event IPCs directly from the UI thread" by rockot · 8 years ago
  25. 4ca9264 Send input event IPCs directly from the UI thread by rockot · 8 years ago
  26. 6b47767 IPC: Fix attachment brokering race condition. by erikchen · 8 years ago
  27. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  28. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  29. 84373e1 ipc: Fix minor bug in ChannelProxy. by erikchen · 9 years ago
  30. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  31. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  32. a681353 ipc: Make a common subclass for Channel and ProxyChannel. by erikchen · 9 years ago
  33. 8115a59 Complete SyncMessageFilter initialization after SyncChannel initialization by rockot · 9 years ago
  34. edb9203 Let IPC::SyncMessageFilter take advantage of thread-safe Send. by rockot · 9 years ago
  35. 518a692 ipc: Allow ChannelProxy to be set as a channel endpoint. by erikchen · 9 years ago
  36. 3edf15a ipc: Remove the ability to override the listener task runner by skyostil · 9 years ago
  37. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  38. 5138bf5 ChannelMojo: Introduce thread-safe Send() by morrita · 10 years ago
  39. 8a1c74f Add a flag to dump IPC messages sent from the renderer to the browser. by mbarbella · 10 years ago
  40. a63c546 Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler. by rmcilroy · 10 years ago
  41. 0903dda IPC: a way for security exploit browsertests to simulate the appearance of a malicious IPC. by nick · 10 years ago
  42. 721e604 Introduce OS_NACL_SFI and OS_NACL_NONSFI macros. by hidehiko · 10 years ago
  43. 6c644ff Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  44. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  45. 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
  46. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  47. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  48. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  49. ea780ac Manual fixups for scoped_refptr operator T* removal in ipc/ by dcheng · 10 years ago
  50. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  51. 844f1c3 IPC::Channel: Reduce POSIX specific API surface by morrita@chromium.org · 10 years ago
  52. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  53. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  54. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  55. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  56. 822f1fb Ensure that any IPC sent from a child process that couldn't be deserialized causes that process to be killed. by jam@chromium.org · 10 years ago
  57. c0c370e Move IPC::MessageFilter and router to a separate file by dmichael@chromium.org · 10 years ago
  58. 31a1681 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
  59. 94b2f5b Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview.chromium.org/183553004/) by johnme@chromium.org · 11 years ago
  60. 8141957 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
  61. 03f232f Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
  62. fa8e795 Revert "Allow MessageFilters to restrict listening to specific message classes" by jdduke@chromium.org · 11 years ago
  63. b9676fe Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
  64. bb9f510 Remove ipc fuzzing code. by thestig@chromium.org · 11 years ago
  65. 7e21f68 Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. This allows us to hide the OnMessageReceived which shouldn't be overridden from child classes, and also avoid the pattern of requiring an overridden method to have to call to the base class. by jam@chromium.org · 11 years ago
  66. 23b6623 Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  67. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  68. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 12 years ago
  69. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  70. adeb31c Revert 187233 by dmikurube@chromium.org · 12 years ago
  71. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  72. 53a8ef8 Revert 186912 by jeremya@chromium.org · 12 years ago
  73. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  74. ff93c24 Revert "GTTF: Add missing virtual destructors." by phajdan.jr@chromium.org · 12 years ago
  75. e2515c9 GTTF: Add missing virtual destructors. by phajdan.jr@chromium.org · 12 years ago
  76. 0192ff0 Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that public methods (with Send() being the only exception) are called on the thread that created the object. by alexeypa@chromium.org · 12 years ago
  77. e62750c Clean-up inline members of nested classes (ipc/) by hans@chromium.org · 12 years ago
  78. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  79. 5b6d49c Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner by sergeyu@chromium.org · 12 years ago
  80. 8a88b09 Remove an IPC::ChannelProxy constructor that is not actually implemented anywhere. by bryner@chromium.org · 12 years ago
  81. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  82. b798bb4 PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc by dmichael@chromium.org · 12 years ago
  83. 5ba842b Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc by rch@chromium.org · 12 years ago
  84. e8ba0fd PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc by dmichael@chromium.org · 12 years ago
  85. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  86. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 13 years ago
  87. e34d0ad base::Bind: Convert IPC::SendTask. by jhawkins@chromium.org · 13 years ago
  88. 362c8a8 Add OVERRIDE to ipc/. by avi@chromium.org · 13 years ago
  89. 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
  90. af9455b Wait properly for renderer crashes by phajdan.jr@chromium.org · 13 years ago
  91. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  92. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  93. ecc3f07 Tag IPC::Channel::Listener implementations with OVERRIDE by evan@chromium.org · 13 years ago
  94. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  95. e68ddef IPC outgoing message filters interpose yourself in a message stream. Minimally invasive baseline for building IPC tests to abuse browser along the lines of a compromised renderer. by tsepez@chromium.org · 13 years ago
  96. 06d1844 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by jam@chromium.org · 13 years ago
  97. 7cce091 Revert 80604 - Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002TBR=wez@chromium.orgReview URL: http://codereview.chromium.org/6806006 by wez@chromium.org · 14 years ago
  98. a76a26f Revert 80602 - Limit access to named IPC channels with SO_PEERCRED, not file permissions.BUG=TEST=Run Chrome & configure a service, to get the service process to start. Close Chrome and run a copy as a different user, but from the same user-data-dir. New Chrome should not be able to communicate with the service process.Review URL: http://codereview.chromium.org/6631002 by wez@chromium.org · 14 years ago
  99. f91f8ae Limit access to named IPC channels with SO_PEERCRED, not file permissions. by wez@chromium.org · 14 years ago
  100. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago