New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 606621 link

Starred by 4 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug

Blocking:
issue 606625



Sign in to add a comment

chrome://settings/clearBrowserData does not remove all plug-in data

Project Member Reported by jrumm...@chromium.org, Apr 26 2016

Issue description

Version: 50.0.2661.86 (although I expect any current version)
OS: All

What steps will reproduce the problem?
(1) go to chrome://settings/clearBrowserData

The third selection says "Cookies and other site and plug-in data" when Flash is enabled, "Cookies and other site data" when Flash is disabled. Since this feature depends on Flash, and only deletes data for Flash (and not any other plugins), the text should be changed to replace "plug-in" with "Flash" or something similar.

The code in [1] only checks for Flash plugins, so it is not a generic plugin data remover.

[1] https://code.google.com/p/chromium/codesearch#chromium/src/content/browser/plugin_data_remover_impl.cc&sq=package:chromium&type=cs&l=45
 
Blocking: 606625

Comment 2 by xhw...@chromium.org, Apr 26 2016

Cc: bauerb@chromium.org jam@chromium.org
+bauerb and jam who would have some more context on this.
Components: Internals>Plugins Internals>Plugins>Flash
Note: This selection probably used to clear NPAPI data as well. The "learn more" link points to https://support.google.com/chrome/?p=settings_clear_browsing_data, which says "Plug-in data: Any client-side data stored by plug-ins that use the NPAPI ClearSiteData API." ( Issue 606625  covers updating that text.)

Once NPAPI was deleted, this became just Flash data. I believe all other data stored by Pepper plugins should be covered by same selection that covers the corresponding JavaScript storage.
Labels: Hotlist-Settings-Privacy-CBD
Status: Available (was: Untriaged)

Comment 6 by vabr@chromium.org, Jul 11 2016

Components: Privacy
Cc: msramek@chromium.org

Comment 8 by bauerb@chromium.org, Aug 18 2016

Yeah, I'm not opposed to changing the text to make it clear that it's only Flash by now. 
Owner: msramek@chromium.org
Status: Assigned (was: Available)
So we have to:

1. Update "plug-in" to "Flash" in the UI.
2. Do the same in the HC article ( issue  606625 )
3. Ideally also make it clearer in the code. I have recently spent some time puzzling over PluginDataRemover not acknowledging other plugins myself (that's how I came across this bug).

I'll take care of it.

Sign in to add a comment