1. 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
  2. c0c370e Move IPC::MessageFilter and router to a separate file by dmichael@chromium.org · 10 years ago
  3. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  4. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  5. 23b6623 Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  6. c6d1797 reinterpret_cast -> static_cast in SyncMessageFilter::Send(). by viettrungluu@chromium.org · 12 years ago
  7. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  8. 9827bd1 base:Bind: Convert ipc/. by jhawkins@chromium.org · 13 years ago
  9. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  10. 7ac134c Have SyncMessageFilter hold a reference to MessageLoopProxy instead of a weak pointer. by sievers@chromium.org · 13 years ago
  11. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  12. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  13. 613caba FBTF: Remove unneeded headers from base/ (part 2) by thestig@chromium.org · 14 years ago
  14. 229db06 Make SyncMessageFilter work with WebKit threads. by dumi@chromium.org · 14 years ago
  15. eb92165 Allow synchronous messages to be sent from threads other than the main thread. This simplifies code that needs to do this (i.e. webkit db and file threads). by jabdelmalek@google.com · 14 years ago