summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-22/+11
* Revert "plugins: use OnChannelError to detect when the channel goes away"evan@chromium.org2009-07-101-11/+22
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-22/+11
* Cancel all pending requests when a worker goes away.jam@chromium.org2009-06-221-0/+2
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-1/+1
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-1/+1
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-2/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+2
* Port plugin messages.jam@chromium.org2009-04-011-9/+1
* Add another ifdef for other platformsjam@chromium.org2009-03-271-0/+2
* Fix non Windows builds.jam@chromium.org2009-03-271-1/+3
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-5/+26
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-5/+14
* Fix linux build breakjam@chromium.org2009-03-061-0/+2
* An assert was being hit because WaitableEvent's dtor was calling CloseHandle ...jam@chromium.org2009-03-061-0/+4
* NO CODE CHANGE.maruel@google.com2009-03-051-1/+2
* Fix crashes in WorkerProcessHost. The wrong iterator was being incremented.jam@chromium.org2009-03-041-1/+1
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-2/+4
* Make plugin_process_host.cc and child_process_host.cc compile on Posix.jhawkins@chromium.org2009-02-231-6/+13
* Fix release build breakjam@chromium.org2009-02-181-0/+1
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-0/+180