Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 11187058: Add flag to enable web content to invoke web intents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5688 matching lines...) Expand 10 before | Expand all | Expand 10 after
5699 </message> 5699 </message>
5700 <message name="IDS_FLAGS_DOWNLOADS_NEW_UI_DESCRIPTION" desc="Description o f the 'New Downloads UI' lab."> 5700 <message name="IDS_FLAGS_DOWNLOADS_NEW_UI_DESCRIPTION" desc="Description o f the 'New Downloads UI' lab.">
5701 Disables the download shelf. Will show the new downloads UI as it is imp lemented. 5701 Disables the download shelf. Will show the new downloads UI as it is imp lemented.
5702 </message> 5702 </message>
5703 <message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_NAME" desc="Name of the 'Save Page as MHTML' lab."> 5703 <message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_NAME" desc="Name of the 'Save Page as MHTML' lab.">
5704 Save Page as MHTML 5704 Save Page as MHTML
5705 </message> 5705 </message>
5706 <message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_DESCRIPTION" desc="Description of the 'Save Page as MHTML' lab."> 5706 <message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_DESCRIPTION" desc="Description of the 'Save Page as MHTML' lab.">
5707 Disables saving pages as HTML-only or HTML Complete; enables saving page s only as MHTML: a single text file containing HTML and all sub-resources. 5707 Disables saving pages as HTML-only or HTML Complete; enables saving page s only as MHTML: a single text file containing HTML and all sub-resources.
5708 </message> 5708 </message>
5709 <message name="IDS_FLAGS_WEB_INTENTS_ENABLED_FOR_WEB_CONTENT_NAME" desc="N ame of the lab to enable web intents invocation for web content.">
5710 Enable web intents invocation for web content
5711 </message>
5712 <message name="IDS_FLAGS_WEB_INTENTS_ENABLED_FOR_WEB_CONTENT_DESCRIPTION" desc="Description of the lab to enable web intents invocation for web content.">
5713 Make it possible for any web page to invoke web intents.
5714 </message>
5709 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab."> 5715 <message name="IDS_FLAGS_XSS_AUDITOR_NAME" desc="Description of the 'XSS A uditor' lab.">
5710 XSS Auditor 5716 XSS Auditor
5711 </message> 5717 </message>
5712 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab."> 5718 <message name="IDS_FLAGS_XSS_AUDITOR_DESCRIPTION" desc="Description of the 'XSS Auditor' lab.">
5713 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious websites. It improves your security, but it might not be compatible with all websites. 5719 Enables WebKit's XSS Auditor (cross-site scripting protection). This fea ture aims to protect you from certain attacks of malicious websites. It improves your security, but it might not be compatible with all websites.
5714 </message> 5720 </message>
5715 <message name="IDS_FLAGS_CLOUD_PRINT_CONNECTOR_NAME" desc="Title of the Cl oud Print Connector lab"> 5721 <message name="IDS_FLAGS_CLOUD_PRINT_CONNECTOR_NAME" desc="Title of the Cl oud Print Connector lab">
5716 Cloud Print Connector 5722 Cloud Print Connector
5717 </message> 5723 </message>
5718 <if expr="pp_ifdef('android')"> 5724 <if expr="pp_ifdef('android')">
(...skipping 8950 matching lines...) Expand 10 before | Expand all | Expand 10 after
14669 14675
14670 <structures fallback_to_english="true"> 14676 <structures fallback_to_english="true">
14671 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14677 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14672 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14678 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14673 </structure> 14679 </structure>
14674 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14680 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14675 </structure> 14681 </structure>
14676 </structures> 14682 </structures>
14677 </release> 14683 </release>
14678 </grit> 14684 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698