summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Add moar logging for "Couldn't load plug-in" errors.bauerb@chromium.org2012-08-131-1/+10
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-14/+15
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-291-3/+3
* ipc: don't treat replies with the unblock flag set as regular messagespiman@chromium.org2012-04-101-4/+4
* IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org2012-03-301-5/+6
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-071-1/+1
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-4/+4
* Reimplement ReceivedSyncMsgQueue::DispatchMessagesjhorwich@chromium.org2012-01-111-17/+29
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-11/+22
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+2
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-9/+11
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-231-1/+0
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-191-0/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-6/+7
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() u...kushi.p@gmail.com2011-04-281-1/+1
* Add additional comments to the sync channel.brettw@chromium.org2011-04-151-0/+4
* Add sync context dispatch restriction.piman@google.com2011-04-081-11/+25
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-11/+11
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-2/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-5/+5
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-2/+2
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-6/+7
* Fix a chrome browser crash observed in chrome frame reliability test runs. Th...ananta@chromium.org2010-09-021-1/+1
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-1/+1
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-261-9/+0
* Better handle oversized IPC messagesjeremy@chromium.org2010-01-261-0/+9
* Don't use any member variables when sending a sync call, since SyncChannel co...jam@chromium.org2009-12-011-26/+27
* Fix 64-bit warnings (for 64-bit Windows build)gregoryd@google.com2009-11-201-1/+1
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-3/+4
* The send done event in the old send watcher can be NULL as it can be signaled...ananta@chromium.org2009-10-141-1/+1
* John, please review everything.ananta@chromium.org2009-10-141-6/+44
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+453
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-453/+0
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+453