summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_data_remover.cc
Commit message (Expand)AuthorAgeFilesLines
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-121-4/+2
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-3/+1
* Use base::Bind in plugin-related chrome/browser/ code.bauerb@chromium.org2011-09-281-1/+2
* Reland r100733 - Cancel plugin channel requests when the renderer goes away.willchan@chromium.org2011-09-141-2/+9
* Revert 100733 (caused more crashes) - Cancel plugin channel requests when the...willchan@chromium.org2011-09-131-6/+2
* Cancel plugin channel requests when the renderer goes away.willchan@chromium.org2011-09-121-2/+6
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-2/+8
* Use PluginPrefs in PluginDataRemover::IsSupported.bauerb@chromium.org2011-08-311-2/+3
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-4/+4
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-291-7/+7
* Don't log failed plugin data removal as fatal errorjochen@chromium.org2011-05-311-2/+2
* Readability review for bauerb.bauerb@chromium.org2011-04-041-8/+13
* Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, an...jam@chromium.org2011-03-151-0/+1
* Move plugin messages to content.jam@chromium.org2011-03-141-1/+1
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-2/+2
* Update minimum Flash version implementing NPP_ClearSiteData.bauerb@chromium.org2011-02-161-3/+2
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-1/+1
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-241-1/+1
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-221-1/+1
* When clearing plugin data at shutdown, wait for it to finish.bauerb@chromium.org2011-01-211-19/+32
* Add a command line flag to specify the minimum flash version implementing the...bauerb@chromium.org2011-01-141-2/+7
* Update our use of the NPAPI ClearSiteData API.bauerb@chromium.org2011-01-111-12/+13
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+3
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-10/+11
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-11/+10
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-10/+11
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-11/+10
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-10/+11
* Clean up PluginDataRemover.bauerb@chromium.org2010-12-151-20/+67
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-6/+1
* Add PluginDataRemover.bauerb@chromium.org2010-11-181-0/+118