summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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