summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_data_remover_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...jam@chromium.org2013-08-091-1/+1
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-6/+6
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-2/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in content/.dcheng@chromium.org2013-06-131-2/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-5/+6
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-6/+7
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-1/+1
* Broke ContentSettingBubbleModelTest.Plugins on Android.dbeam@chromium.org2013-02-011-1/+1
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-1/+1
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-0/+1
* Refactor PepperFlashFileHost and PepperBrokerHost to use MessageFilterHost.raymes@google.com2012-12-211-2/+2
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-081-2/+2
* Exclude content/plugin/ when plugins are disabled.nileshagrawal@chromium.org2012-12-071-14/+1
* Revert 171408raymes@chromium.org2012-12-061-2/+2
* Revert 171389raymes@chromium.org2012-12-061-2/+2
* Revert 171080raymes@chromium.org2012-12-061-2/+2
* Add a gyp flag to allow removing dependency on ppapi.nileshagrawal@chromium.org2012-12-051-15/+32
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-041-2/+2
* Cleanup: Use plugin constants in more places.thestig@chromium.org2012-09-271-3/+5
* Moves CreateVersionFromString to WebPluginInfo and updates the callers.ibraaaa@google.com2012-09-041-2/+2
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-3/+10
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-5/+4
* Move Pepper files in renderer_host to new subdir.brettw@chromium.org2012-07-031-1/+1
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-2/+2
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-1/+0
* Return a list of plugins that support clearing site data instead of the first...bauerb@chromium.org2012-05-051-10/+9
* Fix the PpapiPluginProcessHost::BrokerClient implementation in PluginDataRemo...yzshen@chromium.org2012-05-041-2/+3
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-9/+8
* Fix ClearSiteData for Pepper Flash.viettrungluu@chromium.org2012-04-241-4/+12
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-1/+2
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-30/+88
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-071-2/+2
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-5/+5
* Replace DFATAL with ERROR in PluginDataRemover::OnError.ivankr@chromium.org2011-12-211-1/+1
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-2/+2
* Make sure PluginDataRemoverImpl::Init is executed after the constructor has f...bauerb@chromium.org2011-12-081-34/+33
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-2/+3
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-0/+1
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+1
* Fix race in PluginDataRemoverImpl going away while it's still being used on t...jam@chromium.org2011-11-211-107/+156
* Move the PluginDataRemover class to content, and remove the chrome pieces fro...jam@chromium.org2011-11-171-0/+190