1. e3cae21 Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  2. 80bf9ec Revert of Change most IPC tests to use ChannelMojo. (patchset #1 id:100001 of https://codereview.chromium.org/2451953003/ ) by foolip · 8 years ago
  3. f7796ee Change most IPC tests to use ChannelMojo. by sammc · 8 years ago
  4. 690fbbe IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel by rockot · 8 years ago
  5. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  6. 147d02f Fix data race in ChannelProxy::GetPeerPID(). by amistry · 8 years ago
  7. 284aae5 Remove calls to deprecated MessageLoop methods in ipc. by fdoray · 8 years ago
  8. c10eab4 Remove calls to MessageLoop::current() in ipc. by fdoray · 8 years ago
  9. c1aebcf Migrate WaitableEvent to enum-based constructor in ipc/ by gab · 8 years ago
  10. 0867a90 Fix include path for moved thread_task_runner_handle.h header in ipc/ by gab · 8 years ago
  11. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  12. 6fa5a95 ipc: Add channel names to sync tests. by erikchen · 8 years ago
  13. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  14. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  15. 2d565d3 ipc: Remove basictypes.h includes. by tfarina · 9 years ago
  16. edb9203 Let IPC::SyncMessageFilter take advantage of thread-safe Send. by rockot · 9 years ago
  17. d66bf11 Remove Android filter file for ipc_tests. by tfarina · 9 years ago
  18. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  19. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  20. 6c7dfb1 DER VIED IST NICHT FUER DER GEFINGERPOKEN. by thakis · 9 years ago
  21. 596cc35 Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform." by perkj · 10 years ago
  22. 90b49ab Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform. by hidehiko · 10 years ago
  23. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  24. 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
  25. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  26. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  27. 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
  28. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  29. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  30. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  31. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  32. 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 10 years ago
  33. 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 10 years ago
  34. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  35. 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
  36. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  37. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  38. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  39. 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 12 years ago
  40. 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
  41. 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
  42. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  43. 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
  44. 969f320 ipc: Update calls from RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  45. 0345c81 Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter by piman@chromium.org · 12 years ago
  46. 6d42e8f Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by fischman@chromium.org · 12 years ago
  47. ad1a2c5 More -Wunused-private-field cleanups. by thakis@chromium.org · 12 years ago
  48. cdf5b3b Remove unused fields found by clang's new Wunused-private-fields. by thakis@chromium.org · 12 years ago
  49. f947ed0 Separate out IPC::Message::Sender and Channel::Listener into a separate class. by brettw@chromium.org · 12 years ago
  50. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  51. de4e75e ipc: don't treat replies with the unblock flag set as regular messages by piman@chromium.org · 12 years ago
  52. a5cd076 Make IPC channels track their peer process ID by jschuh@chromium.org · 12 years ago
  53. 5a00b88 IPC: change sync channel dispatch restriction to allow dispatch to other channels within the same "group" by piman@chromium.org · 12 years ago
  54. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 12 years ago
  55. 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 13 years ago
  56. 30dbbaa Convert use of int ms to TimeDelta in files owned by jeremy. by tedvessenes@gmail.com · 13 years ago
  57. 3c3a813 Reimplement ReceivedSyncMsgQueue::DispatchMessages by jhorwich@chromium.org · 13 years ago
  58. c1e632d Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. by ajwong@chromium.org · 13 years ago
  59. dc0f37f base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. by jhawkins@chromium.org · 13 years ago
  60. 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
  61. 9827bd1 base:Bind: Convert ipc/. by jhawkins@chromium.org · 13 years ago
  62. 92b4c8e Remove explicit keyword from multi-argument (w/o default values) constructors by dilmah@chromium.org · 13 years ago
  63. 1820535 Remove IPCSyncChannelTest.BadMessage by phajdan.jr@chromium.org · 13 years ago
  64. dc4b970 some cleanup for base/stl_util by dilmah@chromium.org · 13 years ago
  65. 3b365fa Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. by kkania@chromium.org · 13 years ago
  66. 5948bf4 Removing 'using namespace' style violations in src/ipc/ by kushi.p@gmail.com · 13 years ago
  67. 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
  68. 0cbefaa Add sync context dispatch restriction. by piman@google.com · 13 years ago
  69. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  70. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  71. a8e3c09 Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by phajdan.jr@chromium.org · 14 years ago
  72. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  73. 7c5cc67 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
  74. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  75. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  76. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  77. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  78. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  79. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  80. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  81. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  82. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  83. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  84. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  85. 86a8de1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by jam@chromium.org · 14 years ago
  86. e57135c Add a base class for objects that want to filter messages on the IO thread. I'll switch the filters to it in future separate changes. by jam@chromium.org · 14 years ago
  87. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  88. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  89. 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
  90. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  91. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  92. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  93. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  94. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  95. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  96. 60bd7c0 Random bits of header and whitespace cleanup. by thestig@chromium.org · 14 years ago
  97. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 14 years ago
  98. 6f206e7 Revert everything related to the relanding. by erg@chromium.org · 14 years ago
  99. bd75797 Reland r52336. by erg@chromium.org · 14 years ago
  100. 4ab02e8 Revert 52336 - More header cleanup: by erg@chromium.org · 14 years ago