index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
plugins
/
npapi
/
plugin_list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-253
/
+0
*
Remove support for internal NPAPI plugins (i.e. those linked into the binary)...
jam@chromium.org
2013-07-18
1
-32
/
+3
*
Remove plugin_list.h includes from chrome tests in preparation for moving web...
jam@chromium.org
2013-07-18
1
-8
/
+3
*
A few small simplifications to PluginList before moving it to content. Also r...
jam@chromium.org
2013-07-17
1
-14
/
+0
*
Adding --disable-plugins-discovery command line switch to not load third-part...
sevalo@google.com
2013-06-12
1
-0
/
+8
*
Move the plugin_list files to the plugins_common target.
ananta@chromium.org
2013-05-18
1
-1
/
+19
*
Replace string16 with base::string16 in src/webkit
brettw@chromium.org
2013-03-29
1
-1
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-12
/
+13
*
Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-...
bauerb@chromium.org
2012-11-15
1
-4
/
+0
*
Using MIME types in addition to plugin name to differentiate between plugins.
ibraaaa@google.com
2012-10-08
1
-6
/
+6
*
Remove PluginGroup
ibraaaa@google.com
2012-09-27
1
-83
/
+9
*
1st CL in a series to remove PluginGroup. Updates PluginList.
ibraaaa@google.com
2012-08-20
1
-0
/
+36
*
Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().
bauerb@chromium.org
2012-06-29
1
-3
/
+3
*
Sequentialize calls to PluginList::GetPlugins from PluginService.
bauerb@chromium.org
2012-05-16
1
-7
/
+16
*
Revert 137396 - Sequentialize calls to PluginList::GetPlugins from PluginServ...
bauerb@chromium.org
2012-05-16
1
-16
/
+7
*
Sequentialize calls to PluginList::GetPlugins from PluginService.
bauerb@chromium.org
2012-05-16
1
-7
/
+16
*
Fix plug-in identifier for Shockwave and add a unit test.
bauerb@chromium.org
2012-04-13
1
-0
/
+3
*
Revert 129322 - revert 128949 (and dependent 129252)
bauerb@chromium.org
2012-03-28
1
-4
/
+5
*
revert 128949 (and dependent 129252)
thakis@chromium.org
2012-03-28
1
-5
/
+4
*
Move |requires_authorization| flag and |update_url| for plug-ins out of webki...
bauerb@chromium.org
2012-03-26
1
-4
/
+5
*
Remove the default plugin.
bauerb@chromium.org
2012-01-24
1
-7
/
+1
*
Keep "internal" and "extra" plugins in the same list.
bauerb@chromium.org
2012-01-14
1
-7
/
+10
*
Add exports needed for glue to build as a component.
dpranke@chromium.org
2011-12-02
1
-2
/
+3
*
Cleanup: Remove unneeded forward declarations in webkit/plugins/.
thestig@chromium.org
2011-11-17
1
-2
/
+0
*
Refactor PluginService to take PluginList as a dependency.
rsesek@chromium.org
2011-11-10
1
-1
/
+2
*
Support the specification of complete plugin information including multiple m...
marshall@chromium.org
2011-11-02
1
-10
/
+7
*
Gracefully handle child process death in out-of-process plugin loading.
rsesek@chromium.org
2011-10-21
1
-16
/
+10
*
Finish moving plugin probing out of process.
rsesek@chromium.org
2011-10-12
1
-5
/
+0
*
Don't prepend hardcoded plugin definitions to plugin groups.
bauerb@chromium.org
2011-09-29
1
-15
/
+21
*
Correctly lookup PluginGroup for a given WebPluginInfo.
bauerb@chromium.org
2011-09-27
1
-7
/
+0
*
Move plugin loading out of process on Mac and Linux.
rsesek@chromium.org
2011-09-27
1
-0
/
+23
*
Convert the PluginService interface to be an async wrapper around PluginList.
rsesek@chromium.org
2011-09-23
1
-3
/
+7
*
Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-46
/
+4
*
Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
1
-4
/
+46
*
Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...
bauerb@chromium.org
2011-09-15
1
-46
/
+4
*
Cleanup: Remove dead code - PluginList::DisableOutdatedPluginGroups.
thestig@chromium.org
2011-08-16
1
-9
/
+0
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
1
-17
/
+20
*
PluginList cleanup to fix a race condition and decrease the API surface for f...
bauerb@chromium.org
2011-07-29
1
-17
/
+6
*
Add a PluginList::stale() method that returns true if the list of plugins has...
bauerb@chromium.org
2011-07-20
1
-5
/
+4
*
Miscellaneous webkit_glue namespace changes in preparation for building src\c...
ananta@chromium.org
2011-05-19
1
-0
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Pepper: Store file extensions and description on a per-mime-type basis.
viettrungluu@chromium.org
2011-03-08
1
-5
/
+4
*
Fix a bug that disabled some plugin groups at startup.
bauerb@chromium.org
2011-02-24
1
-10
/
+14
*
Correctly match plugins to their definitions.
bauerb@chromium.org
2011-02-07
1
-5
/
+5
*
Refactor the plugin lists handling code.
pastarmovj@chromium.org
2011-01-24
1
-48
/
+54
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-2
/
+2
*
plugins: drop PluginVersionInfo for internal plugins
evan@chromium.org
2011-01-19
1
-30
/
+23
*
Added automatic update for plugins based on watching file changes.
pastarmovj@chromium.org
2011-01-19
1
-3
/
+3
*
glue: deprecate npapi::PluginVersionInfo
evan@chromium.org
2011-01-11
1
-0
/
+10
[next]