summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-6/+6
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+2
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-13/+16
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-081-3/+1
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+1
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-5/+7
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Fixed compile error.sanjeevr@chromium.org2010-07-141-4/+6
* Moved sending the PluginProcessMsg_AskForShutdown message to the CreateChanne...sanjeevr@chromium.org2010-07-141-0/+10
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-0/+111
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-154/+0
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-02-011-0/+2
* Revert 37578 - Implement the broker process that launches NaCl loader process...gregoryd@google.com2010-01-301-2/+0
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-01-301-0/+2
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-3/+13
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-0/+5
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-16/+23
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-2/+2
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-1/+1
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+3
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-0/+3
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-0/+8
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-0/+7
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-7/+0
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-0/+7
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-9/+2
* Revert "plugins: use OnChannelError to detect when the channel goes away"evan@chromium.org2009-07-101-2/+9
* plugins: use OnChannelError to detect when the channel goes awayevan@chromium.org2009-07-101-9/+2
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-2/+2
* Headers cleanup in chrome/commonphajdan.jr@chromium.org2009-05-291-3/+1
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-0/+2
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-4/+7
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-7/+7
* Make plugin_process_host.cc and child_process_host.cc compile on Posix.jhawkins@chromium.org2009-02-231-5/+10
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-0/+108