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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 964583002: Remove showModalDialog (Chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 9 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
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 6918 matching lines...) Expand 10 before | Expand all | Expand 10 after
6929 ], 6929 ],
6930 }, 6930 },
6931 }, 6931 },
6932 'items': [ 6932 'items': [
6933 { 6933 {
6934 'name': 'ShowModalDialog', 6934 'name': 'ShowModalDialog',
6935 'value': 'ShowModalDialog_EffectiveUntil20150430', 6935 'value': 'ShowModalDialog_EffectiveUntil20150430',
6936 'caption': '''Enable ShowModalDialog API through 2015.04.30''', 6936 'caption': '''Enable ShowModalDialog API through 2015.04.30''',
6937 } 6937 }
6938 ], 6938 ],
6939 'supported_on': ['chrome.*:37-', 'chrome_os:37-', 'android:37-'], 6939 'supported_on': ['chrome.*:37-42', 'chrome_os:37-42', 'android:37-42'],
Andrew T Wilson (Slow) 2015/02/27 09:45:36 I actually think this is incorrect - what you are
6940 'features': { 6940 'features': {
6941 'dynamic_refresh': True, 6941 'dynamic_refresh': True,
6942 'per_profile': True, 6942 'per_profile': True,
6943 }, 6943 },
6944 'example_value': ['ShowModalDialog_EffectiveUntil20150430'], 6944 'example_value': ['ShowModalDialog_EffectiveUntil20150430'],
6945 'id': 270, 6945 'id': 270,
6946 'caption': '''Enable deprecated web platform features for a limited time'' ', 6946 'caption': '''Enable deprecated web platform features for a limited time'' ',
6947 'desc': '''Specify a list of deprecated web platform features to re-enable temporarily. 6947 'desc': '''Specify a list of deprecated web platform features to re-enable temporarily.
6948 6948
6949 This policy gives administrators the ability to re-enable deprecated web p latform features for a limited time. Features are identified by a string tag and the features corresponding to the tags included in the list specified by this p olicy will get re-enabled. 6949 This policy gives administrators the ability to re-enable deprecated web p latform features for a limited time. Features are identified by a string tag and the features corresponding to the tags included in the list specified by this p olicy will get re-enabled.
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
7326 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7326 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7327 'text': 'Default Settings (users can override)', 7327 'text': 'Default Settings (users can override)',
7328 }, 7328 },
7329 'doc_complex_policies_on_windows': { 7329 'doc_complex_policies_on_windows': {
7330 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7330 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7331 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 7331 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
7332 }, 7332 },
7333 }, 7333 },
7334 'placeholders': [], 7334 'placeholders': [],
7335 } 7335 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_render_process_observer.cc ('k') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698