1. 07bc797 ipc/ fixups for scoped_refptr operator T* removal. by dcheng · 10 years ago
  2. ea780ac Manual fixups for scoped_refptr operator T* removal in ipc/ by dcheng · 10 years ago
  3. d67586a Remove implicit conversions from scoped_refptr to T* in ipc/ by dcheng · 10 years ago
  4. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  5. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  6. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  7. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  8. 24f2bea IPC: Restrict 'toplevel' to truly toplevel events. by epenner@chromium.org · 10 years ago
  9. 1446d8a DCHECK that listener thread != IO thread by dmichael@chromium.org · 10 years ago
  10. 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 10 years ago
  11. 4529a9d Make flow event traces disabled-by-default by fmeawad@chromium.org · 11 years ago
  12. 23b6623 Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  13. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  14. cd16b3a Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  15. beb853c Revert 179987 by dmichael@chromium.org · 12 years ago
  16. 96c2504 Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  17. 0ece3d0 Add traces for SyncChannel::SendWithTimeout by piman@chromium.org · 12 years ago
  18. 8d5d93d Enable verbose logging during PluginMsg_CreateInstance. by bauerb@chromium.org · 12 years ago
  19. 133d70f Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance. by piman@chromium.org · 12 years ago
  20. 381cdb8 Enable verbose logging during PluginMsg_CreateInstance. by bauerb@chromium.org · 12 years ago
  21. 238ea98 Add moar logging for "Couldn't load plug-in" errors. by bauerb@chromium.org · 12 years ago
  22. 5b6d49c Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner by sergeyu@chromium.org · 12 years ago
  23. db1259e Remove Message::Sender and Channel::Listener typedefs. by brettw@chromium.org · 12 years ago
  24. de4e75e ipc: don't treat replies with the unblock flag set as regular messages by piman@chromium.org · 12 years ago
  25. 5a00b88 IPC: change sync channel dispatch restriction to allow dispatch to other channels within the same "group" by piman@chromium.org · 12 years ago
  26. 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 12 years ago
  27. ec76419 Prefer ScopedNestableTaskAllower over manual save/restore by dhollowa@chromium.org · 13 years ago
  28. 3c3a813 Reimplement ReceivedSyncMsgQueue::DispatchMessages by jhorwich@chromium.org · 13 years ago
  29. 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
  30. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  31. 9827bd1 base:Bind: Convert ipc/. by jhawkins@chromium.org · 13 years ago
  32. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  33. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  34. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  35. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  36. 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
  37. 90594e3 Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() usages for DCHECK_EQ/LE/GE() equivalents. by kushi.p@gmail.com · 13 years ago
  38. b57fa13 Add additional comments to the sync channel. by brettw@chromium.org · 13 years ago
  39. 0cbefaa Add sync context dispatch restriction. by piman@google.com · 13 years ago
  40. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  41. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  42. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  43. 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
  44. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  45. 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
  46. 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
  47. d70a12c Add MessageLoop::QuitNow and use it to terminate a sync IPC. by darin@chromium.org · 14 years ago
  48. 9ece6b9 Revert "Better handle oversized IPC messages" r37102 by jeremy@chromium.org · 15 years ago
  49. 839a275 Better handle oversized IPC messages by jeremy@chromium.org · 15 years ago
  50. ebd0718 Don't use any member variables when sending a sync call, since SyncChannel could be deleted. by jam@chromium.org · 15 years ago
  51. 5be8f34 Fix 64-bit warnings (for 64-bit Windows build) by gregoryd@google.com · 15 years ago
  52. b1f47b2 First patch in making destructors of refcounted objects private. by jam@chromium.org · 15 years ago
  53. 2777cb0 The send done event in the old send watcher can be NULL as it can be signaled in a nested sync channel by ananta@chromium.org · 15 years ago
  54. 31b338f John, please review everything. by ananta@chromium.org · 15 years ago
  55. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  56. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  57. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago