summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel.h
Commit message (Expand)AuthorAgeFilesLines
* posix: add some comments and clean up some IPC channel code.evan@chromium.org2009-05-011-4/+0
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-0/+123
* Move IPC code to ipc/agl@chromium.org2009-04-031-123/+0
* Implement command line switch to allow using a FIFO or a socketpair() for IPC...jeremy@chromium.org2008-12-191-0/+16
* Refactor IPC::Channel to have a common header.jeremy@chromium.org2008-12-101-98/+13
* First cut at POSIX Implementation of IPC Channel using FIFOs.jeremy@chromium.org2008-12-081-7/+35
* Try to reland the ipc code to see if the testsnsylvain@chromium.org2008-12-021-15/+13
* We have a bunch of new ui_tests failures. I wantnsylvain@chromium.org2008-12-021-13/+15
* * Add ipc_tests unittest target to xcode project.jeremy@chromium.org2008-12-011-15/+13
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-6/+8
* Remove WatchObject from the ipc channel.rvargas@google.com2008-10-131-21/+20
* Adds missing virtual destructors on a couple of interface classes.darin@google.com2008-09-061-0/+2
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* rollback r625 because it made things slowerdarin@google.com2008-08-091-7/+16
* Switch IPC classes over to using ObjectWatcher instead of MessageLoop::WatchO...darin@google.com2008-08-091-16/+7
* Add chrome to the repository.initial.commit2008-07-261-0/+187