summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_data_remover_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Update content module for IPC attachment brokering.erikchen2015-06-171-1/+3
* Do not attempt to open a channel to a plugin in Plugin Data Remover if there ...wfh2015-05-221-3/+8
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]*mostynb2015-03-181-4/+4
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-2/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-21/+16
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-12/+12
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-301-1/+1
* Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."mattm@chromium.org2014-05-291-1/+1
* Introduce IPC::Channel::Create*() to ensure it being heap-allocated.morrita@chromium.org2014-05-291-1/+1
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-2/+2
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-2/+2
* 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