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

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

Issue 5991003: Added group policy for disabling all client-side 3D APIs in Chromium... (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 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 </message> 613 </message>
614 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_DESC" desc="Caption o f the 'Icon URL' text field in the 'Default Search Provider' policy settings pag e."> 614 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERICONURL_DESC" desc="Caption o f the 'Icon URL' text field in the 'Default Search Provider' policy settings pag e.">
615 Specifies the favorite icon URL of the default search provider. Optional. 615 Specifies the favorite icon URL of the default search provider. Optional.
616 </message> 616 </message>
617 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_CAPTION" desc="The label of the 'Encodings' text field in the 'Default Search Provider' policy sett ings page."> 617 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_CAPTION" desc="The label of the 'Encodings' text field in the 'Default Search Provider' policy sett ings page.">
618 Default search provider encodings 618 Default search provider encodings
619 </message> 619 </message>
620 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_DESC" desc="Caption of the 'Encodings' text field in the 'Default Search Provider' policy settings page."> 620 <message name="IDS_POLICY_DEFAULTSEARCHPROVIDERENCODINGS_DESC" desc="Caption of the 'Encodings' text field in the 'Default Search Provider' policy settings page.">
621 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. 621 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.
622 </message> 622 </message>
623 <message name="IDS_POLICY_DISABLE3DAPIS_CAPTION" desc="Label of the Disable3 DAPIs policy text field.">
624 Disable support for 3D graphics APIs
625 </message>
626 <message name="IDS_POLICY_DISABLE3DAPIS_DESC" desc="Caption of the Disable3D APIs policy text field.">
627 Disable support for 3D graphics APIs.
628
629 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.
630
631 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.
632 </message>
623 <!-- Begin Chrome Frame messages --> 633 <!-- Begin Chrome Frame messages -->
624 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION" 634 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION"
625 desc="Caption of Chrome Frame renderer policy group"> 635 desc="Caption of Chrome Frame renderer policy group">
626 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> 636 Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph>
627 </message> 637 </message>
628 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC" 638 <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC"
629 desc="Description of the 'Chrome Frame renderer' policy group"> 639 desc="Description of the 'Chrome Frame renderer' policy group">
630 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex> 640 Allows you to configure the default HTML renderer when <ph name="PRODUCT_F RAME_NAME">$3<ex>Google Chrome Frame</ex>
631 </ph> is installed. 641 </ph> is installed.
632 The default setting is to allow the host browser do the rendering, but you 642 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
768 Description 778 Description
769 </message> 779 </message>
770 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH" 780 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
771 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"> 781 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">
772 Dynamic Policy Refresh 782 Dynamic Policy Refresh
773 </message> 783 </message>
774 <!-- End of generated documentation messages --> 784 <!-- End of generated documentation messages -->
775 </messages> 785 </messages>
776 </release> 786 </release>
777 </grit> 787 </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