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

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

Issue 6027004: Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/app/policy/policy_templates.json » ('j') | no next file with comments »
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 <!-- 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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 </message> 719 </message>
720 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_DESC" desc="Caption o f the 'Icon URL' text field in the 'Default Search Provider' policy settings pag e."> 720 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_DESC" desc="Caption o f the 'Icon URL' text field in the 'Default Search Provider' policy settings pag e.">
721 Specifies the favorite icon URL of the default search provider. Optional. 721 Specifies the favorite icon URL of the default search provider. Optional.
722 </message> 722 </message>
723 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_CAPTION" desc="The label of the 'Encodings' text field in the 'Default Search Provider' policy sett ings page."> 723 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_CAPTION" desc="The label of the 'Encodings' text field in the 'Default Search Provider' policy sett ings page.">
724 Default search provider encodings 724 Default search provider encodings
725 </message> 725 </message>
726 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_DESC" desc="Caption of the 'Encodings' text field in the 'Default Search Provider' policy settings page."> 726 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_DESC" desc="Caption of the 'Encodings' text field in the 'Default Search Provider' policy settings page.">
727 Specifies the character encodings supported by the search provider. Encodi ngs are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in th e order provided. The default is UTF-8. 727 Specifies the character encodings supported by the search provider. Encodi ngs are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in th e order provided. The default is UTF-8.
728 </message> 728 </message>
729 <message name="IDS_POLICY_DISABLE3DAPIS_CAPTION" desc="Label of the Disable3 DAPIs policy text field.">
730 Disable support for 3D graphics APIs
731 </message>
732 <message name="IDS_POLICY_DISABLE3DAPIS_DESC" desc="Caption of the Disable3D APIs policy text field.">
733 Disable support for 3D graphics APIs.
734
735 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.
736
737 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.
738 </message>
739 <!-- Begin Chrome Frame messages --> 729 <!-- Begin Chrome Frame messages -->
740 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION" 730 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION"
741 desc="Caption of Chrome Frame renderer policy group"> 731 desc="Caption of Chrome Frame renderer policy group">
742 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> 732 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph>
743 </message> 733 </message>
744 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC" 734 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC"
745 desc="Description of the 'Chrome Frame renderer' policy group"> 735 desc="Description of the 'Chrome Frame renderer' policy group">
746 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex> 736 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex>
747 </ph> is installed. 737 </ph> is installed.
748 The default setting is to allow the host browser do the rendering, but you 738 The default setting is to allow the host browser do the rendering, but you
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 Description 874 Description
885 </message> 875 </message>
886 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH" 876 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
887 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"> 877 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">
888 Dynamic Policy Refresh 878 Dynamic Policy Refresh
889 </message> 879 </message>
890 <!-- End of generated documentation messages --> 880 <!-- End of generated documentation messages -->
891 </messages> 881 </messages>
892 </release> 882 </release>
893 </grit> 883 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698