summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_channel_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-161-3/+76
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-121-19/+25
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-10/+9
* Remove IPCSyncChannelTest.BadMessagephajdan.jr@chromium.org2011-07-201-60/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally.kkania@chromium.org2011-06-031-1/+8
* Removing 'using namespace' style violations in src/ipc/kushi.p@gmail.com2011-05-131-5/+8
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-2/+2
* Add sync context dispatch restriction.piman@google.com2011-04-081-0/+150
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Clean up channel modesdmaclach@chromium.org2011-02-031-2/+2
* Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeoutphajdan.jr@chromium.org2011-01-191-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+2
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-201-1/+2
* Revert 69660 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-181-1/+2
* Revert 69264 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-161-2/+1
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-151-1/+2
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-8/+1
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Fixed bug where CHECKs don't fire if min_log_level > FATALakalin@chromium.org2010-11-031-5/+6
* Covert LOG(INFO) to VLOG(1) - ipc/.pkasting@chromium.org2010-10-191-6/+3
* Fix a chrome browser crash observed in chrome frame reliability test runs. Th...ananta@chromium.org2010-09-021-1/+52
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+4
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-4/+0
* Reapplies r55735, fixing some message code that was checked in that I collide...erg@google.com2010-08-111-0/+4
* Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages."erg@google.com2010-08-111-4/+0
* FBTF: Allow forward declaration of classes passed to sync IPC messages.erg@google.com2010-08-111-0/+4
* Up the warnings in ipc (take 2)thomasvl@google.com2010-07-231-2/+2
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-13/+13
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Revert 51520 - Up the warnings in ipcthomasvl@chromium.org2010-07-021-2/+2
* Up the warnings in ipcthomasvl@google.com2010-07-021-2/+2
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-2/+2
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-061-2/+63
* Don't use any member variables when sending a sync call, since SyncChannel co...jam@chromium.org2009-12-011-18/+44
* Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cctimurrrr@chromium.org2009-10-271-2/+15
* John, please review everything.ananta@chromium.org2009-10-141-69/+76