summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-3/+2
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-1/+4
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-6/+4
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-2/+2
* Remove the two years old code to enable the nacl plugin once if it's disabled...jam@chromium.org2013-07-171-4/+3
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+3
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-151-2/+3
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-4/+5
* 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