diff options
author | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 05:24:30 +0000 |
---|---|---|
committer | cevans@chromium.org <cevans@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-09 05:24:30 +0000 |
commit | 6a8b86ceacdc6060a788f8be5c09ba9d643ee5e1 (patch) | |
tree | 6058cb9ca68405fefc1499f907870995c487d7bb /chrome/app | |
parent | ce1c3f726da89df5e0a947f824f8f00cab485866 (diff) | |
download | chromium_src-6a8b86ceacdc6060a788f8be5c09ba9d643ee5e1.zip chromium_src-6a8b86ceacdc6060a788f8be5c09ba9d643ee5e1.tar.gz chromium_src-6a8b86ceacdc6060a788f8be5c09ba9d643ee5e1.tar.bz2 |
Implement a useful context menu for the blocked plug-in frame:
- Offers option to run plugin (clickjack-proof).
- Offers option to hide blocking placeholder.
- Retains Inspect Element; it's also useful to see the <embed>.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/5639004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d8083ac..752a05b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -500,6 +500,12 @@ each locale. --> <message name="IDS_CONTENT_CONTEXT_TRANSLATE_SELECTION" desc="The name of the Translate 'string' to English command of the content area context menu"> &Translate '<ph name="TEXT">$1<ex>les fleurs bleues</ex></ph>' to <ph name="LANGUAGE">$2<ex>English</ex></ph> </message> + <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="The name of the Run command on the blocked plugin context menu"> + Run this plugin + </message> + <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="The name of the Hide command on the blocked plugin context menu"> + Hide this plugin + </message> </if> <if expr="pp_ifdef('use_titlecase')"> <message name="IDS_CONTENT_CONTEXT_BACK" desc="In Title Case: The name of the Back command in the content area context menu"> @@ -682,6 +688,12 @@ each locale. --> <message name="IDS_CONTENT_CONTEXT_TRANSLATE_SELECTION" desc="In Title Case: The name of the Translate 'string' to English command of the content area context menu"> &Translate '<ph name="TEXT">$1<ex>les fleurs bleues</ex></ph>' to <ph name="LANGUAGE">$2<ex>English</ex></ph> </message> + <message name="IDS_CONTENT_CONTEXT_PLUGIN_RUN" desc="In Title Case: The name of the Run command on the blocked plugin context menu"> + Run This Plugin + </message> + <message name="IDS_CONTENT_CONTEXT_PLUGIN_HIDE" desc="In Title Case: The name of the Hide command on the blocked plugin context menu"> + Hide This Plugin + </message> </if> <!-- Page menu --> |