summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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