diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 09:31:11 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 09:31:11 +0000 |
commit | 0a8b1e2c78db8b03065787c8b7b9d3fabb6729ee (patch) | |
tree | 445be17ecbb9212c374c594b4a5ad80ef3954130 /chrome/app | |
parent | 796d0c6845a8eb6442e04035dc1b59d21555d7f3 (diff) | |
download | chromium_src-0a8b1e2c78db8b03065787c8b7b9d3fabb6729ee.zip chromium_src-0a8b1e2c78db8b03065787c8b7b9d3fabb6729ee.tar.gz chromium_src-0a8b1e2c78db8b03065787c8b7b9d3fabb6729ee.tar.bz2 |
Group plugins in about:plugins and show update link for out-of-date ones.
Re-landing patch by mavrommatis, original review here:
<http://codereview.chromium.org/1991005>
Original description follows:
(1) Group plugins with the same name together. (2) Show a download link for
plugin versions with known security problems in about:plugins.
BUG=3910,47858
TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Also, if the internal PDF plugin is enabled, it should stay enabled after a restart.
Review URL: http://codereview.chromium.org/2811037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 1df2b76..fed640c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3698,6 +3698,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PLUGINS_ENABLE" desc="The link for enabling a plug-in."> Enable </message> + <message name="IDS_PLUGINS_DOWNLOAD" desc="The link label to download the latest version of this plugin"> + Download Critical Security Update + </message> + <message name="IDS_PLUGINS_NAME" desc="The label for the name of this plugin"> + Name: + </message> + <message name="IDS_PLUGINS_PRIORITY" desc="The label for the priority of this plugin in the list"> + Priority: + </message> <!-- Session Crashed Info Bar--> <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> |