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

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

Issue 8395044: Disable the Developer Tools when Javascript is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 { 932 {
933 'name': 'DeveloperToolsDisabled', 933 'name': 'DeveloperToolsDisabled',
934 'type': 'main', 934 'type': 'main',
935 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'], 935 'supported_on': ['chrome.*:9-', 'chrome_os:0.11-'],
936 'features': {'dynamic_refresh': 1}, 936 'features': {'dynamic_refresh': 1},
937 'example_value': False, 937 'example_value': False,
938 'id': 36, 938 'id': 36,
939 'caption': '''Disable Developer Tools''', 939 'caption': '''Disable Developer Tools''',
940 'desc': '''Disables the Developer Tools and the JavaScript console. 940 'desc': '''Disables the Developer Tools and the JavaScript console.
941 941
942 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.''', 942 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.
943
944 The Developer Tools are always disabled if Javascript is disabled by other policies.''',
943 }, 945 },
944 { 946 {
945 'name': 'RestoreOnStartupGroup', 947 'name': 'RestoreOnStartupGroup',
946 'type': 'group', 948 'type': 'group',
947 'caption': '''Startup pages''', 949 'caption': '''Startup pages''',
948 'desc': '''Allows you to configure the pages that are loaded on startup. 950 'desc': '''Allows you to configure the pages that are loaded on startup.
949 951
950 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''', 952 The contents of the list 'URLs to open at startup' are ignored unless you select 'Open a list of URLs' in 'Action on startup'.''',
951 'policies': [ 953 'policies': [
952 { 954 {
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1932 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1931 'text': '''Dynamic Policy Refresh''' 1933 'text': '''Dynamic Policy Refresh'''
1932 }, 1934 },
1933 'doc_deprecated': { 1935 'doc_deprecated': {
1934 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1936 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1935 'text': 'deprecated', 1937 'text': 'deprecated',
1936 } 1938 }
1937 }, 1939 },
1938 'placeholders': [], 1940 'placeholders': [],
1939 } 1941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698