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

Side by Side Diff: chrome/app/policy/policy_templates.grd

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks and right diff Created 9 years, 11 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that are used in policy 3 <!-- This file contains definitions of resources that are used in policy
4 templates and will be translated for each locale. --> 4 templates and will be translated for each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" /> 9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" />
10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" /> 10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" />
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 <message name="IDS_POLICY_DISABLE3DAPIS_CAPTION" desc="Label of the Disable3 DAPIs policy text field."> 765 <message name="IDS_POLICY_DISABLE3DAPIS_CAPTION" desc="Label of the Disable3 DAPIs policy text field.">
766 Disable support for 3D graphics APIs 766 Disable support for 3D graphics APIs
767 </message> 767 </message>
768 <message name="IDS_POLICY_DISABLE3DAPIS_DESC" desc="Caption of the Disable3D APIs policy text field."> 768 <message name="IDS_POLICY_DISABLE3DAPIS_DESC" desc="Caption of the Disable3D APIs policy text field.">
769 Disable support for 3D graphics APIs. 769 Disable support for 3D graphics APIs.
770 770
771 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API. 771 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API.
772 772
773 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs. 773 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.
774 </message> 774 </message>
775 <message name="IDS_POLICY_BLOCKTHIRDPARTYCOOKIES_CAPTION" desc="Label of the BlockThirdPartyCookies policy text field.">
776 Block third party cookies
777 </message>
778 <message name="IDS_POLICY_BLOCKTHIRDPARTYCOOKIES_DESC" desc="Caption of the BlockThirdPartyCookies policy text field.">
779 Blocks third party cookies.
780
781 Enabling this setting prevents cookies from being set by web page elements that are not from the domain that is in the browser's address bar.
782
783 Disabling this setting allows cookies to be set by web page elements that are not from the domain that is in thebrowser's address bar and prevents users f rom changing this settings.
gfeher 2011/01/11 15:43:58 nit: the browser's
danno 2011/01/20 17:18:32 Done.
784 </message>
775 <!-- Begin Chrome Frame messages --> 785 <!-- Begin Chrome Frame messages -->
776 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION" 786 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION"
777 desc="Caption of Chrome Frame renderer policy group"> 787 desc="Caption of Chrome Frame renderer policy group">
778 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> 788 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph>
779 </message> 789 </message>
780 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC" 790 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC"
781 desc="Description of the 'Chrome Frame renderer' policy group"> 791 desc="Description of the 'Chrome Frame renderer' policy group">
782 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex> 792 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex>
783 </ph> is installed. 793 </ph> is installed.
784 The default setting is to allow the host browser do the rendering, but you 794 The default setting is to allow the host browser do the rendering, but you
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 Description 928 Description
919 </message> 929 </message>
920 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH" 930 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
921 desc="The name of the feature that indicates for a given policy tha t changes to it are respected by Chrome without a browser restart"> 931 desc="The name of the feature that indicates for a given policy tha t changes to it are respected by Chrome without a browser restart">
922 Dynamic Policy Refresh 932 Dynamic Policy Refresh
923 </message> 933 </message>
924 <!-- End of generated documentation messages --> 934 <!-- End of generated documentation messages -->
925 </messages> 935 </messages>
926 </release> 936 </release>
927 </grit> 937 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.gypi » ('j') | chrome/app/policy/policy_templates.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698