diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 02:55:45 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 02:55:45 +0000 |
commit | a5702bfb138d5da9c2fae8e120b03b1aa756c269 (patch) | |
tree | b50f68d095a67d328f6fb9eaf481c42e920c9514 /chrome/app | |
parent | e8bdb3adc2f15475dd2aa2c2aa56fa460ccd7adf (diff) | |
download | chromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.zip chromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.tar.gz chromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.tar.bz2 |
Group plugins in about:plugins and show update link for out-of-date ones.
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
TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups.
Review URL: http://codereview.chromium.org/2686001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48997 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 a59e90c..3ae294c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3674,6 +3674,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."> |