|
Policy: Add ProxyMode and deprecate ProxyServerMode.
- Add support for 'deprecated' attribute in template generator
- Add support for both int- and string- based enums in the template generator
- Add logic to handle ProxyMode and fall back to ProxyServerMode
BUG= 68134
TEST=ConfigurationPolicyPrefStore*, new policy template generator tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71315
Total comments: 40
Total comments: 11
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+847 lines, -220 lines) |
Patch |
 |
M |
chrome/app/policy/policy_templates.grd
|
View
|
1
2
3
4
5
6
|
3 chunks |
+41 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/policy/policy_templates.json
|
View
|
1
2
3
4
5
6
|
12 chunks |
+58 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/config_dir_policy_provider_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_pref_store.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+132 lines, -74 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_pref_store_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+60 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_provider_mac_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_provider_win_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_store_interface.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/pref_service_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/proxy_prefs.h
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/proxy_prefs.cc
|
View
|
1
|
1 chunk |
+15 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/policy_constants.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/policy_constants.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/policy_template_generator.py
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/policy_template_generator_unittest.py
|
View
|
1
2
3
4
5
|
2 chunks |
+34 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/adm_writer.py
|
View
|
1
2
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/adm_writer_unittest.py
|
View
|
1
|
2 chunks |
+66 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/adml_writer.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/adml_writer_unittest.py
|
View
|
|
1 chunk |
+50 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/admx_writer.py
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py
|
View
|
1
2
|
3 chunks |
+43 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/doc_writer.py
|
View
|
1
2
|
6 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/doc_writer_unittest.py
|
View
|
|
4 chunks |
+41 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/json_writer.py
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/json_writer_unittest.py
|
View
|
|
2 chunks |
+38 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/plist_strings_writer.py
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/plist_strings_writer_unittest.py
|
View
|
|
3 chunks |
+51 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/plist_writer.py
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/plist_writer_unittest.py
|
View
|
|
3 chunks |
+65 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/reg_writer.py
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/reg_writer_unittest.py
|
View
|
1
2
3
4
5
|
2 chunks |
+39 lines, -3 lines |
0 comments
|
Download
|
 |
M |
tools/grit/grit/format/policy_templates/writers/template_writer.py
|
View
|
1
2
3
4
5
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|