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

Side by Side Diff: enterprise/chrome-reverse.json

Issue 7629008: Modify registry and json files to add policies for testing popups. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/chrome/test/data/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « enterprise/chrome-add-reverse.reg ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "_comment": "This file is for enterprise testing in Linux.", 2 "_comment": "This file is for enterprise testing in Linux.",
3 "_comment": "Test that use this file: enterprise.py.", 3 "_comment": "Test that use this file: enterprise.py.",
4 "AlternateErrorPagesEnabled": false, 4 "AlternateErrorPagesEnabled": false,
5 "AlwaysAuthorizePlugins": false, 5 "AlwaysAuthorizePlugins": false,
6 "AutoFillEnabled": true, 6 "AutoFillEnabled": true,
7 "BlockThirdPartyCookies": false, 7 "BlockThirdPartyCookies": false,
8 "ClearSiteDataOnExit": false, 8 "ClearSiteDataOnExit": false,
9 "DefaultBrowserSettingEnabled": false, 9 "DefaultBrowserSettingEnabled": false,
10 "DefaultCookiesSetting": 0, 10 "DefaultCookiesSetting": 0,
11 "DefaultGeolocationSetting": 0, 11 "DefaultGeolocationSetting": 0,
12 "DefaultImagesSetting": 0, 12 "DefaultImagesSetting": 0,
13 "DefaultJavaScriptSetting": 0, 13 "DefaultJavaScriptSetting": 0,
14 "DefaultNotificationSetting": 2, 14 "DefaultNotificationSetting": 2,
15 "DefaultPluginsSetting": 0, 15 "DefaultPluginsSetting": 0,
16 "DefaultPopupsSetting": 1, 16 "DefaultPopupsSetting": 1,
17 "DefaultSearchProviderEnabled": false, 17 "DefaultSearchProviderEnabled": false,
18 "DeveloperToolsDisabled": false, 18 "DeveloperToolsDisabled": false,
19 "Disable3DAPIs": true, 19 "Disable3DAPIs": true,
20 "DisableAuthNegotiateCnameLookup": true, 20 "DisableAuthNegotiateCnameLookup": true,
21 "DisableSpdy": false, 21 "DisableSpdy": false,
22 "DnsPrefetchingEnabled": false, 22 "DnsPrefetchingEnabled": false,
23 "EnableAuthNegotiatePort": true, 23 "EnableAuthNegotiatePort": true,
24 "HomepageIsNewTabPage": false, 24 "HomepageIsNewTabPage": false,
25 "HomepageLocation": "http://chromium.org", 25 "HomepageLocation": "http://chromium.org",
26 "IncognitoEnabled": false, 26 "IncognitoEnabled": false,
27 "InstantEnabled": false, 27 "InstantEnabled": false,
28 "JavascriptEnabled": false, 28 "JavascriptEnabled": true,
29 "MetricsReportingEnabled": false, 29 "MetricsReportingEnabled": false,
30 "PasswordManagerAllowShowPasswords": true, 30 "PasswordManagerAllowShowPasswords": true,
31 "PasswordManagerEnabled": false, 31 "PasswordManagerEnabled": false,
32 "PrintingEnabled": false, 32 "PrintingEnabled": false,
33 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/", 33 "ProxyBypassList": "http://www.example1.com,http://www.example2.com,http://int ernalsite/",
34 "ProxyMode": "direct", 34 "ProxyMode": "direct",
35 "ProxyPacUrl": "http://internal.site/example.pac", 35 "ProxyPacUrl": "http://internal.site/example.pac",
36 "ProxyServer": "123.123.123.123:8080", 36 "ProxyServer": "123.123.123.123:8080",
37 "RestoreOnStartup": 0, 37 "RestoreOnStartup": 0,
38 "RestoreOnStartupURLs": ["http://chromium.org"], 38 "RestoreOnStartupURLs": ["http://chromium.org"],
39 "SafeBrowsingEnabled": false, 39 "SafeBrowsingEnabled": false,
40 "SavingBrowserHistoryDisabled": false, 40 "SavingBrowserHistoryDisabled": false,
41 "SearchSuggestEnabled": false, 41 "SearchSuggestEnabled": false,
42 "ShowHomeButton": false, 42 "ShowHomeButton": false,
43 "SyncDisabled": false, 43 "SyncDisabled": false,
44 "TranslateEnabled": false 44 "TranslateEnabled": false
45 } 45 }
OLDNEW
« no previous file with comments | « enterprise/chrome-add-reverse.reg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698