summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_message_filter.h
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in ipc/mostynb2014-10-071-5/+5
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-2/+2
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-4/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-111-2/+2
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-281-2/+4
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-171-5/+5
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-3/+2
* Have SyncMessageFilter hold a reference to MessageLoopProxy instead of a weak...sievers@chromium.org2011-09-161-4/+6
* Create ipc.dll.darin@chromium.org2011-08-151-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Make SyncMessageFilter work with WebKit threads.dumi@chromium.org2010-05-291-15/+2
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-0/+79