| Commit message (Expand) | Author | Age | Files | Lines |
* | Restart plugin loading only if the plugin list has actually become stale. | bauerb@chromium.org | 2014-01-27 | 1 | -15/+10 |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -4/+4 |
* | Use a direct include of time headers in content/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -6/+7 |
* | Use IPC::Sender and IPC::Listener in content. | brettw@chromium.org | 2012-06-25 | 1 | -3/+3 |
* | PluginLoader loads plugins again after last load completes | hclam@chromium.org | 2012-03-12 | 1 | -1/+2 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -8/+11 |
* | A few clients of the utility process had a race condition that could lead to ... | dgrogan@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -5/+6 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic... | viettrungluu@chromium.org | 2011-11-09 | 1 | -2/+3 |
* | Send the index in the canonical list over IPC when using the OOP plugin loader. | rsesek@chromium.org | 2011-11-02 | 1 | -2/+2 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-11-02 | 1 | -1/+1 |
* | Add a couple of linux-specific exports for the content component build. | dpranke@chromium.org | 2011-11-01 | 1 | -2/+2 |
* | Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -1/+1 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -1/+1 |
* | Gracefully handle child process death in out-of-process plugin loading. | rsesek@chromium.org | 2011-10-21 | 1 | -8/+84 |
* | Move PluginLoaderClient to PluginLoaderPosix in its own file. | rsesek@chromium.org | 2011-10-18 | 1 | -0/+44 |