| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -678/+0 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 1 | -29/+47 |
* | base::Bind: Fixes in content/ | jhawkins@chromium.org | 2011-12-19 | 1 | -4/+3 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -4/+6 |
* | Fix race in PluginDataRemoverImpl going away while it's still being used on t... | jam@chromium.org | 2011-11-21 | 1 | -0/+1 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -4/+5 |
* | share all the needed linux code with OpenBSD in chrome and content | robert.nagy@gmail.com | 2011-11-11 | 1 | -4/+4 |
* | Move PluginPrefs to use PluginService instead of PluginList. | rsesek@chromium.org | 2011-11-11 | 1 | -4/+0 |
* | Refactor PluginService to take PluginList as a dependency. | rsesek@chromium.org | 2011-11-10 | 1 | -15/+27 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 1 | -19/+41 |
* | Remove calls to g_thread_init(). | willchan@chromium.org | 2011-11-05 | 1 | -0/+2 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 1 | -41/+19 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 1 | -19/+41 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-11-02 | 1 | -3/+2 |
* | 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 | -2/+2 |
* | Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -2/+3 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -3/+2 |
* | Call PluginService::PurgePluginListCache on the UI thread. | bauerb@chromium.org | 2011-10-22 | 1 | -1/+4 |
* | Gracefully handle child process death in out-of-process plugin loading. | rsesek@chromium.org | 2011-10-21 | 1 | -1/+4 |
* | Move PepperPluginInfo to content/public/common and put it into the content na... | jam@chromium.org | 2011-10-21 | 1 | -5/+5 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Move PluginLoaderClient to PluginLoaderPosix in its own file. | rsesek@chromium.org | 2011-10-18 | 1 | -68/+2 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Finish moving plugin probing out of process. | rsesek@chromium.org | 2011-10-12 | 1 | -29/+52 |
* | Only purge plug-in list caches for renderers belonging to a given profile. | bauerb@chromium.org | 2011-10-12 | 1 | -3/+9 |
* | Use a placeholder instead of the default plugin for missing plug-ins on Mac a... | bauerb@chromium.org | 2011-10-05 | 1 | -0/+12 |
* | Revert 103617 - Revert 103142 - [Linux] Move plugin probing back in-process. ... | jar@chromium.org | 2011-10-01 | 1 | -2/+9 |
* | Revert 103142 - [Linux] Move plugin probing back in-process. This temporarily... | jar@chromium.org | 2011-10-01 | 1 | -9/+2 |
* | Combine PpapiBrokerProcessHost into PpapiPluginProcessHost. | ddorwin@chromium.org | 2011-09-30 | 1 | -25/+15 |
* | [Linux] Move plugin probing back in-process. This temporarily undoes r102971. | rsesek@chromium.org | 2011-09-28 | 1 | -2/+9 |
* | Move plugin loading out of process on Mac and Linux. | rsesek@chromium.org | 2011-09-27 | 1 | -2/+93 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 1 | -22/+50 |
* | Fix crash. Call GetResourceContext() on IO thread. | willchan@chromium.org | 2011-09-16 | 1 | -3/+5 |
* | Reland r100733 - Cancel plugin channel requests when the renderer goes away. | willchan@chromium.org | 2011-09-14 | 1 | -2/+20 |
* | Revert 100733 (caused more crashes) - Cancel plugin channel requests when the... | willchan@chromium.org | 2011-09-13 | 1 | -20/+2 |
* | Cancel plugin channel requests when the renderer goes away. | willchan@chromium.org | 2011-09-12 | 1 | -2/+20 |
* | Add PluginServiceFilter interface and ChromePluginServiceFilter. | bauerb@chromium.org | 2011-09-02 | 1 | -104/+91 |
* | Wire experimental Flapper part two | cpu@chromium.org | 2011-08-17 | 1 | -1/+16 |
* | Print Preview: Always enable the internal PDF plugin for print preview. | thestig@chromium.org | 2011-08-16 | 1 | -7/+6 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -6/+6 |
* | PluginList cleanup to fix a race condition and decrease the API surface for f... | bauerb@chromium.org | 2011-07-29 | 1 | -4/+15 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -9/+9 |
* | Get rid of the following dependencies from content: | jam@chromium.org | 2011-06-14 | 1 | -9/+0 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or | tony@chromium.org | 2011-05-31 | 1 | -14/+10 |
* | Support getting the font list in Pepper. This currently only works out of | brettw@chromium.org | 2011-05-18 | 1 | -3/+7 |