summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_message_filter.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing locking for the |sender_| member in IPC::SyncMessageFilter.amistry2015-09-041-2/+5
* Let IPC::SyncMessageFilter take advantage of thread-safe Send.rockot2015-08-061-7/+12
* Hold message in SyncMessageFilter before initboliu2015-07-291-13/+23
* ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-121-11/+13
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-7/+7
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-0/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+3
* reinterpret_cast -> static_cast in SyncMessageFilter::Send().viettrungluu@chromium.org2013-01-041-1/+1
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-281-27/+27
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-4/+3
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Have SyncMessageFilter hold a reference to MessageLoopProxy instead of a weak...sievers@chromium.org2011-09-161-7/+8
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-6/+6
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-0/+1
* Make SyncMessageFilter work with WebKit threads.dumi@chromium.org2010-05-291-7/+7
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-0/+126