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