summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved sending the PluginProcessMsg_AskForShutdown message to the CreateChanne...sanjeevr@chromium.org2010-07-141-8/+55
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-0/+143
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-309/+0
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-02-011-2/+6
* Revert 37578 - Implement the broker process that launches NaCl loader process...gregoryd@google.com2010-01-301-6/+2
* Implement the broker process that launches NaCl loader processes on 64-bit Wi...gregoryd@google.com2010-01-301-2/+6
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-4/+4
* Improve reporting of subprocess crashes.asargent@chromium.org2009-12-041-0/+2
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-20/+37
* Linux: make --renderer-cmd-prefix work after r32486agl@chromium.org2009-11-201-9/+13
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-191-6/+10
* Revert "linux: use /proc/self/exe when exec'ing ourselves"evan@chromium.org2009-11-191-10/+6
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-191-6/+10
* Revert "linux: use /proc/self/exe when exec'ing ourselves"evan@chromium.org2009-11-181-10/+6
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-181-6/+10
* Change id that identifies client in crash reports. Whenever metrics service r...kuchhal@chromium.org2009-11-051-5/+8
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-6/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-5/+3
* Degrade the https color and lock icon for the page that has a worker that loa...dimich@google.com2009-10-191-2/+4
* Eliminate char/wchar_t conversions, probably-unsafe statics, and disk accessmark@chromium.org2009-10-141-6/+3
* Move the framework and helper application into a versioned directory in supportmark@chromium.org2009-10-141-45/+14
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-10/+8
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-1/+1
* Coverity: Initialize type_ in the constructor.jhawkins@chromium.org2009-09-291-1/+2
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-1/+6
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-261-7/+7
* Reverting 24220.yutak@chromium.org2009-08-251-2/+1
* Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...thestig@chromium.org2009-08-251-1/+2
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-1/+30
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-0/+65
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-65/+0
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-0/+65
* 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-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