summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_sync_channel_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-12/+12
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-0/+1009
* Move IPC code to ipc/agl@chromium.org2009-04-031-1009/+0
* Add some speculative MessageLoop::RunAllPending calls to IPC::SyncChannel uni...jam@chromium.org2009-03-031-6/+17
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-19/+7
* Reverting 10080.jam@chromium.org2009-02-201-7/+19
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-19/+7
* Add a very simple test for renderer_main, in the interests of bringup.jeremy@chromium.org2009-02-041-5/+5
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-041-5/+2
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-2/+5
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-5/+2
* POSIX: Get IPCSyncChannel unittests workingagl@chromium.org2009-01-201-71/+63
* Fix a race condition in SyncChannel that would happen if a nested Send occurr...jam@chromium.org2008-11-121-96/+94
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-4/+4
* Fix some leaks in the syncchannel unittest.jam@chromium.org2008-10-241-1/+4
* Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...jam@chromium.org2008-10-241-112/+365
* fix unit testsdarin@google.com2008-08-261-13/+66
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-9/+18
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix a leak in newly added sync channel unit tests.jabdelmalek@google.com2008-08-201-0/+1
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-121-1/+104
* Add chrome to the repository.initial.commit2008-07-261-0/+625