summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/npapi/plugin_list.h
Commit message (Expand)AuthorAgeFilesLines
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-253/+0
* Remove support for internal NPAPI plugins (i.e. those linked into the binary)...jam@chromium.org2013-07-181-32/+3
* Remove plugin_list.h includes from chrome tests in preparation for moving web...jam@chromium.org2013-07-181-8/+3
* A few small simplifications to PluginList before moving it to content. Also r...jam@chromium.org2013-07-171-14/+0
* Adding --disable-plugins-discovery command line switch to not load third-part...sevalo@google.com2013-06-121-0/+8
* Move the plugin_list files to the plugins_common target.ananta@chromium.org2013-05-181-1/+19
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-12/+13
* Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-...bauerb@chromium.org2012-11-151-4/+0
* Using MIME types in addition to plugin name to differentiate between plugins.ibraaaa@google.com2012-10-081-6/+6
* Remove PluginGroupibraaaa@google.com2012-09-271-83/+9
* 1st CL in a series to remove PluginGroup. Updates PluginList.ibraaaa@google.com2012-08-201-0/+36
* Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().bauerb@chromium.org2012-06-291-3/+3
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-161-7/+16
* Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginServ...bauerb@chromium.org2012-05-161-16/+7
* Sequentialize calls to PluginList::GetPlugins from PluginService.bauerb@chromium.org2012-05-161-7/+16
* Fix plug-in identifier for Shockwave and add a unit test.bauerb@chromium.org2012-04-131-0/+3
* Revert 129322 - revert 128949 (and dependent 129252)bauerb@chromium.org2012-03-281-4/+5
* revert 128949 (and dependent 129252)thakis@chromium.org2012-03-281-5/+4
* Move |requires_authorization| flag and |update_url| for plug-ins out of webki...bauerb@chromium.org2012-03-261-4/+5
* Remove the default plugin.bauerb@chromium.org2012-01-241-7/+1
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-141-7/+10
* Add exports needed for glue to build as a component.dpranke@chromium.org2011-12-021-2/+3
* Cleanup: Remove unneeded forward declarations in webkit/plugins/.thestig@chromium.org2011-11-171-2/+0
* Refactor PluginService to take PluginList as a dependency.rsesek@chromium.org2011-11-101-1/+2
* Support the specification of complete plugin information including multiple m...marshall@chromium.org2011-11-021-10/+7
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-211-16/+10
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-121-5/+0
* Don't prepend hardcoded plugin definitions to plugin groups.bauerb@chromium.org2011-09-291-15/+21
* Correctly lookup PluginGroup for a given WebPluginInfo.bauerb@chromium.org2011-09-271-7/+0
* Move plugin loading out of process on Mac and Linux.rsesek@chromium.org2011-09-271-0/+23
* Convert the PluginService interface to be an async wrapper around PluginList.rsesek@chromium.org2011-09-231-3/+7
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-46/+4
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-4/+46
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-151-46/+4
* Cleanup: Remove dead code - PluginList::DisableOutdatedPluginGroups.thestig@chromium.org2011-08-161-9/+0
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-17/+20
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-291-17/+6
* Add a PluginList::stale() method that returns true if the list of plugins has...bauerb@chromium.org2011-07-201-5/+4
* Miscellaneous webkit_glue namespace changes in preparation for building src\c...ananta@chromium.org2011-05-191-0/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Pepper: Store file extensions and description on a per-mime-type basis.viettrungluu@chromium.org2011-03-081-5/+4
* Fix a bug that disabled some plugin groups at startup.bauerb@chromium.org2011-02-241-10/+14
* Correctly match plugins to their definitions.bauerb@chromium.org2011-02-071-5/+5
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-241-48/+54
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* plugins: drop PluginVersionInfo for internal pluginsevan@chromium.org2011-01-191-30/+23
* Added automatic update for plugins based on watching file changes.pastarmovj@chromium.org2011-01-191-3/+3
* glue: deprecate npapi::PluginVersionInfoevan@chromium.org2011-01-111-0/+10