1. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  2. 46c552a Remove ipc_channel_unittests from Android build. by brettw · 9 years ago
  3. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  4. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  5. 1cbfa08 ipc: Convert int types from basictypes.h to the ones from stdint.h by tfarina · 9 years ago
  6. d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
  7. b2addb3 ipc: Move BasicMessageTest into ipc_message_unittest.cc by tfarina · 9 years ago
  8. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  9. f314620 Change most uses of Pickle to base::Pickle by brettw · 9 years ago
  10. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  11. 4a30855 Cleanup: Remove wstring methods from base::Pickle. by thestig · 10 years ago
  12. c9f0ad0 Remove deprecated methods from Pickle. by avi · 10 years ago
  13. fadd1f2 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  14. dcc95fa Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  15. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  16. 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
  17. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  18. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  19. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  20. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  21. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  22. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  23. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  24. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  25. a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  26. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  27. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  28. 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
  29. 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
  30. e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
  31. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  32. 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago