summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* PluginLoader loads plugins again after last load completeshclam@chromium.org2012-03-121-6/+14
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-4/+6
* PluginLoaderPosix: Fix the case where the utility process crashes after all p...jhawkins@chromium.org2012-02-011-2/+8
* A few clients of the utility process had a race condition that could lead to ...dgrogan@chromium.org2012-01-271-5/+7
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-5/+6
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-211-3/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Revert 113027 - Zygote most of the uses of the utility process on Linuxdbeam@chromium.org2011-12-061-1/+0
* Zygote most of the uses of the utility process on Linuxjorgelo@chromium.org2011-12-051-0/+1
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-1/+2
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-0/+1
* Refactor PluginService to take PluginList as a dependency.rsesek@chromium.org2011-11-101-4/+4
* uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic...viettrungluu@chromium.org2011-11-091-2/+2
* Send the index in the canonical list over IPC when using the OOP plugin loader.rsesek@chromium.org2011-11-021-6/+8
* [Linux] Load plugins out-of-process.rsesek@chromium.org2011-11-021-4/+12
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process.rsesek@chromium.org2011-10-241-12/+4
* [Linux] Load plugins out-of-process.rsesek@chromium.org2011-10-241-4/+12
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-211-38/+127
* Move PluginLoaderClient to PluginLoaderPosix in its own file.rsesek@chromium.org2011-10-181-0/+77