summaryrefslogtreecommitdiffstats
path: root/content/browser/utility_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-166/+0
* A few clients of the utility process had a race condition that could lead to ...dgrogan@chromium.org2012-01-271-1/+2
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-3/+3
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-6/+8
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-8/+6
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-6/+8
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-1/+1
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-061-2/+2
* Add a mechanism to launch the utility process from the zygote on Linux.jorgelo@chromium.org2011-12-101-1/+8
* Revert 113027 - Zygote most of the uses of the utility process on Linuxdbeam@chromium.org2011-12-061-10/+3
* Zygote most of the uses of the utility process on Linuxjorgelo@chromium.org2011-12-051-3/+10
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-4/+5
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-9/+7
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+1
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-2/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-121-0/+3
* Get rid of the profile import process code, and instead go through the utilit...jam@chromium.org2011-10-031-1/+1
* Move plugin loading out of process on Mac and Linux.rsesek@chromium.org2011-09-271-7/+8
* Give plug-in processes an executable heap and disable PIE/ASLR for Nativemark@chromium.org2011-08-241-1/+6
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-1/+2
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-131-8/+4
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-0/+146