summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-051-0/+6
* Avoid watching for plugin updates on Androiddfalcantara@chromium.org2012-11-071-4/+4
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-20/+15
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-0/+1
* Only register the newer one of {bundled, component} Pepper Flash.bauerb@chromium.org2012-10-101-0/+5
* Cleanup WebPluginDelegate implementations.thestig@chromium.org2012-09-271-3/+9
* Remove PluginGroupibraaaa@google.com2012-09-271-20/+0
* Get rid of the content::NOTIFICATION_APP_ACTIVATED notification since it was ...jam@chromium.org2012-09-241-23/+7
* Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().bauerb@chromium.org2012-06-291-2/+2
* Run a ppapi process per (profile, plugin) pair.tsepez@chromium.org2012-05-311-7/+12
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-161-9/+26
* Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginServ...bauerb@chromium.org2012-05-161-26/+9
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-161-9/+26
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-4/+2
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-0/+3
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-2/+19
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-6/+12
* Load plug-ins on the blocking pool on Windows and don't block shutdown on it.bauerb@chromium.org2012-04-071-15/+9
* Move PluginServiceFilter to content/public/browser.tfarina@chromium.org2012-03-131-1/+1
* Move PluginServiceFilterParams to plugin_service_impl.htfarina@chromium.org2012-03-131-2/+2
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Apply a rate limit on a per-plug-in basis to plug-in crashes.cevans@chromium.org2012-02-291-0/+35
* Move resource_context.h to content/public/browser. Remove the workaround in i...jam@chromium.org2012-02-091-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-6/+6
* Create an API around UtilityProcessHost and use that from chrome.jam@chromium.org2012-02-031-1/+0
* Remove a bunch of easy entries from chrome\browser\DEPS.jam@chromium.org2012-01-311-0/+14
* Remove the default plugin.bauerb@chromium.org2012-01-241-7/+0
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-31/+11
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-11/+31
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-31/+11
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-141-3/+8
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-9/+2
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-2/+9
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-9/+2
* Automatically load newly installed plug-ins if they are missing on a page.bauerb@chromium.org2012-01-061-7/+6
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-0/+683