| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -3/+2 |
* | Remove webkit/plugins/npapi. | jam@chromium.org | 2013-07-19 | 1 | -1/+4 |
* | Move NPAPI implementation out of webkit/plugins/npapi and into content. | jam@chromium.org | 2013-07-19 | 1 | -6/+4 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | Remove the two years old code to enable the nacl plugin once if it's disabled... | jam@chromium.org | 2013-07-17 | 1 | -4/+3 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -2/+3 |
* | Moved extension installation from FILE thread. CrxInstaller and friends are n... | zelidrag@chromium.org | 2012-11-15 | 1 | -2/+3 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -4/+5 |
* | PluginLoader loads plugins again after last load completes | hclam@chromium.org | 2012-03-12 | 1 | -6/+14 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -4/+6 |
* | PluginLoaderPosix: Fix the case where the utility process crashes after all p... | jhawkins@chromium.org | 2012-02-01 | 1 | -2/+8 |
* | A few clients of the utility process had a race condition that could lead to ... | dgrogan@chromium.org | 2012-01-27 | 1 | -5/+7 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -5/+6 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 1 | -3/+3 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+2 |
* | Revert 113027 - Zygote most of the uses of the utility process on Linux | dbeam@chromium.org | 2011-12-06 | 1 | -1/+0 |
* | Zygote most of the uses of the utility process on Linux | jorgelo@chromium.org | 2011-12-05 | 1 | -0/+1 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 1 | -1/+2 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 1 | -0/+1 |
* | Refactor PluginService to take PluginList as a dependency. | rsesek@chromium.org | 2011-11-10 | 1 | -4/+4 |
* | uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic... | viettrungluu@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | Send the index in the canonical list over IPC when using the OOP plugin loader. | rsesek@chromium.org | 2011-11-02 | 1 | -6/+8 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-11-02 | 1 | -4/+12 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -12/+4 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -4/+12 |
* | Gracefully handle child process death in out-of-process plugin loading. | rsesek@chromium.org | 2011-10-21 | 1 | -38/+127 |
* | Move PluginLoaderClient to PluginLoaderPosix in its own file. | rsesek@chromium.org | 2011-10-18 | 1 | -0/+77 |